I usually have this technical hypothetical discussions with ChatGpt, I can share if you like, me asking him this: aren't LLMs just huge Markov Chains?! And now I see your project... Funny
LLMs are indeed Markov chains. The breakthrough is that we are able to efficiently compute well performing probabilities for many states using ML.
I fed 24 years of my blog posts to a Markov model
11–20 of 131 posts
Re: I fed 24 years of my blog posts to a Markov model
#12I usually have this technical hypothetical discussions with ChatGpt, I can share if you like, me asking him this: aren't LLMs just huge Markov Chains?! And now I see your project... Funny
Re: I fed 24 years of my blog posts to a Markov model
#13I usually have this technical hypothetical discussions with ChatGpt, I can share if you like, me asking him this: aren't LLMs just huge Markov Chains?! And now I see your project... Funny
LLMs are indeed Markov chains. The breakthrough is that we are able to efficiently compute well performing probabilities for many states using ML.
* LLMs don't use Markov chains, * LLMs don't predict words.
Re: I fed 24 years of my blog posts to a Markov model
#14Earlier quoted context omitted.
Yes, I made one using bitlbee back in the 2000s, good times!
I made one for Hipchat at a company. I can't remember if it could emulate specific users, or just channels, but both were definitely on my roadmap at the time.
Re: I fed 24 years of my blog posts to a Markov model
#15I did something similar many years ago. I fed about half a million words (two decades of mostly fantasy and science fiction writing) into a Markov model that could generate text using a “gram slider” ranging from 2-grams to 5-grams. I used it as a kind of “dream well” whenever I wanted to draw some muse from the same deep spring. It felt like a spiritual successor to what I used to do as a kid: flipping to a random p…
Re: I fed 24 years of my blog posts to a Markov model
#16Re: I fed 24 years of my blog posts to a Markov model
#17Earlier quoted context omitted.
LLMs are indeed Markov chains. The breakthrough is that we are able to efficiently compute well performing probabilities for many states using ML.
LLMs are not Markov Chains unless you contort the meaning of a Markov Model State so much you could even include the human brain.
Re: I fed 24 years of my blog posts to a Markov model
#18Usage:
hailo -t corpus.txt -b brain.brn
Where "corpus.txt" should be a file with one sentence per line.
Easy to do under sed/awk/perl. hailo -b brain.brn
This spawns the chatbot with your trained brain.By default Hailo chooses the easy engine. If you want something more "realistic", pick the advanced one mentioned at 'perldoc hailo' with the -e flag.
Re: I fed 24 years of my blog posts to a Markov model
#19Giving 24 years of your experience, thoughts and life time to us.
This is special in these times of wondering, baiting and consuming only.