todorov/ bggpt:latest

2,366 2 weeks ago

BgGPT is a Bulgarian language model built on top of Google’s Gemma 3.

ollama run todorov/bggpt

Details

2 weeks ago

676074a46cf8 · 2.5GB ·

gemma3
·
3.88B
·
Q4_K_M
Gemma Terms of Use Last modified: April 1, 2024 By using, reproducing, modifying, distributing, perf
{ "num_ctx": 8192, "num_predict": 2048, "repeat_penalty": 1, "stop": [ "<sta
<start_of_turn>user {{ if .System }}{{ .System }} {{ end }}{{ .Prompt }}<end_of_turn> <start_of_turn

Readme

BgGPT logo

BgGPT

Meet BgGPT, a Bulgarian language model built on top of Google’s Gemma 3. BgGPT is distributed under Gemma Terms of Use.

Versions 0.1 and 0.2 of the model were built on top of Mistral 0.1 and 0.2.

This model was created by INSAIT Institute, part of Sofia University, in Sofia, Bulgaria.

Model description

BgGPT 3.0 is a series of Bulgarian-adapted LLMs based on Gemma 3, developed by INSAIT. Available in 4B, 12B and 27B sizes.

Blog post: BgGPT-3 Release

Key improvements over BgGPT 2.0

  1. Vision-language understanding — The models understand both text and images within the same context.
  2. Instruction-following — Trained on a broader range of tasks, multi-turn conversations, complex instructions, and system prompts.
  3. Longer context — Effective context of 131k tokens for longer conversations and complex instructions.
  4. Updated knowledge cut-off — Pretraining data up to May 2025, instruction fine-tuning up to October 2025.

Usage

CLI

ollama run todorov/bggpt

API

Example:

curl -X POST http://localhost:11434/api/generate -d '{
  "model": "todorov/bggpt",
  "prompt":"Кога е основан Софийският университет?"
 }'

References

BgGPT
BgGPT-Gemma-3-4B-IT on Hugging Face
BgGPT-Gemma-3-12B-IT on Hugging Face
BgGPT-Gemma-3-27B-IT on Hugging Face