Added Starcoder LLM #60
Replies: 4 comments 1 reply
-
Hi gventuri, How to get API KEY. Where? Could you help to instruct one by one. Because, I am beginner. Thank! |
Beta Was this translation helpful? Give feedback.
-
@laynar you need the HuggingFace APIs. Check it out here: https://huggingface.co/docs/huggingface_hub/guides/inference |
Beta Was this translation helpful? Give feedback.
-
Hello Here is the code and I try to use it with the famous titanic daaset of seaborn library and it is throwing the following error. Can you advise Please: Error: Code: import librariesimport pandas as pd #imorting pandas ai library Instatiate a LLMfrom pandasai.llm.openai import OpenAI #here goes ny dataset pandas_ai = PandasAI(llm) |
Beta Was this translation helpful? Give feedback.
-
I'm testing starcoder, and it does error out and gives no return OpenAI works perfectly |
Beta Was this translation helpful? Give feedback.
-
Yesterday, HuggingFace and bigcode jointly released Starcoder, a 3B parameter language model that has been fine-tuned using open source code. They claim that it is the best language model for generating code. We are pleased to announce that we have successfully implemented Starcoder in PandasAI!
Running it is as easy as this:
Give it a try and let us know how it feels!
Beta Was this translation helpful? Give feedback.
All reactions