For future reference
Working on a ML project and looking for an open source LLM that can be used in a commercial environment. As far as I’m aware, products cannot be built on LLAMA. I don’t want to use GPT since the project will be using personal information to train/fine tune the models.
skdotdan 1 minute ago | next [–]
https://huggingface.co/google/flan-ul2 https://huggingface.co/docs/transformers/model_doc/gpt_neox reply
dtagames 16 minutes ago | prev | next [–]
I think you might be confusing the GPT software (a generative pre trained transformer) with the finished product, an LLM (large language model.) A GPT has no training until you give it materials. I do believe Google released the code for theirs ages ago. Even without source, you can run a GPT against your own data locally, or on a cloud service setup for that purpose. This is how Bloomberg, for example, created a financial LLM. They used a GPT to train on their own financial data. reply
titaniumtown 10 minutes ago | prev | next [–]
Cerebras-GPT is licensed under Apache-2.0 and permits commercial use https://www.cerebras.net/blog/cerebras-gpt-a-family-of-open-… reply
maxilevi 7 minutes ago | prev [–]
You could use GPT-J (https://huggingface.co/EleutherAI/gpt-j-6b) reply