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 7
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:c198c649fdfd3b2b6f6fcdb03b8abf22fbdd77347865c80c3e81231ac1be1b35
|
| 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:4d00398a55e1cab4b2a72947506729204a434dd3a094a041b49b3d014a2d8884
|
| 3 |
+
size 16742
|