Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use nickprock/xlm-roberta-base-banking77-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nickprock/xlm-roberta-base-banking77-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nickprock/xlm-roberta-base-banking77-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nickprock/xlm-roberta-base-banking77-classification") model = AutoModelForSequenceClassification.from_pretrained("nickprock/xlm-roberta-base-banking77-classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
2193f7e
1
Parent(s): 7f9da00
Adding `safetensors` variant of this model (#4)
Browse files- Adding `safetensors` variant of this model (022a23ccbebd9fad41b96e7d583d2132a31feda5)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -30,3 +30,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 30 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 32 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 30 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 32 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
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:b58a450d3b19d382c41da5cceb1fcf6998bdf8430f591d12c6380ee331bfb183
|
| 3 |
+
size 1112439916
|