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