you are viewing a single comment's thread
view the rest of the comments
[–] 21 points 6 months ago (4 children)

yeah what's stupid about the reasoning about "it'll poison ai models" is that it doesn't even work

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 6 months ago (3 children)

    Because the font doesn't matter, computers don't read the shapes, except in the case of OCR, where the text is a raster image.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 4 points 6 months ago

    It isn't about font, it's about (unicode) characters. Lucky for the model, most are named for "normal" letters they resemble, so it's similar to a font problem.

    Lots of edgy teens use these "fonts" (characters) on their Instagram bios as well, so thess things surely made the cut for training data.

  • source
  • parent
  • [–] 2 points 6 months ago (1 child)

    well it's not just a font. doing this does degrade performance, since rather than the words being common, individual tokens, each fancy cursed letter is processed as a really uncommon unique one. it will still answer correctly most of the time since in embeddings they are similar sentences, but it will probably answer worse (unless in thinking it rewrites your prompt correctly).

  • source
  • parent
  • hideshow 1 child comment