Lemmy Mengsk
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
lseif@sopuli.xyz to Programmer Humor@lemmy.ml · 1 year ago

If AI can now speak Italian, it can certainly replace us...

sopuli.xyz

external-link
message-square
41
fedilink
17
external-link

If AI can now speak Italian, it can certainly replace us...

sopuli.xyz

lseif@sopuli.xyz to Programmer Humor@lemmy.ml · 1 year ago
message-square
41
fedilink
alert-triangle
You must log in or register to comment.
  • impure9435@kbin.run
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    The thing that I find the most funny about this post, is the fact that you call this Italian

    • lseif@sopuli.xyzOP
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      how am i supposed to know how italians speak. i’ve never seen one

      • thesporkeffect@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        They’re not real, but they can hurt you.

        • lseif@sopuli.xyzOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          like reverse vampires ?

        • pewpew@feddit.it
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          Ne sei sicuro?

          • lars@lemmy.sdf.org
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            That’s right! None of us knows how Italians can speak in the dark 🤌

      • jballs@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        From my experience, they speak mostly with their hands

        • Terrasque@infosec.pub
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

          🫰🤙🫵👌✊🫳🫸🤲🤌

          • jballs@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Prego

    • velox_vulnus@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      11 months ago

      deleted by creator

      • IronKrill@lemmy.ca
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Blud I’m gonna be fr no cap rn but wtf does blud mean I’ve been meaning to ask for months and I still don’t get it

        • velox_vulnus@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          11 months ago

          deleted by creator

          • IronKrill@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Thanks blud.

    • RVGamer06@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Typical 'muricans being unable to comprehend anything besides English.

      /s i don't mean to be racist

      yes i was a r/2we4u user, how’d you know?

  • stingpie@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    This might be happening because of the ‘elegant’ (incredibly hacky) way openai encodes multiple languages into their models. Instead of using all character sets, they use a modulo operator on each character, to make all Unicode characters represented by a small range of values. On the back end, it somehow detects which language is being spoken, and uses that character set for the response. Seeing as the last line seems to be the same mathematical expression as what you asked, my guess is that your equation just happened to perfectly match some sentence that would make sense in the weird language.

    • PlexSheep@infosec.pub
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Do you have a source for that? Seems like an internal detail a corpo wouldn’t publish

      • stingpie@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Can’t find the exact source–I’m on mobile right now–but the code for the gpt-2 encoder uses a utf-8 to unicode look up table to shrink the vocab size. https://github.com/openai/gpt-2/blob/master/src/encoder.py

        • crispy_kilt@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Seriously? Python for massive amounts of data? It’s a nice scripting language, but it’s excruciatingly slow

          • stingpie@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            There are bindings in java and c++, but python is the industry standard for AI. The libraries for machine learning are actually written in c++, but use python language bindings. Python doesn’t tend to slow things down since machine learning is gpu-bound anyway. There are also library specific programming languages which urges the user to make pythonic code that can be compiled into c++.

    • NeatNit@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I suppose it’s conceivable that there’s a bug in converting between different representations of Unicode, but I’m not buying and of this “detected which language is being spoken” nonsense or the use of character sets. It would just use Unicode.

      The modulo idea makes absolutely no sense, as LLMs use tokens, not characters, and there’s soooooo many tokens. It would make no sense to make those tokens ambiguous.

      • stingpie@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I completely agree that it’s a stupid way of doing things, but it is how openai reduced the vocab size of gpt-2 & gpt-3. As far as I know–I have only read the comments in the source code– the conversion is done as a preprocessing step. Here’s the code to gpt-2: https://github.com/openai/gpt-2/blob/master/src/encoder.py I did apparently make a mistake, as the vocab reduction is done through a lut instead of a simple mod.

  • Hupf@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Well, it certainly doesn’t overflow on 32 bit systems

  • Phoenix3875@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Let me simplify it: proceeds to print the same expression

    • ChanchoManco@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Typical AI behavior

      Edit: and then it will gaslight you if you say the answer is the same.

      • driving_crooner@lemmy.eco.br
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Fucking hate when do that.

        You are repeating the same mistake.

        I’m sorry for repeating the same mistake, here’s a new solution with corrections *proceed to write the exactly thing already told it was wrong*

  • Annoyed_🦀 @monyet.cc
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    That’s not italian that’s obviously Unown

  • I Cast Fist@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Title mentions speaking italian

    Not a single hand gesture anywhere

    I’ve been duped

  • ℕ𝕠𝕓𝕠𝕕𝕪 𝕆𝕗𝕗𝕚𝕔𝕚𝕒𝕝@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

  • RacoonVegetable@reddthat.com
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I felt that when he said *83h400+93)*38hpfhi0

  • XEAL@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Ah, I see you’re using FartGPT instead of ChatGPT

    • Blyfh@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      French pronunciation intensifies

  • Avicenna@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

  • Redex@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Damn, wild Glagolitic script found. I didn’t even realise it was in the Unicode standard.

  • Vitaly@feddit.uk
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    It looks so badass, I could have used that script now because im Ukrainian but instead I have cyrillic script which is so boring

  • abrahambelch@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Which language uses these signs? It truly looks like some kind of alien language

    • chapapa@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Glagolitic script. Oldest known Slavic alphabet according to Wikipedia.

      • velox_vulnus@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        11 months ago

        deleted by creator

  • Vitaly@feddit.uk
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Kind of looks like the writing system of Georgian language but I’m not sure

    • Allero@lemmy.today
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      No, this is Glagolitic script, an alternative to Cyrillic. Mostly used in old Slavic scriptures, was later replaced by Cyrillic and Latin.

      Most Slavs themselves don’t know how to read this

      • TwilightKiddy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        It’s a dead script that was not that common in the first place, in Kievan Rus’ it was even used as a form of encryption in XI—XVI centuries for how little spread it was. It is also very different from modern Cyrillic. So, saying “most Slavs don’t know how to read it” is a bit of an understatement. Noone knows how to read it, apart from some linguists and overzealous Witcher fans.

  • QuazarOmega@lemy.lol
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    You may not understand, but we do.
    Questo segreto rimarrà custodito gelosamente dalla stirpe italica. ◉‿◉

    • Iheartcheese@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      breaks spaghetti near you

      • robigan@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        How about go die in a hole?

        • Iheartcheese@lemmy.world
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          1 year ago

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 18 users / day
  • 428 users / week
  • 2.11K users / month
  • 6.57K users / 6 months
  • 1 local subscriber
  • 38.3K subscribers
  • 1.19K Posts
  • 11.6K Comments
  • Modlog
  • mods:
  • cat_programmer@lemmy.ml
  • BE: 0.19.8
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org