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 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 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")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cartesinus/xlm-r-base-amazon-massive-intent") model = AutoModelForSequenceClassification.from_pretrained("cartesinus/xlm-r-base-amazon-massive-intent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1a49dc3
1
Parent(s): 98dbd5e
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (b5dfd3ab534b2622832b5ddd0f727f678b29a50d)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -31,3 +31,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81d86b4317af7d09ea8a21ff955f4874b2f7ad967c45b3657e983c33971d876c
|
| 3 |
+
size 1112387624
|