Instructions to use bigscience/T0pp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bigscience/T0pp with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("bigscience/T0pp") model = AutoModelForMultimodalLM.from_pretrained("bigscience/T0pp") - Notebooks
- Google Colab
- Kaggle
Add more the bias examples
#3
by JonathanSum - opened
Duplicated
JonathanSum changed pull request status to closed