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 7
Browse files
logs/events.out.tfevents.1655797971.600857e4b2da.76.2
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:696b949772f5ecd8410e16d07af49e6fecb4a42edba37ee3e20e65e1e01a95e4
|
| 3 |
+
size 7039
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 38383463
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2cc537af87b2bbbed837583585e23793d1537f6c0100e4a3dc5739a4989068a
|
| 3 |
size 38383463
|