Instructions to use Sayan01/stsb-distillbert-Direct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/stsb-distillbert-Direct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/stsb-distillbert-Direct")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/stsb-distillbert-Direct") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/stsb-distillbert-Direct", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
logs/events.out.tfevents.1664344117.3e1c7b099ae2
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:cc3fb3095aa41578495bca7468deee393cd19a2e96c7ac6ba0a37e2722910ebd
|
| 3 |
+
size 5641
|
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:41b6dbbe78fcaf5c79aabffd7de2c5bead4fb8802bb1aeeee710d65f38485dbe
|
| 3 |
size 267851249
|