Instructions to use Reza-Madani/mini-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Reza-Madani/mini-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Reza-Madani/mini-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Reza-Madani/mini-bert") model = AutoModelForSequenceClassification.from_pretrained("Reza-Madani/mini-bert") - Notebooks
- Google Colab
- Kaggle
Commit ·
8665aee
1
Parent(s): 49b6916
Training in progress, step 30000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 44713231
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b70f5abfe5ba3a135e2ad8b3d50e05c03e0697d9aeaa5d7cc2ab8fc52b0f058b
|
| 3 |
size 44713231
|
runs/Jan24_23-16-44_efc338cd8483/events.out.tfevents.1674602218.efc338cd8483.167.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:53b9ab96ee04457206ace15a34eba7916a3ea09310f144179c2d1548a67822a1
|
| 3 |
+
size 6362
|