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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/1656849191.3842072/events.out.tfevents.1656849191.6d65cfcd351c.80.44
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5771f6990de8250a4edf90ff25e0775dc5300088f1ac6f74fe7123ed32cdd52
|
| 3 |
+
size 5343
|
logs/events.out.tfevents.1656849191.6d65cfcd351c.80.43
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:524e9a0e49c816ea6a7bf753538318a5afe3d9bd374c452fa64a0183f0337f45
|
| 3 |
+
size 4258
|
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:cc1ed29398d11bf0e6f7fb9db9ecfbcf479cda96094b98c95a1a0e3a2ef1a1cf
|
| 3 |
size 57429255
|