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 25
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:0cba26e2f1ea23f5bca808301520c44b9df1a8c49e7135757733a3c4f63ebe20
|
| 3 |
+
size 50596
|
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:d90455601a1b21259750646324ca08b213832ee4ea209813c474bfe2fa742336
|
| 3 |
size 498649748
|