Instructions to use moshew/Mini-bert-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moshew/Mini-bert-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="moshew/Mini-bert-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("moshew/Mini-bert-distilled") model = AutoModelForSequenceClassification.from_pretrained("moshew/Mini-bert-distilled") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 44865415
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b41e8845ad79a627393ca1eda0022e6ecb08864015a5a25d88e4ac0886c25dcb
|
| 3 |
size 44865415
|
runs/May10_19-24-19_25056aed8f14/events.out.tfevents.1652210680.25056aed8f14.79.32
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:75d8b84333f9f5e41e532a4cfc42db961e4f26c81854da219e0b1bc8937fd155
|
| 3 |
+
size 14360
|