Like if I type “I have two appl…” for example, often it will suggest “apple” singular instead of plural. Just a small example, but it is really bad at predicting which variant of a word should come after the previous

    • @[email protected]
      link
      fedilink
      5
      edit-2
      7 months ago

      No, the algorithms are not the same. Phones don’t use transformer models for text prediction, they use Markov chain-based approaches. Also, retraining of transformer models for individualized completion would be too expensive, whereas it’s basically free with Markov approaches. Where do you get these ideas?

    • @0x4E4F
      link
      English
      2
      edit-2
      7 months ago

      Perhaps, I’m not a dev, especially not an iOS or an Android one.