Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use franfj/DIPROMATS_subtask_1_base_train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use franfj/DIPROMATS_subtask_1_base_train with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="franfj/DIPROMATS_subtask_1_base_train")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("franfj/DIPROMATS_subtask_1_base_train") model = AutoModelForSequenceClassification.from_pretrained("franfj/DIPROMATS_subtask_1_base_train") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (084f14224e5f14105e3ade580640592e17567ef9)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a92ca9b975d8552a1eb4b8d369ee012183c348d25c7647dbeebba513a0247c6
|
| 3 |
+
size 1112209216
|