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 5
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:f6ae5f21f12975586986347391be1d857f272a177b5c3488559f82932dad09c4
|
| 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:0dcd35cb04d7b5c532d3457cae8699eada5cb06d1a2b1b2094fae499322eb461
|
| 3 |
+
size 15154
|