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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1664340836.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:f93774cfb1ee663f08fe4d54a1879cc48b4b5c53798800fc35c4dbc86ee1dad9
|
| 3 |
+
size 4725
|
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:13575d9d5582911b7753ef38da8674df405a8786b43eeeb0721e3e462a1e5f5b
|
| 3 |
size 267851249
|