Instructions to use Sayan01/bert-mrpc-distilled-cka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/bert-mrpc-distilled-cka with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/bert-mrpc-distilled-cka")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/bert-mrpc-distilled-cka") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/bert-mrpc-distilled-cka", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
logs/events.out.tfevents.1727719483.spartan-gpgpu147.hpc.unimelb.edu.au.254738.1
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:b7b02cac211a92ba3443f720e749e7d6a1cf98c596f465f926683a03ba4fc97d
|
| 3 |
+
size 9210
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 90867952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36b62fd62d67ce36f983a314e62c3db180174b977b6812e41ae24419aae06424
|
| 3 |
size 90867952
|