Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use abdulmanaam/xlm_roberta_task1_post with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulmanaam/xlm_roberta_task1_post with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdulmanaam/xlm_roberta_task1_post")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdulmanaam/xlm_roberta_task1_post") model = AutoModelForSequenceClassification.from_pretrained("abdulmanaam/xlm_roberta_task1_post", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112208084
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d67e930e9925e8c4e70aceeb85f05caf37496d9665b11069bd0ed8ece79f97e
|
| 3 |
size 1112208084
|
runs/Jul18_01-08-03_f58962bc5e81/events.out.tfevents.1721264894.f58962bc5e81.254.5
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:4e4bea5235c3b2d29a823d343c117203120ee90f6b1b91de93c85cfcd4c0e657
|
| 3 |
+
size 6020
|