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