2,365 2 weeks ago

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

ollama run todorov/bggpt

Models

View all →

35 models

bggpt:latest

2.5GB · 128K context window · Text · 2 weeks ago

bggpt:v0.1

4.4GB · 32K context window · Text · 2 years ago

bggpt:v0.2

4.4GB · 32K context window · Text · 2 years ago

bggpt:v1.0

5.5GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.F16

5.2GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.Q4_K_M

1.7GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.Q4_K_S

1.6GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.Q5_K_M

1.9GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.Q5_K_S

1.9GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.Q6_K

2.2GB · 8K context window · Text · 1 year ago

bggpt:2B-IT-v1.0.Q8_0

2.8GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.F16

18GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.Q4_K_M

5.8GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.Q4_K_S

5.5GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.Q5_K_M

6.6GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.Q5_K_S

6.5GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.Q6_K

7.6GB · 8K context window · Text · 1 year ago

bggpt:9B-IT-v1.0.Q8_0

9.8GB · 8K context window · Text · 1 year ago

bggpt:27B-IT-v1.0.Q4_K_M

17GB · 8K context window · Text · 1 year ago

bggpt:27B-IT-v1.0.Q4_K_S

16GB · 8K context window · Text · 1 year ago

bggpt:27B-IT-v1.0.Q5_K_M

19GB · 8K context window · Text · 1 year ago

bggpt:27B-IT-v1.0.Q5_K_S

19GB · 8K context window · Text · 1 year ago

bggpt:27B-IT-v1.0.Q6_K

22GB · 8K context window · Text · 1 year ago

bggpt:27B-IT-v1.0.Q8_0

29GB · 8K context window · Text · 1 year ago

bggpt:Gemma-3-12B-IT-Q4_K_M

7.3GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-12B-IT-Q5_K_M

8.4GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-12B-IT-Q6_K

9.7GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-27B-IT-Q4_K_M

17GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-27B-IT-Q5_K_M

19GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-27B-IT-Q6_K

22GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-27B-IT-Q8_0

29GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-4B-IT-Q4_K_M

2.5GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-4B-IT-Q5_K_M

2.8GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-4B-IT-Q6_K

3.2GB · 128K context window · Text · 2 weeks ago

bggpt:Gemma-3-4B-IT-Q8_0

4.1GB · 128K context window · Text · 2 weeks ago

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