Text Classification
Transformers
TensorBoard
Safetensors
English
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use ubffm/academic_text_classifier_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ubffm/academic_text_classifier_en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ubffm/academic_text_classifier_en")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ubffm/academic_text_classifier_en") model = AutoModelForSequenceClassification.from_pretrained("ubffm/academic_text_classifier_en") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112211160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0957ec8e3a97b4ddcfc9182cda75c86395e2f0d3c092de1fe6fde93a84b579ae
|
| 3 |
size 1112211160
|
runs/Oct22_12-33-18_f1080bec6f08/events.out.tfevents.1761136401.f1080bec6f08.17572.0
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:4445986862a33846dcfa5307c48fea5717b1debf5ad10942f7afaeba90ead3ae
|
| 3 |
+
size 9919
|