Instructions to use Sayan01/rte-Bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/rte-Bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/rte-Bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/rte-Bert") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/rte-Bert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/events.out.tfevents.1692596043.48f07d246700
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:c9a9f5294d6d71e943ecb8d0184b6f7684e0ce8899107f2eecd3208e4d4b9a95
|
| 3 |
+
size 9090
|
logs/events.out.tfevents.1692596322.48f07d246700
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1807ab9e66d6a073b1ef21dfbdebf298c7626f25640f7c5e6bf1328d9ca566b7
|
| 3 |
+
size 4099
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438003505
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aac2d0fa85d4abacfc05bf6be8edd998ffafdda6cbfe3109aacf0e902306fdb
|
| 3 |
size 438003505
|