Instructions to use Sayan01/bert-rte-distilled-c4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/bert-rte-distilled-c4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/bert-rte-distilled-c4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/bert-rte-distilled-c4") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/bert-rte-distilled-c4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
Browse files
logs/events.out.tfevents.1708430225.f88e78bfdce9.67329.0
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:1705a4966f9e39864c33a55e2fb314e0e4d39d8d0caef5c94e8bfefc3b36a15c
|
| 3 |
+
size 11334
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 266339248
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae5b518544c97296f2604c4f8a112eb160463c075a269630e756b3cf55f6780a
|
| 3 |
size 266339248
|