Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use masterkristall/bert_distillation_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use masterkristall/bert_distillation_tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="masterkristall/bert_distillation_tiny")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("masterkristall/bert_distillation_tiny") model = AutoModelForSequenceClassification.from_pretrained("masterkristall/bert_distillation_tiny", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
2ec8f96
1
Parent(s): 3ff11c8
Training in progress, epoch 6
Browse files
logs/events.out.tfevents.1701202155.62074d9d7b32.1179.2
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:e0857406b5095f26b6d1e9521ea28399aa78c25b5e990e614a7cf65dcb076294
|
| 3 |
+
size 7459
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17549312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7b427184166743ead19833a8eb53f57652a12ecde93d2d15a1aedefe28c2a0c
|
| 3 |
size 17549312
|