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 8
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:1c13e97e4a5a6c93e7f208a3f8122bd042d0080619f8b42f7de035a9e294945b
|
| 3 |
+
size 17873
|
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:21f73fd10683eda8c1100da202823c5d7d1bee478529ab082fc891989584dafe
|
| 3 |
size 498649748
|