Basically a deer with a human face. Despite probably being some sort of magical nature spirit, his interests are primarily in technology and politics and science fiction.

Spent many years on Reddit before joining the Threadiverse as well.

  • 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: March 3rd, 2024

help-circle




  • I actually wandered away from the SubredditSimulator successor subreddits because even with GPT2 they were “too good”, they lost their charm. Back when SubredditSimulator was still active it was using simple Markov chain based text generators and they produced the most wonderfully bonkers nonsense, that was hilarious. Modern AIs just sound like regular people, and I get that everywhere already.


  • What I am failing to understand is: why?

    People do things for fun sometimes. You could ask this about almost anything that people do that isn’t directly and immediately related to survival. Why do people play basketball? It’s just pointlessly bouncing a ball around in a room, following arbitrary rules that only serve to make the apparent goal of getting it through the hoop harder.


  • It’s a bit technical, unfortunately, at least the way that I do it. I installed the Whisper and wrote a Python script that uses it to create transcripts of audio recordings, storing them in JSON files. Then when that’s done I fire up KoboldCPP with the Command-R model, with a context set large enough to hold roughly two hours of transcript - I rarely have anything longer than that to process. I’ve got an RTX 4090 with plenty of RAM and VRAM so I can handle a fairly large model. Then I run a second Python script that uses KoboldCPP’s API to process the transcripts in various ways - getting a paragraph-long summary, getting a list of action items, and so forth.

    I wouldn’t be surprised if there aren’t better tools out there now specifically for this kind of task, this is just what I cobbled together over the years as these things came out. So might be worth looking around for something like that.

    For the glory of the Empire, of course.