Instructions to use bigscience/T0p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bigscience/T0p with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bigscience/T0p") model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0p") - Notebooks
- Google Colab
- Kaggle
Commit History
Add more the bias examples (#1) 99436b3
add repo link d16779f
Victor Sanh commited on
fp16, bf16 and fp32 8015ad0
Victor Sanh commited on
fix typo 4f38435
Victor Sanh commited on
fix row mixing in winobias table 9ffc60b
Victor Sanh commited on
Update pronunciation + update pre-filled examples 019e5b9
Victor Sanh commited on
fix typo 289f5a9
Victor Sanh commited on
fix typo 9779418
Victor Sanh commited on
Update README.md 6adea64
Victor Sanh commited on
Create README.md 2795df9
Victor Sanh commited on