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 50
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:f71a5a190049a7354f1916ecb5f2fd49d13402afaa2004c2ed49b4236bb2dc49
|
| 3 |
+
size 28128
|
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:07700bf291b669cb9e7a5dbbb5ceb1edec8867e93b805ed99f15af770f70215d
|
| 3 |
size 57430535
|