Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use iaderegg/xlm-roberta-sentiment-batch-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iaderegg/xlm-roberta-sentiment-batch-4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="iaderegg/xlm-roberta-sentiment-batch-4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("iaderegg/xlm-roberta-sentiment-batch-4") model = AutoModelForSequenceClassification.from_pretrained("iaderegg/xlm-roberta-sentiment-batch-4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2239622772
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e0c4a7a16624ad8c764e017b74f57787c4b0952090b16a0d3346926fab1e955
|
| 3 |
size 2239622772
|
runs/Nov20_22-10-57_47b84b46aec8/events.out.tfevents.1763676658.47b84b46aec8.1246.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:0086d487e35c7605268ff8b27ceb59b368307bfd807dc7adbf52f5946c592df8
|
| 3 |
+
size 27552
|