Instructions to use chunwoolee0/ke_t5_base_nikl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chunwoolee0/ke_t5_base_nikl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/ke_t5_base_nikl") model = AutoModelForMultimodalLM.from_pretrained("chunwoolee0/ke_t5_base_nikl") - Notebooks
- Google Colab
- Kaggle
Ctrl+K