Anyone has a tutorial how to achieve it to own a self-hosted model?
Ask HN: People who switched from GPT to their own models. How was it?
11–20 of 87 posts
Re: Ask HN: People who switched from GPT to their own models. How was it?
#12Anyone has a tutorial how to achieve it to own a self-hosted model?
Re: Ask HN: People who switched from GPT to their own models. How was it?
#13I 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.
Could you provide more details on this matter? Specifically, I'm interested in knowing which base model you've utilized and the approach you've taken to fine-tune it. Your insights would be greatly appreciated and highly beneficial.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#14Anyone has a tutorial how to achieve it to own a self-hosted model?
Re: Ask HN: People who switched from GPT to their own models. How was it?
#15Re: Ask HN: People who switched from GPT to their own models. How was it?
#16Running Mistral-Instruct-0.1 for call/email summarization, Mixtral for contract mining & OpenChat to augment agentic chatbot equipped with RAG tools(Instruct again). Experience has been great, INT8 tradeoffs are acceptable until hardware FP8(FP4 anyone?) becomes more widely & cheaply available. On-prem costs have been absorbed already for few boxes of A100s & legacy V100s running millions of such interactions.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#17I 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.
Which base model did you use and what methodologies you used?
Re: Ask HN: People who switched from GPT to their own models. How was it?
#18Re: Ask HN: People who switched from GPT to their own models. How was it?
#19Earlier quoted context omitted.
Could you provide more details on this matter? Specifically, I'm interested in knowing which base model you've utilized and the approach you've taken to fine-tune it. Your insights would be greatly appreciated and highly beneficial.
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.
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?
#20Running Mistral-Instruct-0.1 for call/email summarization, Mixtral for contract mining & OpenChat to augment agentic chatbot equipped with RAG tools(Instruct again). Experience has been great, INT8 tradeoffs are acceptable until hardware FP8(FP4 anyone?) becomes more widely & cheaply available. On-prem costs have been absorbed already for few boxes of A100s & legacy V100s running millions of such interactions.