Instructions to use Sayan01/tiny-bert-mnli-m-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-mnli-m-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-mnli-m-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-mnli-m-distilled") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-mnli-m-distilled", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/1656777391.7646613/events.out.tfevents.1656777391.0dddf6b61e3f.82.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9adfa6329f09a00c524b9771365db4a4db4889ef03a154912403ed7b40deb437
|
| 3 |
+
size 5355
|
logs/events.out.tfevents.1656777391.0dddf6b61e3f.82.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37aab7c1e4a7d452eb58a9e31dd7b509e9fa1e7d295a5ad840cdf87dbf242433
|
| 3 |
+
size 4295
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 57431751
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:143b682964fd4d0db8146d678b7962cfb27e3c1ade52f5c5fdc0bba45e74e604
|
| 3 |
size 57431751
|