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