Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Hartunka/tiny_bert_rand_20_v2_cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hartunka/tiny_bert_rand_20_v2_cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hartunka/tiny_bert_rand_20_v2_cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Hartunka/tiny_bert_rand_20_v2_cola") model = AutoModelForSequenceClassification.from_pretrained("Hartunka/tiny_bert_rand_20_v2_cola") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
logs/events.out.tfevents.1745311863.s_005_m.2850172.18
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:7f61076bbe4a0496b8d6cb794d68ee88e4f396fc7fc3d14bf06140d29561e555
|
| 3 |
+
size 7353
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 131856744
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23dbb6ebac896bdf67e9c59db896ff8803ee9147e9b20628a614fae63d572b24
|
| 3 |
size 131856744
|