Text Classification
Transformers
TensorBoard
Safetensors
roberta
zero-shot
text-embeddings-inference
Instructions to use adriansanz/test5_balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adriansanz/test5_balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adriansanz/test5_balanced")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("adriansanz/test5_balanced") model = AutoModelForSequenceClassification.from_pretrained("adriansanz/test5_balanced", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1711456810.08043a11185c.167.3
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:6b07eec54d1342bc15729121cb14200c8aca3d1d2e59836bc8ffe4a46df66593
|
| 3 |
+
size 8229
|
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:c9c9c09206341b8c0642b88d6cdb9fd556d3ee0d0b405ae4aacba26dbbfa536b
|
| 3 |
size 498649748
|