Instructions to use Sayan01/tiny-bert-rte-distilled-vanilla-cross-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-rte-distilled-vanilla-cross-roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-rte-distilled-vanilla-cross-roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-rte-distilled-vanilla-cross-roberta") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-rte-distilled-vanilla-cross-roberta") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
logs/events.out.tfevents.1664418703.244d139f50f0
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:7be98db4a1ad4747d72ed49616c5ce51427fad4d2c7611b0f6eee129c491f7a9
|
| 3 |
+
size 11152
|