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, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bigscience/T0pp") model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0pp") - Notebooks
- Google Colab
- Kaggle
API - Internal Server Error
#12
by whoami-as - opened
Is the Hugging Face API down?
I'm getting the message "{'error': 'Internal Server Error'}" while running BLOOM and FLAN-T5's inference APIs.
I tried changing the token, dataset and model as well but the error still pops up, not necessarily in the first row of dataframe.
whoami-as changed discussion title from Internal Server Error to API - Internal Server Error
whoami-as changed discussion status to closed