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