Earlier quoted context omitted.
Have you tried bigger models? Llama-65B can indeed compete with GPT-3 according to various benchmarks. The next thing would be to get the fine-tuning as good as OpenAI's.
I wonder how accurate those benchmarks are in terms of actual problem solving capability. I think there's a major line at which point LLM becomes actually useful and it actually feels like you are speaking to something intelligent and that can be useful for you in terms of productivity etc.
Could you train a ChatGPT-beating model for $85k and run it in a browser?
151–160 of 175 posts
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#152If you have ~100k to spend, aren't there options to buy a gpu rather than just blow it all on cloud? How much is an 8xA100 machine? 4xA100 is 75k, 8 is 140k https://shop.lambdalabs.com/deep-learning/servers/hyperplane...
you're comparing the capital cost of acquiring a GPU machine with the operational cost of renting one in the cloud. Ignoring the operational costs of on-prem hardware is pretty common, but those costs are significant and can greatly change the calculation.
Cloud pricing is pretty steep and obviously has a fat profit margin but building your own data centers isn't cheap either. Doing this at scale is not something most companies would be very good at either. Which means it probably is quite a bit more expensive relative to what the big cloud providers are doing.
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#153Are there any training/ownership models like Folding@Home? People could donate idle GPU resources in exchange for access to the data, and perhaps ownership. Then instead of someone needing to pony up $85k to train a model, a thousand people can train a fraction of the model on their consumer GPU and pool the results, reap the collective rewards.
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#154Keep in mind that image transformer models like stable diffusion are generally smaller than language models, so they are easier to fit in wasm space. Also. you can finetune llama-7b on a 3090 for about $3 using LoRA.
Generative image models don't use transformers, they're diffusion models. LLMs are transformers.
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#155Are there any training/ownership models like Folding@Home? People could donate idle GPU resources in exchange for access to the data, and perhaps ownership. Then instead of someone needing to pony up $85k to train a model, a thousand people can train a fraction of the model on their consumer GPU and pool the results, reap the collective rewards.
A few people have built frameworks to do this. There is still a very large open problem in how to federate large numbers of loosely coupled computers to speed up training "interesting" models. I've worked in both domains (protein folding via Folding@Home/protein folding using supercomputers, and ML training on single nodes/ML training on supercomputers) and at least so far, ML hasn't really been a good match for emba…
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#156Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#157His estimate is that you could train a LLaMA-7B scale model for around $82,432 and then fine-tune it for a total of less than $85K. But when I saw the fine tuned LLaMA-like models they were worse in my opinion even than GPT-3. They were like GPT-2.5 or like that. Not nearly as good as ChatGPT 3.5 and certainly not ChatGPT-beating. Of course, far enough in the future you could certainly run one in the browser for $85K…
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#158Earlier quoted context omitted.
Except, don’t go private this time. Appoint an external board not controlled by the CEO and write it into your bylaws.
Where’s the money in that?
I think there are plenty of rich people who would benefit indirectly from running an OpenAI-like non-profit.
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#159Earlier quoted context omitted.
And when everyone buys in, you go private everything and reap the benefits. Brilliant!
Except, don’t go private this time. Appoint an external board not controlled by the CEO and write it into your bylaws.
“This time” happens with open source where there’s typically no economical incentive and people are doing it for the heck of it.
Re: Could you train a ChatGPT-beating model for $85k and run it in a browser?
#160The big problem with AI R&D is that nobody can keep up with the big bux companies. It makes this kind of project a bit pointless. Even if you can run a GPT3-equivalent on a web browser, how many people are going to bother (except as a stunt) when GPT4 is available?