Instructions to use Sayan01/tiny-bert-sst2-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-sst2-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-sst2-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-sst2-distilled") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-sst2-distilled") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/1656515341.4175289/events.out.tfevents.1656515341.d70d6af446a7.81.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d03eb3ca1895e15dc5a8f73aaae90792fc85f1a5be8ff9dff25bf2f6c8fc5a1
|
| 3 |
+
size 5343
|
logs/events.out.tfevents.1656515341.d70d6af446a7.81.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e05339e0c694ec31e62373a3b13f361fd3ba3b7b99548b20ced24c8b5382581f
|
| 3 |
+
size 4153
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 115086663
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e4c61d4bbcca6d5ff1fc1464d6cb9c88f15322b30ae1399306900c611acd59a
|
| 3 |
size 115086663
|