GIF style too. I like being subtle with my humor.

  • yeehaw@lemmy.ca
    link
    fedilink
    arrow-up
    3
    ·
    5 hours ago

    Man I feel stupid. I don’t get the purpose of tokens. It’s to track your AI usage to make sure you’re using it? Or it’s to somehow limit your queries fo ensure a team uses it equally? Or…?

    • wraekscadu@vargar.org
      link
      fedilink
      arrow-up
      5
      ·
      4 hours ago

      LLMs predict the next best “token”. So what’s a token? It can be a word, a simple punctuation mark, or sometimes even a phrase.

      So basically, here’s what an LLM works like:

      1. An
      2. An apple
      3. An apple is
      4. An apple is red

      Basically, it feeds in tokens to itself to predict the next best token. Then, that entire chunk of tokens is fed back in to predict the next token.

      As you can see, tokens kinda correlate well with energy consumption, hardware wear and tear and so on.

      So, a low token request will consume less resources than a high token request. Hence, it makes sense to charge per token.