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 6
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:ae59f5dcf6dbf545b019965f063c245c767069141dfc692b49d2c8aaba0e885f
|
| 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:9678e6be65fbd7bc4182c2e7c1081898ebaa29c89d661f54cd46547cff60f77b
|
| 3 |
+
size 15948
|