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 ·
49b6916
1
Parent(s): 335e92d
Training in progress, step 20000
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:991e3b043325602c796bf14e91a3a52c1ccb9ccac6ea35b16c85c8edfe9aec24
|
| 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:22c2418ecb0cebd6326188b26800f5bbd802c676229234ef2dfb71e6ab2d49a6
|
| 3 |
+
size 5490
|