Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use EgorSys/students_scores_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EgorSys/students_scores_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EgorSys/students_scores_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EgorSys/students_scores_model") model = AutoModelForSequenceClassification.from_pretrained("EgorSys/students_scores_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437970952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40a1e72b7cd8586dcc8d2f04ab5db997c414ef016edd47c7fe31100b854f3cd6
|
| 3 |
size 437970952
|
runs/Dec06_12-48-19_d7de64af26e3/events.out.tfevents.1733489300.d7de64af26e3.23.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a704859a4ac8f9d4736ce33b857c0e3f0988297ef867d61eca91d5dc85ab10b6
|
| 3 |
+
size 6597
|