I like how this community keeps me up to date with everything Musk does
OsrsNeedsF2P
joined 5 years ago
MODERATOR OF
Is this true in Europe? It seems like you can make phone calls and text with Linux phones over there
Seems like a cop-out to call "usage rates" a "capitalist metric"
Not sure what the question is. Are you trying to upload to Lemmy? If yes, which Lemmy client are you using?
Thankfully the Left learned from this mistake and added ranked voting
Oh wait that was New Zealand. But yea, everything since 9/11 is Nader's fault
Maybe the gender or color didn't really matter to people who had a chance of voting Democrat anyway
I think the context makes it clear I was going for "this guy is interested in little boys which is gay", not "gay people are interested in little boys"
They'll say something like "can't handle the scale"
You didn't get good answers so I'll explain.
First, an LLM can easily write a program to calculate the number of
r
s. If you ask an LLM to do this, you will get the code back.But the website ChatGPT.com has no way of executing this code, even if it was generated.
The second explanation is how LLMs work. They work on the word (technically token, but think word) level. They don't see letters. The AI behind it literally can only see words. The way it generates output is it starts typing words, and then guesses what word is most likely to come next. So it literally does not know how many
r
s are in strawberry. The impressive part is how good this "guessing what word comes next" is at answering more complex questions.