Transformers
PyTorch
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use chunwoolee0/ke_t5_small_nikl_summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chunwoolee0/ke_t5_small_nikl_summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/ke_t5_small_nikl_summarization") model = AutoModelForMultimodalLM.from_pretrained("chunwoolee0/ke_t5_small_nikl_summarization") - Notebooks
- Google Colab
- Kaggle