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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
logs/events.out.tfevents.1659812858.f73aa01bfed8.79.5
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:b6867897ae97a250a9e60a041b17e26b3a797782639af2e3df90435c31856848
|
| 3 |
+
size 6721
|
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:7a18c4474815206b15f1072933d5b0b4b0b42d8ea348dcbf732bda8e6f6c9cf5
|
| 3 |
size 57437959
|