Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
xlm-roberta
Generated from Trainer
nlu
intent-classification
Eval Results (legacy)
text-embeddings-inference
Instructions to use cartesinus/xlm-r-base-amazon-massive-intent-label_smoothing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cartesinus/xlm-r-base-amazon-massive-intent-label_smoothing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cartesinus/xlm-r-base-amazon-massive-intent-label_smoothing")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cartesinus/xlm-r-base-amazon-massive-intent-label_smoothing") model = AutoModelForSequenceClassification.from_pretrained("cartesinus/xlm-r-base-amazon-massive-intent-label_smoothing") - Notebooks
- Google Colab
- Kaggle
Commit ·
c8be175
1
Parent(s): 4ecdd49
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,26 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
- f1
|
| 8 |
model-index:
|
| 9 |
- name: xlm-r-base-amazon-massive-intent-label_smoothing
|
| 10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
datasets:
|
| 12 |
- AmazonScience/massive
|
| 13 |
language:
|
|
@@ -19,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
# xlm-r-base-amazon-massive-intent-label_smoothing
|
| 21 |
|
| 22 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 2.5148
|
| 25 |
- Accuracy: 0.8879
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
- nlu
|
| 6 |
+
- intent-classification
|
| 7 |
+
- text-classification
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
- f1
|
| 11 |
model-index:
|
| 12 |
- name: xlm-r-base-amazon-massive-intent-label_smoothing
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
name: text-classification
|
| 16 |
+
type: text-classification
|
| 17 |
+
dataset:
|
| 18 |
+
name: MASSIVE
|
| 19 |
+
type: AmazonScience/massive
|
| 20 |
+
split: test
|
| 21 |
+
metrics:
|
| 22 |
+
- name: F1
|
| 23 |
+
type: f1
|
| 24 |
+
value: 0.8879
|
| 25 |
datasets:
|
| 26 |
- AmazonScience/massive
|
| 27 |
language:
|
|
|
|
| 33 |
|
| 34 |
# xlm-r-base-amazon-massive-intent-label_smoothing
|
| 35 |
|
| 36 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the [MASSIVE1.1](https://huggingface.co/datasets/AmazonScience/massive) dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
- Loss: 2.5148
|
| 39 |
- Accuracy: 0.8879
|