Instructions to use Sayan01/Bert-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/Bert-sst2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/Bert-sst2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/Bert-sst2") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/Bert-sst2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/events.out.tfevents.1692273227.4f3b1e943223
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:ec9d95a1fd111f7b9d81e123554e2ae1bae49ebdec877dd627c8a6cac4898989
|
| 3 |
+
size 11528
|
logs/events.out.tfevents.1692286513.4f3b1e943223
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e9dbe227cfa8d4184798fc87ab3b85609e1f7fddb46afeed52f36767c2741e1
|
| 3 |
+
size 4413
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440373249
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7c1224f7593ca4e292dfea3c50eee49a427e2fe8d1c339847b6ccec95caae84
|
| 3 |
size 440373249
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae1295a7ee019426e2cead7c253de7c43a4739bfd8e39fdad0411f730606706c
|
| 3 |
size 3963
|