Submitted by darkbluetwilight t3_123j77g in MachineLearning
machineko t1_je888dc wrote
Why not use open source models. Especially it seems like you are trying not to sell the model for commercial purposes, you can easily replace it with open source models. Also, for retrieval-augmented generation, smaller models can be very effective.
darkbluetwilight OP t1_je99g95 wrote
Correct, it's for personal use only. I did look into a few different options - Huggingface, Alpaca, BERT, Chinchilla, Cerebras but they all appear to have charges too (with the exception of Alpaca which was taken down). I already had openai nicely implemented in my GUI so wasn't really drawn by any of them.
Can you suggest a model that is free or cheaper than openai that I could integrate into my python gui?
On the database side I tried Mongo DB and Atlas but found these very difficult to use. Since I only need to generate the database once, Llama index was fine to use
machineko t1_jecw2v4 wrote
Cerebras-GPT models are Apache-2.0. You should be able to use them for free. Not sure what you mean by charges. Are you referring to using the hosted APIs?
Btw, you should use the ones that are instruction fine-tuned.
darkbluetwilight OP t1_jeesol1 wrote
Thanks, I'll give Cerebras another look. Yes, I'm using the APIs
Viewing a single comment thread. View all comments