[GH-ISSUE #6319] Models RuGPT3, RuBERT #3966

Open
opened 2026-04-12 14:50:29 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @DewiarQR on GitHub (Aug 12, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6319

All models currently have pretty poor Russian language support. Is it possible to add RuGPT3, RuBERT models?

Originally created by @DewiarQR on GitHub (Aug 12, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6319 All models currently have pretty poor Russian language support. Is it possible to add RuGPT3, RuBERT models?
GiteaMirror added the model label 2026-04-12 14:50:29 -05:00
Author
Owner

@rick-github commented on GitHub (Aug 12, 2024):

You can add it to your own library while you wait for an official addition to the ollama library:

$ curl -LO https://huggingface.co/oblivious/ruGPT-3.5-13B-GGUF/resolve/main/ruGPT-3.5-13B-Q4_K_M.gguf
$ echo FROM ruGPT-3.5-13B-Q4_K_M.gguf > Modelfile
$ ollama create -f Modelfile rugpt-3.5:13b-Q4_K_M
$ ollama run rugpt-3.5:13b-Q4_K_M Стих про программиста может быть таким:

Как-то утром, на рассвете,
Заглянул в окно ко мне,
Предложил создать программу
В интернете поскорей.

Мне сказал он слово "надо",
Я ответил - "нет проблем".
Он опять - "давай попробуем"
Я в ответ: "ищи других!"
<!-- gh-comment-id:2284046270 --> @rick-github commented on GitHub (Aug 12, 2024): You can add it to your own library while you wait for an official addition to the ollama library: ``` $ curl -LO https://huggingface.co/oblivious/ruGPT-3.5-13B-GGUF/resolve/main/ruGPT-3.5-13B-Q4_K_M.gguf $ echo FROM ruGPT-3.5-13B-Q4_K_M.gguf > Modelfile $ ollama create -f Modelfile rugpt-3.5:13b-Q4_K_M ``` ``` $ ollama run rugpt-3.5:13b-Q4_K_M Стих про программиста может быть таким: Как-то утром, на рассвете, Заглянул в окно ко мне, Предложил создать программу В интернете поскорей. Мне сказал он слово "надо", Я ответил - "нет проблем". Он опять - "давай попробуем" Я в ответ: "ищи других!" ```
Author
Owner

@Ladence commented on GitHub (Dec 21, 2024):

Upvote for this.

<!-- gh-comment-id:2558079149 --> @Ladence commented on GitHub (Dec 21, 2024): Upvote for this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#3966