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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
logs/events.out.tfevents.1656606394.dc9e1672c50e.2147.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:6630de5d2309cf2ef1d96f8d26552404ac444ec0d9d247f3d6271595965ab0da
|
| 3 |
+
size 3762
|
logs/events.out.tfevents.1656606480.dc9e1672c50e.2147.4
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:3875118194622091e1a7d6b3fd772e25fb5468a4ba1aba1396341e2d710a207c
|
| 3 |
+
size 9012
|
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:b79ef013c799e673fa25739892eb5f2a3cb91fbd4b5789f3205e19c77bc66e38
|
| 3 |
size 57430535
|