• hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    3
    ·
    15 hours ago

    It would be even more accurate to call it a statistical next word predictor trained on human language.

      • hperrin@lemmy.ca
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        2
        ·
        12 hours ago

        It is literally a statistical next word predictor. Well, next token, to be extremely accurate. That is what it is in its most basic form. You give it text, it transforms that into tokens, and predicts the next token. You can then transform that back into words.

        The model is the same size no matter how much it’s been trained. You can fine tune a model to predict certain kinds of tokens next, and you can distill a model to create a smaller model (basically training a small model on the output of a large model).

        Lossy compression works in a fundamentally different way.

    • porous_grey_matter@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      3
      ·
      13 hours ago

      Even the language “training”, although I know it’s a term of art which has been used for decades, seems to imply some degree of cognition which isn’t representative of the facts.