Curious to hear from others who are building something on top of an LLM, which one do you use? Has anyone fine-tuned and deployed their own LLM or do you just rely on ChatGPT?
Ask HN: If you use an LLM, which one do you use?
1–8 of 8 posts
Re: Ask HN: If you use an LLM, which one do you use?
#2I have not tried the open source LLMs so far as there's the additional hassle renting a server and deploying it there. Running it locally on a consumer GPU does not cut it yet as it is too slow. So to iterate faster, I prefer just using ChatGPT.
Re: Ask HN: If you use an LLM, which one do you use?
#3Re: Ask HN: If you use an LLM, which one do you use?
#4Re: Ask HN: If you use an LLM, which one do you use?
#5Re: Ask HN: If you use an LLM, which one do you use?
#6We are using both openAI and Google's Bard. There are some aspects to each of them - but it's still mostly 'WIP'. The main challenge is how to 'tune' these LLMs with our own data as another layer that can improve the overall performance (=quality of answers).
Re: Ask HN: If you use an LLM, which one do you use?
#7For a side project I'm using a fine-tuned vicuna-13b. I'm using to generate search queries from natural language, and it outperforms all other open-source models at deep intent recognition.
Re: Ask HN: If you use an LLM, which one do you use?
#8For a side project I'm using a fine-tuned vicuna-13b. I'm using to generate search queries from natural language, and it outperforms all other open-source models at deep intent recognition.
Do you run Vicuna locally or have you had any success in deploying it somewhere? I have been thinking of using a fine-tuned model but haven't found anything cost effective where I cab deploy it. You either run the machine where it's served consistently and the cost is in the hundreds or you accept extremely slow starts.
At the rate LLMs are evolving, a reasonably priced cloud offering will probably exist for me to leverage for production, by the time I need it.