I’ve recently played with the idea of self hosting a LLM. I am aware that it will not reach GPT4 levels, but beeing free from restraining prompts with confidential data is very nice tool for me to have.

Has anyone got experience with this? Any recommendations? I have downloaded the full Reddit dataset so I could retrain the model on this one as selected communities provide immense value and knowledge (hehe this is exactly what reddit, twitter etc. are trying to avoid…)

  • CeeBee@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    The best/easiest way to get started with a self-hosted LLM is to check out this repo:

    https://github.com/oobabooga/text-generation-webui

    Its goal is to be the Automatic1111 of text generators, and it does a fair job at it.

    A good model that’s said to rival gpt-3.5 is the new Falcon model. The full sized version is too big to run on a single GPU, but the 7b version “only” needs about 16GB.

    https://huggingface.co/tiiuae/falcon-7b

    There’s also the Wizard-uncensored model that is popular.

    https://huggingface.co/ehartford/Wizard-Vicuna-13B-Uncensored

    There are a ton of models out there with new ones popping up every day. You just need to search around. The oobabooga repo has a few models linked in the readme also.

    Edit: there’s also h20gpt, which seems really promising. I’m going to try it out in the next couple days.

    https://github.com/h2oai/h2ogpt

    • laenurd@lemmy.lemist.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Note that when using llama-derived models, such as vicuna, you are bound by their license to only use them for “research” purposes.

      If you want an unrestricted version, go for open-llama or RedPajama.

      Falcon is less restrictive and only wants a cut of profits if they exceed 1 million dollars, but I’d wager that fully unrestricted is the way to go.

      • redcalcium@c.calciumlabs.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 year ago

        The model creator usually mentioned it in the readme:

        You will need at least 16GB of memory to swiftly run inference with Falcon-7B.

        Usually the models support CPU inference. Tremendously slow but works in a pinch.

  • ofcourse@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    You can absolutely self host LLMs. HELM team has done an excellent job benchmarking the efficiency of different models for specific tasks so that would be a good place to start. You can balance model performance for your specific task with the model’s efficiency - in most situations, larger models are better performing but use more GPUs or are only available via APIs.

    There are currently 3 different approaches to use AI for a custom task and application -

    1. Train a base LLM from scratch - this is like creating your own GPT-by_autopilot model. This would be the maximum level of control, however the amount of compute, time, and data required for training does not make this an ideal approach for the end user. There are many open source base LLMs already published on HuggingFace that can be used instead.

    2. Fine-tune a base LLM - starting with a base LLM, it can be fine tuned for a certain set of tasks. For example, you can fine tune a model to follow instructions or use as a chatbot. InstructGPT and GPT3.5+ are examples of fine tuned models. This approach allows you to create a model that can understand a specific domain or a set of instructions particularly well as compared to the base LLM. However, any time that training a large model is needed, it will be an expensive approach. If you are starting out, I’ll suggest exploring this as a v2 step for improving your model.

    3. Prompt engineering or indexing using an existing LLM - starting with an existing model, create prompts to achieve your objective. This approach gives you the least control over the model itself, but is the most efficient. I would suggest this as the first approach to try. Langchain is the most widely used tool for prompt engineering and supports using self hosted base- or instruct-LLM. If your task is search and retrieval, an embeddings model is used. In this scenario, you generate embeddings for all your content and store the embeddings as vectors. For a user query, you then convert it to an embedding using the same model, and finally retrieve the most similar content based on vector similarity. Langchain provides this capability, but IMO, sentence-transformers may be a better starting point for a self hosted retrieval application. Without any intention to hijack this post, you can check out my project - synology-photos-nlp-search - as an example of a self hosted retrieval application.

    To learn more, I have found the recent deeplearning.ai short courses to be quite good - they are short, comprehensive, and free.

  • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I personally use llama.cpp in a VM, however if you have a nvidia GPU with lots of VRAM you’ve got more options available, as well as much faster inference (text generation) speed.

    Check out the community at !localllama@sh.itjust.works, they’re pretty experienced with running LLMs locally

  • CamilleMellom@mander.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I would advise not training your own model but instead use tools like langchain and chroma, in combination with a open model like gpt4all or falcon :).

    So in general explore langchain!

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

    Honestly all these are great suggestions for today, but this area is moving so fast I almost would suggest holding off six months to a year or so for a better solution to rise to the top. Their capabilities grow daily, and you may put in the work to get this set-up and have a much more capable solution appear soon afterwards. Just a thought though, if it’s mainly for a fun experiment then try some of these out!

    • bioemerl@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      While yes something else is going to move to the top, it’s still awesome to play with it today you should because it’s really important to see people learning how to run this stuff at home

  • db0@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    If you want to host a text model thats is reachable by you or anyone securely over the internet, I suggest you turn your pc into a worker for the ai horde. You would then be able to access the model you’re serving from everywhere but also everyone else’s llm and stable diffusion models with priority. You would also be improving the commons

    • bioemerl@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I can vouch for the horde, it’s addicting to watch your little point counter go up after you’ve put something out there and seeing people use something you are hosting.

      It’s awesome to put a computer out onto the internet and have real life people getting real benefit within minutes. This is a way you can do it, and there’s so much demand that you are helping people by putting your machine out there.

      However, I will give you a fair warning, it will be used for porn. Not entirely, but it will happen.