Transformers
PyTorch
English
t5
text2text-generation
conversational
dialogue
response generation
text-generation-inference
Instructions to use allenai/cosmo-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/cosmo-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/cosmo-xl") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/cosmo-xl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
correct a typo in the code snippet
#7
by LuckyStarr - opened
No description provided.
heanu changed pull request status to merged
Thanks so much!
Thank you for this great publicly available model! I really have fun playing with it.