|
|
|
|
|
by hebrox
1146 days ago
|
|
I would really like to have something local, without running into ChatGPT limits or costs. I looked at some text generation models, but I couldn't find any where you can ask a question and it generates the correct code. Does anybody know if this is already available on Hugging Face or somewhere else? I'm using TypeScript, so my idea would be to finetune on all used packages, maybe even all of the documentation as well. I've created a small app where I create a prompt for an eslint error and let ChatGPT come up with a git diff. I manually feed that back to my application, it eslints and compiles and if there are any errors, a new prompt is generated. This works quite well. GPT-4 is not available for me in the OpenAI API, so it's quite cumbersome. |
|
*The merged model contains the LoRA. Applying the LoRA over a "raw" llama model uses more VRAM and does not allow for full context in 24GB of VRAM.