Instructions to use ShengdingHu/mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShengdingHu/mrpc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ShengdingHu/mrpc") model = AutoModelForSeq2SeqLM.from_pretrained("ShengdingHu/mrpc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4c473d2
1
Parent(s): f051865
Training in progress, step 800
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 335851
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2eaa20eb0d78867e8aa58c9eef29d946a4f348768ab8b5163c49f5028d9b8a5f
|
| 3 |
size 335851
|