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 48
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:5fb42e697b12315a17184c21e394ceb790594c579f3a1459ae98eeececbc0669
|
| 3 |
+
size 27150
|
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:9e27b518e72f95b4eeb71c7b9bd9e8f2dbcacfb77c146796f774f0923d467e13
|
| 3 |
size 57430535
|