• Phoenicianpirate@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Thank you very much. I did ask chatGPT was technical questions about some… subjects… but having something that is private AND can give me all the information I want/need is a godsend.

        Goodbye, chatGPT! I barely used you, but that is a good thing.

    • Mongostein@lemmy.ca
      link
      fedilink
      arrow-up
      9
      arrow-down
      6
      ·
      2 days ago

      Yeah, but you have to run a different model if you want accurate info about China.

      • Alsephina@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        48 minutes ago

        Unfortunately it’s trained on the same US propaganda filled english data as any other LLM and spits those same talking points. The censors are easy to bypass too.

      • Phoenicianpirate@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 day ago

        Yeah but China isn’t my main concern right now. I got plenty of questions to ask and knowledge to seek and I would rather not be broadcasting that stuff to a bunch of busybody jackasses.

        • Mongostein@lemmy.ca
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          1 day ago

          I agree. I don’t know enough about all the different models, but surely there’s a model that’s not going to tell you “<whoever’s> government is so awesome” when asking about rainfall or some shit.

      • boomzilla@programming.dev
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        2 days ago

        I watched one video and read 2 pages of text. So take this with a mountain of salt. From that I gathered that deepseek R1 is the model you interact with when you use the app. The complexity of a model is expressed as the number of parameters (though I don’t know yet what those are) which dictate its hardware requirements. R1 contains 670 bn Parameter and requires very very beefy server hardware. A video said it would be 10th of GPUs. And it seems you want much of VRAM on you GPU(s) because that’s what AI crave. I’ve also read 1BN parameters require about 2GB of VRAM.

        Got a 6 core intel, 1060 6 GB VRAM,16 GB RAM and Endeavour OS as a home server.

        I just installed Ollama in about 1/2 an hour, using docker on above machine with no previous experience on neural nets or LLMs apart from chatting with ChatGPT. The installation contains the Open WebUI which seems better than the default you got at ChatGPT. I downloaded the qwen2.5:3bn model (see https://ollama.com/search) which contains 3 bn parameters. I was blown away by the result. It speaks multiple languages (including displaying e.g. hiragana), knows how much fingers a human has, can calculate, can write valid rust-code and explain it and it is much faster than what i get from free ChatGPT.

        The WebUI offers a nice feedback form for every answer where you can give hints to the AI via text, 10 score rating thumbs up/down. I don’t know how it incooperates that feedback, though. The WebUI seems to support speech-to-text and vice versa. I’m eager to see if this docker setup even offers APIs.

        I’ll probably won’t use the proprietary stuff anytime soon.

        • tooclose104@lemmy.ca
          link
          fedilink
          arrow-up
          5
          ·
          2 days ago

          Apparently phone too! Like 3 cards down was another post linking to instructions on how to run it locally on a phone in a container app or termux. Really interesting. I may try it out in a vm on my server.