Instructions to use Sayan01/tiny-bert-cola-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-cola-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-cola-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-cola-distilled") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-cola-distilled") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
logs/events.out.tfevents.1656596458.88ba90b02f04.92.32
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:724e8ef7be0d4f00fc967817694fb1de1a1becd3752b01ff794caf27b1c3f195
|
| 3 |
+
size 6521
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 57430535
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:974b2b8888acdd3738713201b13a4799a27f857b8821ae58821746425edb2051
|
| 3 |
size 57430535
|