Instructions to use Sayan01/tiny-bert-mrpc-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/tiny-bert-mrpc-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/tiny-bert-mrpc-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/tiny-bert-mrpc-distilled") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/tiny-bert-mrpc-distilled", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 25
Browse files
logs/events.out.tfevents.1657913128.62c79ee6e16a.82.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:6e2b2974f22927ba09d252d004f54b50c21b56aea4e3409b15ada2b4230f139d
|
| 3 |
+
size 16673
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 57437959
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c44d20bda9111e7b1c03ff5dba002d16a15fe7b516bbb9a7df42ee5b139c1539
|
| 3 |
size 57437959
|