I think it’s a good idea to share experiences about LLMs here, since benchmarks can only give a very rough overview on how well a model performs.

So please share how much you’re using LLMs, what you use them for and how they well they perform at those tasks. For example, here are my answers to these questions:

Usage

I use LLMs daily for work and for random questions that I would previously use web search for.

I mainly use LLMs for reasoning heavy tasks, such as assisting with math or programming. Other frequent tasks include proofreading, helping with bureaucracy, or assisting with writing when it matters.

Models

The one I find most impressive at the moment is TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin. It often manages to reason correctly on questions where most other models I tried fail, even though most humans wouldn’t. I was surprised that something using only 2.5 bits per weight on average could produce anything but garbage. Downsides are that loading times are rather long, so I wouldn’t ask it a question if I didn’t want to wait. (Time to first token is almost 50s!). I’d love to hear how bigger quantizations or the unquantized versions perform.

Another one that made a good impression on me is Qwen-7B-Chat (demo). It manages to correctly answer some questions where even some llama2-70b finetunes fail, but so far I’m getting memory leaks when running it on my M1 mac in fp16 mode, so I didn’t use it a lot. (this has been fixed it seems!)

All other models I briefly tried where not too useful. It’s nice to be able to run them locally, but they were so much worse than chatGPT that it’s often not even worth it to consider using them.

  • @[email protected]
    link
    fedilink
    English
    311 months ago

    I use the Uncensored 33B WizardLM V1.0

    I tried a good few other models, but I just keep coming back to WizardLM. My main usecase is for getting answers to technical questions, or at least point me in a general direction when I’m troubleshooting something. It doesn’t always get the right answer, but more often than not it will (even if by accident) help me solve the issue.

  • @[email protected]
    link
    fedilink
    English
    3
    edit-2
    11 months ago

    I liked gpt4-x-alpaca for quite some time. That is to talk to and generate dialogue. Nowadays i’m not so sure. There are many promising ones out there, i’m currently trying a few llama2 based ones and switching models every few days.

  • @Kerfuffle
    link
    English
    3
    edit-2
    11 months ago

    Another one that made a good impression on me is Qwen-7B-Chat

    Bit off-topic but if I’m looking at this correctly, it uses a custom architecture which requires turning on trust_remote_code and the code that would be embedded into the models and trusted is not included in the repo. In fact, there’s no real code in the repo: it’s the just a bit of boilerplate to run inference and tests. If so, that’s kind of spooky and I suggest being careful not to run inference on those models outside of a locked down environment like a container.

    • @AsAnAILanguageModelOP
      link
      English
      311 months ago

      I think that’s a very relevant comment, and I also got spooked by this before I ran it. But I noticed that the GitHub repo and the huggingface repo aren’t the same. You can find the remote code in the huggingface repo. I also briefly skimmed the code for potential causes of the memory leak, but it’s not clear to me what’s causing it. It could also be PyTorch or one of the huggingface libraries, since mps support is still very beta.

      • @Kerfuffle
        link
        English
        111 months ago

        You can find the remote code in the huggingface repo.

        Ahh, interesting.

        I mean, it’s published by a fairly reputable organization so the chances of a problem are fairly low but I’m not sure there’s any guarantee that the compiled Python in the pickle matches the source files there. I wrote my own pickle interpreter a while back and it’s an insane file format. I think it would be nearly impossible to verify something like that. Loading a pickle file with the safety stuff disabled is basically the same as running a .pyc file: it can do anything a Python script can.

        So I think my caution still applies.

        It could also be PyTorch or one of the huggingface libraries, since mps support is still very beta.

        From their description here: https://github.com/QwenLM/Qwen-7B/blob/main/tech_memo.md#model

        It doesn’t seem like anything super crazy is going on. I doubt the issue would be in Transformers or PyTorch.

        I’m not completely sure what you mean by “MPS”.

        • @AsAnAILanguageModelOP
          link
          English
          111 months ago

          By MPS I mean “metal performance shaders”, it’s the backend that enables pytorch to use apple’s metal api to use apple silicon specific optimizations. I actually think it’s not unlikely that the issue is with pytorch. The mps support is still beta, and there was a bug that caused a lot of models to output gibberish when I used it. This bug was an open issue for a year and they only just fixed in a recent nightly release, which is why I even bothered to give this model a try.

          That being said, I think one should generally be cautious about what to run their computers, so I appreciate that you started this discussion.

          • @Kerfuffle
            link
            English
            111 months ago

            Ah, I see. Wouldn’t it be pretty easy to determine if MPS is actually the issue by trying to run the model with the non-MPS PyTorch version? Since it’s a 7B model, CPU inference should be reasonably fast. If you still get the memory leak, then you’ll know it’s not MPS at fault.

            • @AsAnAILanguageModelOP
              link
              English
              211 months ago

              Without mps it uses a lot more memory, because fp16 is not supported on the cpu backend. However, I tried it and noticed that there was an update pushed to the repository that split the model into several parts. It seems like I’m not getting any memory leaks now, even with mps as backend. Not sure why, but maybe it needs less RAM if the weights can be converted part by part. Time to test this model more I guess!

  • @noneabove1182M
    link
    English
    211 months ago

    I’ve been impressed with Vicuna 1.5, seems quite competent and enjoyable. Unfortunately I’m only able to do 13B at any reasonable speed so that’s where I tend to stay, though funny enough I haven’t tried any 70Bs since llama.cpp added support, I’ll have to start some downloads…

  • @Naked_Yoga
    link
    English
    111 months ago

    I really enjoy Wizard Coder for coding tasks. I use this specifically at work for code review and unit test writing. I also just generally like the Wizard LM.

    Outside of that, I’ll say that I haven’t had a great experience with llama-2 yet, no matter how hard I’ve tried 🤣

    • @[email protected]
      link
      fedilink
      English
      111 months ago

      I’ve primarily used WizardLM as well but I’ve found that it tends to constantly try to follow the same format for every answer:

      <paragraph explaining/answering/arguing the question>

      <paragraph beginning with “However” that gives a counterargument>

      <sentence beginning with “In conclusion, it is important to remember” that gives a lecture about how both sides of the argument must be considered and there are multiple factors that might influence the answer>

      Not only is this repetitive, boring, and belittling to converse with, but it means that the model often won’t directly answer a question or give an actual argument/justification for something. It feels vaguely like it’s refusing to commit to a side and telling me off for trying to talk in absolutes rather than actually giving an answer.

      Additionally, in cases where there isn’t a counterargument to be made, it will make up nonsense to fill the counterargument section. e.g. “Explain your reasoning for the above answer” tends to result in:

      <“You can arrive at the above answer by doing …” followed by mostly sensible reasoning>

      <“Alternatively, you could do …” followed by either a made up illogical reasoning or the exact same reasoning as before presented as if it was a different thing>

      <lecture about how it is important to consider multiple approaches depending on external factors, or a brief summary of the similarities and differences between the two strategies presented>

      When I can get it to break out of this pattern, e.g. following the “thought action observation” loop script, it seems to perform marginally better than other models that I have tried.