Instructions to use Sayan01/tiny-bert-mnli-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-mnli-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-mnli-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-mnli-distilled") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-mnli-distilled", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files
logs/events.out.tfevents.1657163824.9181eea70df4.83.4
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:6e4b2182c5a296a7f28e2d506cf53f33840dc04b2ced5f661b650a71f6cf966e
|
| 3 |
+
size 13464
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17562343
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd483f5fbff5a796271b0a5b98c5250be618a8eec3dbc0ce28263695b7f318bb
|
| 3 |
size 17562343
|