I've been using [continue]( https://continue.dev/ ) alongside Ollama. My go-to llm has been [deepseek-coder 7b]( https://ollama.com/library/deepseek-coder ). The setup feels as good as ChatGPT 4, local first, and overall, I enjoy it.
Ask HN: People who switched from GPT to their own models. How was it?
31–40 of 87 posts
Re: Ask HN: People who switched from GPT to their own models. How was it?
#32Earlier quoted context omitted.
For narrow stuff you can do better job than base gpt4/mistral/etc model. You fine tune it with your very custom data, stuff that got didn’t seem to be trained on, it will generalize it well.
Have you done this? How did you do it? I've been looking forward to someone providing a detailed guide on how to "fine tune it with your custom data" for ages!
Re: Ask HN: People who switched from GPT to their own models. How was it?
#33Anyone has a tutorial how to achieve it to own a self-hosted model?
However, if you want to get into the weeds of how this actually works, I recommend you look up model quantization and some libraries like ggml[1] that actually do that for you.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#34I've been using [continue]( https://continue.dev/ ) alongside Ollama. My go-to llm has been [deepseek-coder 7b]( https://ollama.com/library/deepseek-coder ). The setup feels as good as ChatGPT 4, local first, and overall, I enjoy it.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#35Earlier quoted context omitted.
For narrow stuff you can do better job than base gpt4/mistral/etc model. You fine tune it with your very custom data, stuff that got didn’t seem to be trained on, it will generalize it well.
Have you done this? How did you do it? I've been looking forward to someone providing a detailed guide on how to "fine tune it with your custom data" for ages!
Re: Ask HN: People who switched from GPT to their own models. How was it?
#36I fine-tuned an LLM to do technical stuff. It works pretty darn good. What I actually discovered is that when evaluating LLMs, it is surprisingly difficult to evaluate them. And, also, that GPT 4 isn't that great, in general.
same here, it doesn't adhere to explicit instructions, maybe one or two simple instructions are ok but not more complex ones
Re: Ask HN: People who switched from GPT to their own models. How was it?
#37Re: Ask HN: People who switched from GPT to their own models. How was it?
#38My 2024 prediction is we will see far more people moving off of openai once they encounter its cost and latency compared to (less proven/scaled) competitors. It’s often a speed versus quality tradeoff, and I’ve seen multiple providers 3x faster than OpenAI with far more than 1/3 the quality
Imagine using a GPT-2 type model when everyone else is using GPT-4. Until the dust settles there's no point in investing in alt models imo, unless you're leading the research.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#39Re: Ask HN: People who switched from GPT to their own models. How was it?
#40Hopefully os models can catch-up to gpt4 in the next six months when we fixed all the low hanging fruit outside of the model itself