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 22
Browse files
logs/events.out.tfevents.1657780805.2b90a4db4b03.8997.12
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:18119c301dae357c39a80adacd4577c716b62dc3413e9cb038d784c8540393cc
|
| 3 |
+
size 14592
|
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:b56dab2d89f44847b74bd19d4bc2cfabd1b45d97e42ac75eccac354ec4eedd53
|
| 3 |
size 57430535
|