Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
zero-shot_classification
text-embeddings-inference
Instructions to use adriansanz/test6_balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adriansanz/test6_balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adriansanz/test6_balanced")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("adriansanz/test6_balanced") model = AutoModelForSequenceClassification.from_pretrained("adriansanz/test6_balanced", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 24
Browse files
logs/events.out.tfevents.1711532688.21ac2c9b2504.169.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90ed966105f1ae48575f70c33cbff84cb2d090e04fcef7b8f8a93729dedb29b0
|
| 3 |
+
size 49059
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498649748
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e84724ba8b88bf62d75c33a7a270760c6a6f1af7c49695a9ccf316011f3e27df
|
| 3 |
size 498649748
|