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