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