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