Thought today’s smbc comic was too funny not to share. Source

  • zbyte64
    link
    fedilink
    arrow-up
    10
    ·
    15 hours ago

    Technically right in that it doesn’t necessarily translate audio into text, but that’s hardly the point. The point is someone gives the LLM a giant table that directs its response.

      • SparroHawc@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        1 hour ago

        It could be represented with a series of lookup tables, especially quantized LLMs. A series of inputs results in a specific output that gets passed to the next set of nodes. Repeat 7 billion times, and the final output from the last set of nodes is a set of token probabilities.

    • Potatar@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      6 hours ago

      If you are giving the weight matrix to the model yourself, you are doing ML wrong. Machine’s supposed to “learn” the weights itself. That’s the entire point?

      • Krauerking@lemy.lol
        link
        fedilink
        arrow-up
        2
        ·
        2 hours ago

        Dude… Why do you think the whole point is to have properly tagged data? Or why there were thousands of people working at Amazon Turk categorizing images and files for cents per document?

        No. You still have to give it a starting point and the starting point is manually configured tables basically.