Presumably when a new movie (not included in GPT3 training data) comes out the recommendations are not going to be too good, unless someone spends a lot of money retraining the underlying model?
Low-code, no-model recommendation system with GPT3
21–30 of 67 posts
Re: Low-code, no-model recommendation system with GPT3
#22Earlier quoted context omitted.
In one of the Reddit comments about a service (PhilosopherAI.com) using the API outlining the possible total costs: > That makes for 400 million tokens in 2 or 3 weeks, which puts me at like $4000/mo minimum Oh dear, that means... > Scale: Contact Us So while they are using the API for free for now, by these metrics, they are least going to be soon having a running cost of at least $4K+/mo. That is an expensive toy.…
I was thinking about Ai dungeon the other day. I can't imagine it really is sustainable with those 10$ subscriptions covering the free play folks too. What happens whenever they get featured on some bigger website?
Re: Low-code, no-model recommendation system with GPT3
#23I have no agenda of changing the world and I have nothing substantial to fill in the gpt3 invite form but sometimes the best ideas come from tinkering and I just wish they gave some limited access to everyone.
Re: Low-code, no-model recommendation system with GPT3
#24I wish there was a light version of gpt3 with maybe like 100 api query limit per day so just amateurs like me got to play with this API too on weekends. I have no agenda of changing the world and I have nothing substantial to fill in the gpt3 invite form but sometimes the best ideas come from tinkering and I just wish they gave some limited access to everyone.
Re: Low-code, no-model recommendation system with GPT3
#25I am curious how much it actually thinks and how much it simply uses text from recommendation engines that got crawled.
Re: Low-code, no-model recommendation system with GPT3
#26I wish there was a light version of gpt3 with maybe like 100 api query limit per day so just amateurs like me got to play with this API too on weekends. I have no agenda of changing the world and I have nothing substantial to fill in the gpt3 invite form but sometimes the best ideas come from tinkering and I just wish they gave some limited access to everyone.
You might like: https://transformer.huggingface.co The GPT-2 model is very similar to GPT-3 just smaller.
Re: Low-code, no-model recommendation system with GPT3
#27Re: Low-code, no-model recommendation system with GPT3
#28Earlier quoted context omitted.
You might like: https://transformer.huggingface.co The GPT-2 model is very similar to GPT-3 just smaller.
Thanks for the link. So as someone who is completely new to this, if this guy used this model instead of gpt 3 would he get similar results?
Re: Low-code, no-model recommendation system with GPT3
#29I wish there was a light version of gpt3 with maybe like 100 api query limit per day so just amateurs like me got to play with this API too on weekends. I have no agenda of changing the world and I have nothing substantial to fill in the gpt3 invite form but sometimes the best ideas come from tinkering and I just wish they gave some limited access to everyone.
Not sure what the 100k tokens translates to in terms of query limit
Re: Low-code, no-model recommendation system with GPT3
#30Earlier quoted context omitted.
You might like: https://transformer.huggingface.co The GPT-2 model is very similar to GPT-3 just smaller.
Thanks for the link. So as someone who is completely new to this, if this guy used this model instead of gpt 3 would he get similar results?
Note the huggingface library is a python library, so you'd technically be writing some code, though the library API is super user friendly and the community is very helpful.