mistralai / mistral-inference

Official inference library for Mistral models
https://mistral.ai/
Apache License 2.0
9.37k stars 817 forks source link

Support for Python code generation #116

Open kavyanshpandey opened 6 months ago

kavyanshpandey commented 6 months ago

Can we generate python code using MistralAI7b Instruct?

Hey Team, Thanks for releasing this awesome model within 7b.

I was trying to generate python code with prompts using MistralAI7b Instruct, code has been generated but getting desired output is complex. I tried with multiple prompts but unsuccessful in creating code.

Do we have any documentation where I can find the limitation of this model. I searched on huggingFace but less documentation is given.

Or do we have any fine-tuned-model for python code generation?