• brucethemoose@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    8 hours ago

    It’s a bit misleading.

    Qwen 27B has way less “world knowledge” than GPT-5. Ask it random trivia without internet search access, and GPT would know waaay more.

    This is generally true of small vs large models.

    …But honestly, Qwen 27B is better at tool use or agentic stuff. It’s hyper optimized for just that and coding assistance, basically.

    This is often true of old vs new. Most newer models have hyper focused on agents/coding, often to the detriment of other use cases.


    Quantization for practically running Qwen 27V also has an impact. A off-the-shelf Q4_K_M is not the same as the unquantized weights in real-world use, or even an “optimized” quantization like a custom exl3.

    • elucubra@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      45 minutes ago

      If you run it with RAG (retrieval augmented generation), where the model includes web search, you get pretty decent results. I often include the phrase “search the web extensively for up to date information” in my prompts.

    • stuner@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      5 hours ago

      What version do you use and how do you run Qwen3.6? I’ve played around a bit with the Q4 version in LM studio +Zed, but I was not happy with the results. It looses track very often and often enters infinite loops or just stops…

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      I sort of get it because of you know you’re only using the model when you have Internet and want it to search then just let it.

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      7
      ·
      8 hours ago

      I mean baking knowledge into a model isn’t really all that useful to begin with. Just download wikipedia locally and have it access it through tool use, it’s way more efficient and more accurate. And yeah, I find Q6 tends to be the sweet spot where it’s close enough to full 16 bit in performance, but doesn’t chew up too much memory.

      • elucubra@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        43 minutes ago

        This is a pretty good idea I hadn’t thought about. The whole wikipedia is about 37Gb.