@elirod, no, that particular line, I ran directly on the Deeplearning.AI platform.
However, I also download the notebook and tried running on Colab, then after installing lamini( !pip install lamini), and importing everything in the notebook, I get error on this line:
non_finetuned_output = str(non_finetuned(str(“Tell me how to train my dog to sit”)))
Inference exception: can only concatenate str (not “NoneType”) to str
As for your initial question regarding the status code: 561, I think it is because lumini has the pro subscription service ( I am not sure though), as with the free tier one I got this message: APIError: API error {‘detail’: “Currently this user has support for base models: [‘hf-internal-testing/tiny-random-gpt2’, ‘EleutherAI/pythia-70m’, ‘EleutherAI/pythia-70m-deduped’, ‘EleutherAI/pythia-70m-v0’, ‘EleutherAI/pythia-70m-deduped-v0’, ‘EleutherAI/neox-ckpt-pythia-70m-deduped-v0’, ‘EleutherAI/neox-ckpt-pythia-70m-v1’, ‘EleutherAI/neox-ckpt-pythia-70m-deduped-v1’, ‘EleutherAI/gpt-neo-125m’, ‘EleutherAI/pythia-160m’, ‘EleutherAI/pythia-160m-deduped’, ‘EleutherAI/pythia-160m-deduped-v0’, ‘EleutherAI/neox-ckpt-pythia-70m’, ‘EleutherAI/neox-ckpt-pythia-160m’, ‘EleutherAI/neox-ckpt-pythia-160m-deduped-v1’, ‘EleutherAI/pythia-2.8b’, ‘EleutherAI/pythia-410m’, ‘EleutherAI/pythia-410m-v0’, ‘EleutherAI/pythia-410m-deduped’, ‘EleutherAI/pythia-410m-deduped-v0’, ‘EleutherAI/neox-ckpt-pythia-410m’, ‘EleutherAI/neox-ckpt-pythia-410m-deduped-v1’, ‘cerebras/Cerebras-GPT-111M’, ‘cerebras/Cerebras-GPT-256M’, ‘meta-llama/Llama-2-7b-hf’, ‘meta-llama/Llama-2-7b-chat-hf’, ‘meta-llama/Llama-2-13b-chat-hf’, ‘meta-llama/Llama-2-70b-chat-hf’, ‘Intel/neural-chat-7b-v3-1’, ‘mistralai/Mistral-7B-Instruct-v0.1’, ‘microsoft/phi-2’]. Need help? Email us at info@lamini.ai”}