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 ·
3ff11c8
1
Parent(s): 04b3838
Training in progress, epoch 5
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:3a6b1f6753c547df2e04862ae27b3cc6269031f73b5a7ea0acac0012a1300870
|
| 3 |
+
size 6979
|
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:195edaa9a48efe9e7ef8e6358e292c388a6230de8ed226e554e5a5cc66c9939c
|
| 3 |
size 17549312
|