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