Instructions to use napatswift/mt5-base-th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use napatswift/mt5-base-th with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("napatswift/mt5-base-th") model = AutoModelForSeq2SeqLM.from_pretrained("napatswift/mt5-base-th") - Notebooks
- Google Colab
- Kaggle
Commit ·
f4f06e8
1
Parent(s): 2553f4a
Upload tokenizer
Browse files- spiece.model +3 -0
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:943e54fe3508d321697daaf197abf6d87c7fe305dc5669abe82e26e38cb165f1
|
| 3 |
+
size 813480
|