Instructions to use Sayan01/tiny-bert-rte-distilled-6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-rte-distilled-6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-rte-distilled-6")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-rte-distilled-6") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-rte-distilled-6", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/1663302868.0575502/events.out.tfevents.1663302868.cd02b94e3af8.5814.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81836bba59d562d9ab3981bcf60caefb472d1b9ec913754424789a43bba6ac4f
|
| 3 |
+
size 5437
|
logs/events.out.tfevents.1663302864.cd02b94e3af8.5814.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e94be61ddd1d218cce0d09a76d1042bfe890598f246aca9e30466f056c2923c8
|
| 3 |
+
size 4631
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267864813
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1aa1ae283b84f37efb07ebfc01393aa69d8e59ca68deb868b0103cd8c8856149
|
| 3 |
size 267864813
|