Instructions to use Sayan01/tiny-bert-rte-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-rte-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-rte-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-rte-distilled") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-rte-distilled") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/1655834271.3377287/events.out.tfevents.1655834271.4dede0cb6010.74.35
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e63cdf8ea4af9431dd5f906b7aca35c84a488673d6ac49480c467fef74e4f39b
|
| 3 |
+
size 5343
|
logs/events.out.tfevents.1655834271.4dede0cb6010.74.34
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f10ee013ceed5ef9292a9466912325f1cf7acbef52980f40dbf7751d85f32f5
|
| 3 |
+
size 4290
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17561831
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbd79f8f806379fe41641d06e9eff1078731fdf4bb9c3dcc70a9da93f83bcff8
|
| 3 |
size 17561831
|