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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/events.out.tfevents.1692595546.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:1aca76b09267312bcc63f11b94e20b4c78d5ea02c31d5582bc965e3774fb2b53
|
| 3 |
+
size 9090
|
logs/events.out.tfevents.1692595673.48f07d246700
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33d61266e1413451d17183f1d025405caec06a9ca4d12ec8940e2ecb55102591
|
| 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:e64eba92ab4ffdb7baf361c9bab6c018f58ac3ecc53133aa34a48469ca43a8ba
|
| 3 |
size 438003505
|