Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. memes
  3. Just ordinary trust issues...

Just ordinary trust issues...

Scheduled Pinned Locked Moved memes
memes
37 Posts 23 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cm0002@lemmy.worldC [email protected]
    This post did not contain any content.
    S This user is from outside of this forum
    S This user is from outside of this forum
    [email protected]
    wrote last edited by
    #4

    I asked this question to a variety of LLM models, never had it go wrong once. Is this very old?

    G I B P 4 Replies Last reply
    1
    • S [email protected]

      I asked this question to a variety of LLM models, never had it go wrong once. Is this very old?

      G This user is from outside of this forum
      G This user is from outside of this forum
      [email protected]
      wrote last edited by [email protected]
      #5

      They fixed it in the meantime:

      if "strawberry" in token_list:  
          return {"r":  3}  
      
      T riddersport@feddit.orgR 2 Replies Last reply
      9
      • S [email protected]

        I asked this question to a variety of LLM models, never had it go wrong once. Is this very old?

        I This user is from outside of this forum
        I This user is from outside of this forum
        [email protected]
        wrote last edited by
        #6

        Smaller models still struggle with it, and the large models did too like a year ago

        It has to do with the fact that the model doesn't "read" individual letters, but groups of letters, so it's less straight forward to count letters

        1 Reply Last reply
        1
        • E [email protected]

          It's not wrong though...There's one r and one rr in strawberry

          V This user is from outside of this forum
          V This user is from outside of this forum
          [email protected]
          wrote last edited by
          #7

          It didn't say one and only one eh! One r, then one r again!

          1 Reply Last reply
          0
          • E [email protected]

            It's not wrong though...There's one r and one rr in strawberry

            L This user is from outside of this forum
            L This user is from outside of this forum
            [email protected]
            wrote last edited by
            #8

            Found the Spanish speaker (they count rr as a separate letter)

            E L 2 Replies Last reply
            1
            • G [email protected]

              They fixed it in the meantime:

              if "strawberry" in token_list:  
                  return {"r":  3}  
              
              T This user is from outside of this forum
              T This user is from outside of this forum
              [email protected]
              wrote last edited by
              #9

              Now you can ask for the number of occurrences of the letter c in the word occurrence.

              1 Reply Last reply
              0
              • G [email protected]

                They fixed it in the meantime:

                if "strawberry" in token_list:  
                    return {"r":  3}  
                
                riddersport@feddit.orgR This user is from outside of this forum
                riddersport@feddit.orgR This user is from outside of this forum
                [email protected]
                wrote last edited by
                #10

                You're shitting me right? They did not just use an entry grade java command to rectify and issue that a LLM should figure out by learning right?

                B O 2 Replies Last reply
                1
                • S [email protected]

                  I asked this question to a variety of LLM models, never had it go wrong once. Is this very old?

                  B This user is from outside of this forum
                  B This user is from outside of this forum
                  [email protected]
                  wrote last edited by [email protected]
                  #11

                  Try "Jerry strawberry". ChatGPT couldn't give me the right number of r's a month ago. I think "strawberry" by itself was either manually fixed or trained in from feedback.

                  S Z 2 Replies Last reply
                  2
                  • riddersport@feddit.orgR [email protected]

                    You're shitting me right? They did not just use an entry grade java command to rectify and issue that a LLM should figure out by learning right?

                    B This user is from outside of this forum
                    B This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #12

                    Well firstly it's Python, secondly it's not a command and thirdly it's a joke - however, they have manually patched some outputs for sure. Probably by adding to the setup/initialization prompt

                    riddersport@feddit.orgR 1 Reply Last reply
                    3
                    • B [email protected]

                      Try "Jerry strawberry". ChatGPT couldn't give me the right number of r's a month ago. I think "strawberry" by itself was either manually fixed or trained in from feedback.

                      S This user is from outside of this forum
                      S This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #13

                      You're right ChatGPT got it wrong, Claude got it right

                      1 Reply Last reply
                      0
                      • E [email protected]

                        It's not wrong though...There's one r and one rr in strawberry

                        L This user is from outside of this forum
                        L This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #14

                        Wrong! There's no r in strawberry, only an str and an rr.

                        H 1 Reply Last reply
                        0
                        • B [email protected]

                          Well firstly it's Python, secondly it's not a command and thirdly it's a joke - however, they have manually patched some outputs for sure. Probably by adding to the setup/initialization prompt

                          riddersport@feddit.orgR This user is from outside of this forum
                          riddersport@feddit.orgR This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #15

                          Java is the only code I have any (tiny) knowledge of, which is why the line reminded me of that.

                          B 1 Reply Last reply
                          0
                          • riddersport@feddit.orgR [email protected]

                            Java is the only code I have any (tiny) knowledge of, which is why the line reminded me of that.

                            B This user is from outside of this forum
                            B This user is from outside of this forum
                            [email protected]
                            wrote last edited by [email protected]
                            #16

                            Ah, but in Java, unless they've changed things lately, you have the curly brace syntax of most C-like languages

                            if ("strawberry" in token_list) {
                                return something;
                            }
                            

                            Python is one of the very few languages where you use colons and whitespace to denote blocks of code

                            riddersport@feddit.orgR 1 Reply Last reply
                            0
                            • L [email protected]

                              Found the Spanish speaker (they count rr as a separate letter)

                              E This user is from outside of this forum
                              E This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #17

                              Nope, I can order beer in spanish (no more than 10 at a time) and that's about it.

                              L 1 Reply Last reply
                              0
                              • B [email protected]

                                Ah, but in Java, unless they've changed things lately, you have the curly brace syntax of most C-like languages

                                if ("strawberry" in token_list) {
                                    return something;
                                }
                                

                                Python is one of the very few languages where you use colons and whitespace to denote blocks of code

                                riddersport@feddit.orgR This user is from outside of this forum
                                riddersport@feddit.orgR This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #18

                                See, you're defined better, has been a decade for me ^^

                                1 Reply Last reply
                                0
                                • E [email protected]

                                  Nope, I can order beer in spanish (no more than 10 at a time) and that's about it.

                                  L This user is from outside of this forum
                                  L This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #19

                                  Is the limit because you only know number up to 10 or because after that your drunk or a little bit of both?

                                  E 1 Reply Last reply
                                  0
                                  • S [email protected]

                                    I asked this question to a variety of LLM models, never had it go wrong once. Is this very old?

                                    P This user is from outside of this forum
                                    P This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #20

                                    Seeing how it start with an apology, it must've been told they're wrong about the amount. Basically being bullied to say this.

                                    1 Reply Last reply
                                    0
                                    • L [email protected]

                                      Is the limit because you only know number up to 10 or because after that your drunk or a little bit of both?

                                      E This user is from outside of this forum
                                      E This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #21

                                      I only know numbers up to 10

                                      L 1 Reply Last reply
                                      0
                                      • E [email protected]

                                        I only know numbers up to 10

                                        L This user is from outside of this forum
                                        L This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #22

                                        11 is "once" and 12 is "doce". Now you can order a dozen

                                        S 1 Reply Last reply
                                        1
                                        • L [email protected]

                                          11 is "once" and 12 is "doce". Now you can order a dozen

                                          S This user is from outside of this forum
                                          S This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #23

                                          Classic enabler

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups