Announcement

Collapse
No announcement yet.

AI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #61
    AI – Artificial Idiot

    Comment


    • #62
      Finally!
      Some smarter people than me have probably managed to do this long before, I just managed to set things up right yesterday.
      Offline AI on your computer, which works pretty solid!
      My desktop would have been a dream configuration until yesterday, today it is already a "mediocre" machine.
      I3, 10th gen, 11th gen motherboard, 32GB RAM, ATI Radeon RX 6500 XT (good but only 4GB)...ultra fast drives etc...
      The power of your configuration will directly condition the AI ​​model you can use.
      In my case it is Mistral 7B Instruct v0.3.


      Click image for larger version

Name:	image.png
Views:	30
Size:	15.2 KB
ID:	438411

      Comment


      • #63
        The main step is to set the AI ​​to use GPU power. In my case it is also the main limiting factor.
        What to say about this model? Works surprisingly well and fast!?? I didn't expect it!
        Of course, there are flaws. The model is not able to supplement its own knowledge and store it in the database.
        But there is a "temporary" solution.
        For example, if I want to do more delicate work with some processor, for example Atmega328P; it's enough to give the model a datasheet and that's where the "magic" starts!
        The "magic" only lasts as long as that session is active, that's the main problem with this model, because it doesn't "remember".
        I noticed that the GPU resources are quite relieved even though this is not a powerful graphics card (by today's terms).
        That gives me the idea to try a more powerful model.
        I was too "scared" by the claims on the internet and that's why I chose this model for my configuration.
        However, I see now that it does not waste too many resources.

        Comment


        • #64
          Here is an example of the main flaw of offline AI, instead of finding accurate data; AI "guess" based on the words in question:

          Click image for larger version

Name:	image.png
Views:	30
Size:	38.9 KB
ID:	438414

          Comment


          • #65
            Click image for larger version

Name:	image.png
Views:	30
Size:	31.5 KB
ID:	438416

            Comment


            • #66
              To direct this AI model to the details of the Geotech forum; I would have to spend hours in the additional information I would have to give it.
              Ok, that would all make sense and be very productive; if the model had the ability to remember everything and expand its knowledge.
              To create its own local knowledge base.
              But unfortunately, this model cannot do that.
              All the "knowledge" it gathers; lasts only for the duration of the session.
              Could it be that I don't know how to set it up properly?
              More experienced help would be welcome!

              Comment


              • #67
                Just spent hours trying to expand this AI to be "self learning", because it is possible.
                But!
                Whoever invented and pushed "Python" in this sad world; IS ABSOLUE UNDISPUTED CRETIN!
                CRETIN WITH ALL CAPITALS!
                I even think that sad creature is much bigger CRETIN than the CRETIN who inveted Linux (Linuss idiot&cretin).
                ...
                I will make this up to work 100% sure.
                This post is just my small contribution to the ultimatet TRUTH!




                P.S.
                Beacuse... only a total CRETIN can figure out and make something that is NOT legacy and compatible in all recent versions.
                And only an incurably ill CRETIN wants to use CMD with kilometer-long and totally meaningless instructions even today in the 21st century.
                So much for that.
                If someone is offended... I'M GLAD, I'M ENJOYING IT!

                Comment


                • #68
                  Originally posted by ivconic View Post
                  Just spent hours trying to expand this AI to be "self learning", because it is possible.
                  But!
                  Whoever invented and pushed "Python" in this sad world; IS ABSOLUE UNDISPUTED CRETIN!
                  CRETIN WITH ALL CAPITALS!
                  I even think that sad creature is much bigger CRETIN than the CRETIN who inveted Linux (Linuss idiot&cretin).
                  ...
                  I will make this up to work 100% sure.
                  This post is just my small contribution to the ultimatet TRUTH!




                  P.S.
                  Beacuse... only a total CRETIN can figure out and make something that is NOT legacy and compatible in all recent versions.
                  And only an incurably ill CRETIN wants to use CMD with kilometer-long and totally meaningless instructions even today in the 21st century.
                  So much for that.
                  If someone is offended... I'M GLAD, I'M ENJOYING IT!
                  LOL ... you would rather it was written in C or even worse ... CPP ?

                  You cant really train a realistic model from scratch in a reasonable time .. without a pile of NVIDIA GPUs with heaps of VRAM. However you can fine tune them .. this is like a training a doctor to be a cardiologist.
                  Taking an existing model eg qwen_coder and then doing the specialist training.

                  There are plenty of web frameworks out there to hold your model of choice ( eg oobabooga ). Not sure why you you having trouble because you just load the framework, download the model and then put it in learning mode. Its all mouse clicks there is no python programming. ( unless you are writing your own framework ).


                  Theres plenty of youtubes and howtos out there ...

                  Comment

                  Working...
                  X