Instructions to use bigscience/T0_single_prompt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bigscience/T0_single_prompt with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bigscience/T0_single_prompt") model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0_single_prompt") - Notebooks
- Google Colab
- Kaggle
Commit History
add repo link a76cd29
Victor Sanh commited on
fp16, bf16 and fp32 4b093e9
Victor Sanh commited on
fix typo f9ce1b2
Victor Sanh commited on
fix row mixing in winobias table 36cff99
Victor Sanh commited on
Make pronunciation even more visible + pre-filled examples 389c874
Victor Sanh commited on
typo fix 77ca4d5
Victor Sanh commited on
fix typo bc1297c
Victor Sanh commited on
Update README.md 2700393
Victor Sanh commited on
Create README.md 22a120a
Victor Sanh commited on