Earlier quoted context omitted.
I've tried code-llama with Ollama, along with Continue.dev and found it to be pretty good. The only downside is that I couldn't "productively" run the 70B version, even on my MBP with M3 Max with 36GB of RAM (which interestingly should be enough to hold quantized model weights). It was simply painfully slow. 34B one works good enough for most of my use-cases, so I am happy.
I tried to use codellama 34B and I think it is pretty bad. For Example I asked it to convert a comment into a docstring and it would hallucinate a whole function around it.
Ask HN: People who switched from GPT to their own models. How was it?
81–87 of 87 posts
Re: Ask HN: People who switched from GPT to their own models. How was it?
#82A couple of months ago I attended a presentation of an on-prem LLM. An audience member asked, if it was using OpenAI in any way. The presenter, somewhat overeagerly, "Why not ask our new AI?" and went on to type: "Are you an independent model or do you use OpenAI?" To chat bot answered in flourish language that sure it was using ChatGPT as a backend. Which it was not and which was kind of the whole point of the prese…
Never demo anything unrehearsed, or where you cannot predict the outcome with a very high level of confidence
Re: Ask HN: People who switched from GPT to their own models. How was it?
#83Earlier quoted context omitted.
Never demo anything unrehearsed, or where you cannot predict the outcome with a very high level of confidence
> where you cannot predict the outcome with a very high level of confidence so never demo LLMs. got it.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#84Mixed results. I think llama2 in general is pretty bad, especially at anything else than english. I've had very good results with Mixtral for Chat. Of course all of them feel like a Frankenstein compared to actual ChatGPT. They feel similar and work just as well until, sometimes, they put out complete and utter garbage or artifacts and you wonder if they skimped on fine-tuning.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#85Earlier quoted context omitted.
> This also helps distributes traffic as a side effect. I'm not sure it's "distributing" traffic so much as amplifying it.
Two users. One user is talking about physics, the other about art. Two different models are utilized. Load is divided across 2 models. Load balancing is a feature for free and division is across subjects. Of course this is assuming each model owns it's own set of gpus.
What you're suggesting is just simply intent classification and using a specific model per intent. That's what everyone did _before_ LLMs.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#86Re: Ask HN: People who switched from GPT to their own models. How was it?
#87Earlier quoted context omitted.
Two users. One user is talking about physics, the other about art. Two different models are utilized. Load is divided across 2 models. Load balancing is a feature for free and division is across subjects. Of course this is assuming each model owns it's own set of gpus.
Ah okay, I misunderstood. I thought you meant inferencing on all the different models and letting them judge to what extent they're the best fit. What you're suggesting is just simply intent classification and using a specific model per intent. That's what everyone did _before_ LLMs.