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, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("napatswift/mt5-base-th") model = AutoModelForMultimodalLM.from_pretrained("napatswift/mt5-base-th") - Notebooks
- Google Colab
- Kaggle
Ctrl+K