Any plan to release a 12B version?

#1
by liangying - opened

Hi, thanks for your great work!
I’m wondering: is there a 12B version planned?
I tried applying your modifications to an official 12B model and running it with vLLM, but the translations often end with garbled or unexpected characters (e.g., '<<<<<', 'XXXXX', HTML element). The same issue doesn’t occur with 4B.
Any clarification would be very helpful. Thanks!

Infomaniak Network SA org

Hi, thanks for your great work!
I’m wondering: is there a 12B version planned?
I tried applying your modifications to an official 12B model and running it with vLLM, but the translations often end with garbled or unexpected characters (e.g., '<<<<<', 'XXXXX', HTML element). The same issue doesn’t occur with 4B.
Any clarification would be very helpful. Thanks!

Yes here the link with all translate gemma: https://huggingface.co/collections/Infomaniak-AI/translategemma-vllm

Infomaniak Network SA org

I tried applying your modifications to an official 12B model and running it with vLLM, but the translations often end with garbled or unexpected characters (e.g., '<<<<<', 'XXXXX', HTML element). The same issue doesn’t occur with 4B.

If I understand well you try to do this ?

{
  "model": "model",
  "messages": [
    {
      "role": "user",
      "content": "<<<source>>>fr<<<target>>>it<<<text>>><div><p>Bonjour<b>Le</b>Monde</p></div>"
    }
  ]
}

Translate text in html code ?

Sign up or log in to comment