Nice model and thank you

#1
by Hunter878o - opened

Your idea is both brilliant and crazy. The model Q4_K_XXL.gguf translates extremely well, even choosing the correct Vietnamese pronouns and forms of address according to the context. If you’re Vietnamese, you’ll know just how badly a 4-bit-quantized model can struggle with this. It even knows how to adapt its wording to a classical and formal setting while keeping it culturally appropriate for Vietnamese readers.

These are the settings I used, in case anyone reading this post would like to try them:

{
  "temperature": 1.2,
  "top_p": 0.95,
  "top_k": 65,
  "repeat_penalty": 1.1
}

Thanks for your appreciation! I'm doing this experiment in the process of answering the question that no one have asked: Does Google's QAT model really work better than, say, our good old Q4_K_M? I'm glad to see that my attempt worked, and is actually helping someone.

Sign up or log in to comment