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
Potential Inconsistencies Model and Datasets License
#10 opened about 1 year ago
by
yueyangchen
Adding `safetensors` variant of this model
#9 opened almost 2 years ago
by
SFconvertbot
<turn> and <sep> are not tokens
#8 opened over 3 years ago
by
artek0chumak