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
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112254133
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc88a665fa57407175fd2999449e475501d172e99286c4fcc7dd1d31094222c0
|
| 3 |
size 1112254133
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e475277839f9b92ee5a7d6ce1a6db5788828d8b90e2a948a46d9534ed70523ef
|
| 3 |
size 3643
|