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