Transformers
PyTorch
Safetensors
t5
text2text-generation
instruction-tuning
text-generation-inference
Instructions to use akoksal/LongForm-T5-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akoksal/LongForm-T5-XL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("akoksal/LongForm-T5-XL") model = AutoModelForMultimodalLM.from_pretrained("akoksal/LongForm-T5-XL") - Notebooks
- Google Colab
- Kaggle
Commit History
Update generation_config.json ef0e5dd
first commit 4944c40
Abdullatif Koksal commited on