Instructions to use hassanalsawadi/tiny-bert-sst2-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hassanalsawadi/tiny-bert-sst2-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hassanalsawadi/tiny-bert-sst2-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hassanalsawadi/tiny-bert-sst2-distilled") model = AutoModelForSequenceClassification.from_pretrained("hassanalsawadi/tiny-bert-sst2-distilled") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
logs/events.out.tfevents.1722350862.7495638e4217.4824.0
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:c5c814fbcdaf1ccf4d6a3617de0af849c7cde1d1731e57795f196f24430f8723
|
| 3 |
+
size 8175
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17549312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e948fccebca9894576b6db45bc53e8c12a7802c7507d725782f989190b733e72
|
| 3 |
size 17549312
|