imaginethezmell
imaginethezmell t1_jcpfo39 wrote
Reply to comment by spiritus_dei in [D] ChatGPT without text limits. by spiritus_dei
pretty much everyone already had to do this for any long text implementation
embed everything
search embeddings
use prompt + search result for final prompt
profit
imaginethezmell t1_jcnj7ia wrote
Reply to comment by mikonvergence in [P] ControlNetInpaint: No extra training and you can use 📝text +🌌image + 😷mask to generate new images. by mikonvergence
everyone is interested
are you kidding lol
imaginethezmell t1_jbszsey wrote
Reply to comment by Simusid in [Discussion] Compare OpenAI and SentenceTransformer Sentence Embeddings by Simusid
openai is 8k
how about sentence transformer
imaginethezmell t1_j9fsdtm wrote
Reply to comment by MysteryInc152 in [D] Toolformer implementation using only few-shot prompting by MysteryInc152
do you know how to check for these errors
i added the keys and then tried to send a prompt, and it gave that error
seems to be sending too many requests at once to the openai api hitting a rate limit, after 1 request?
> Failed to load resource: the server responded with a status of 429 ()
" An error occurred. :(
An error occurred. :(
An error occurred. :(
An error occurred. :(
An error occurred. :(
An error occurred. :(
An error occurred. :(
An error occurred. :( "
imaginethezmell t1_j9fqnpr wrote
Reply to comment by damc4 in [D] Toolformer implementation using only few-shot prompting by MysteryInc152
how does it work
imaginethezmell t1_j8g4f64 wrote
Reply to comment by big_gondola in [R] [N] Toolformer: Language Models Can Teach Themselves to Use Tools - paper by Meta AI Research by radi-cho
there are apis for auto ml already
it can simply learn the task to use other ai to create models
its over
imaginethezmell t1_j7uhi86 wrote
Reply to comment by 7366241494 in [N] "I got access to Google LaMDA, the Chatbot that was so realistic that one Google engineer thought it was conscious. First impressions" by That_Violinist_18
Google lost 8% of value after their terrible demo lol
imaginethezmell t1_jdsksw5 wrote
Reply to comment by addition in [D] GPT4 and coding problems by enryu42
also people keep thinking it is just one thing, but it is actually an infinite thing
you can have a bot for everything all the way down
bot to create the idea + bot that reviews the ideas + bot that finds if the idea exists + bot that adds use cases to each general idea...a bot that decides the best idea
bot to create the outline/write/code + bot that reviews/QA each part
and btw each part doesnt have to be done at once either
you can start with a single bot doing a simple sub task, then another one the next one, an assembling bot adding them together, while the review bot verifies it
with a set of connections to the api, that can be done np today
no human task cannot be cut into enough sub steps that the army of bots cannot do it little by little
some tasks 1 bot can do most in 1 shot