Context: Falcon is a popular free LLM, this is their biggest model yet and they claim it’s now the best open model in the market right now.

  • Double_A@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    6
    ·
    10 months ago

    But what exactly is a model? Can I download and run it? Do I need to access it through their API? Do I need to pay for some server that has all the needed software already running on it? It seems open and not open at the same time.

    • 0x0001@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      8
      ·
      10 months ago

      It’s a bit complex, and you can find a better answer elsewhere, but a model is a set of “weights” and “bias” that make up the pathways of the neurons in a neural network.

      A model can include other features but at its core it gives users the ability to run an “ai” like gpt, though models aren’t limited to only natural language processing.

      Yes, you can download the models and run them on your computer, generally there will be instructions in each repository, but in general it involves downloading the model which can be very large and running it using an existing ml framework like pytorch.

      It’s not a place for the layman right now, but with a few hours of research you could make it happen.

      I personally run several models that I got through huggingface on my computer, llama2 which is similar to gpt3 is the one I use the most.

    • BadRS@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      The model is the brain, you use something like Kobold.cpp to load the model. You’ll have to work with the settings and try different models to get the right load on your GPU.