Instructions to use Roy029/mt5_py500 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Roy029/mt5_py500 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Roy029/mt5_py500") model = AutoModelForSeq2SeqLM.from_pretrained("Roy029/mt5_py500") - Notebooks
- Google Colab
- Kaggle
Kajiura Teruno commited on
Commit ·
e930f37
1
Parent(s): c7dd8d7
model
Browse files- pytorch_model.bin +3 -0
- spiece.model +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75084a3a977923bb35512d47ba25fb0ab82b061d6f59cf026c5e2b7adbc3026f
|
| 3 |
+
size 1200768069
|
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3312a997060868401034a22081785d9d432c955728101e909a9e49c7858ed40
|
| 3 |
+
size 4309793
|