texdata/Qwen3.6-35B-A3B-Slovenian-GGUF overview
Qwen3.6 35B A3B — Slovenian GGUF Qwen/Qwen3.6 35B A3B continued pretrained + SFT for Slovenian chat, knowledge, en↔sl translation . Reasoning model. GGUF for L…
Runs locally from ~861.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | texdata/Qwen3.6-35B-A3B-Slovenian-GGUF |
|---|---|
| Author | texdata |
| Pipeline | text-generation |
| License | other |
| Base model | Qwen/Qwen3.6-35B-A3B |
| Last modified | 2026-07-11T15:45:30.000Z |
Model README
---
language:
- sl
- en
license: other
license_name: mixed-see-provenance
base_model: Qwen/Qwen3.6-35B-A3B
pipeline_tag: text-generation
library_name: gguf
tags:
- slovenian
- qwen3
- moe
- gguf
- llama.cpp
- lm-studio
- quantized
- translation
---
Qwen3.6-35B-A3B — Slovenian (GGUF)
Qwen/Qwen3.6-35B-A3B continued-pretrained + SFT for Slovenian (chat, knowledge, en↔sl
translation). Reasoning model. GGUF for LM Studio / llama.cpp.
On held-out evals vs the untuned base: Slovenian-LLM-Eval acc_norm 0.623 → 0.654; translation
BLEU en→sl 23.8 → 26.3, sl→en 30.9 → 35.0.
Files
| File | Size | Use |
|---|---|---|
| qwen3.6-35b-a3b-slovenian-Q4_K_M.gguf | ~21 GB | recommended |
| qwen3.6-35b-a3b-slovenian-Q8_0.gguf | ~38 GB | best quality |
| mmproj-qwen3.6-35b-a3b-slovenian-F16.gguf | ~0.9 GB | vision (load alongside for image input) |
How to run
LM Studio: put the folder under ~/.lmstudio/models/<you>/, load the model.
- Enable Reasoning/Thinking in the model settings (it's a reasoning model).
- Image input: LM Studio auto-pairs the
mmprojfile.
llama.cpp:
llama-cli -m qwen3.6-35b-a3b-slovenian-Q4_K_M.gguf -p "Prevedi v slovenščino: Good morning!"
# vision:
llama-mtmd-cli -m ...-Q4_K_M.gguf --mmproj mmproj-...-F16.gguf --image slika.jpg -p "Opiši sliko."
License & data provenance
Base Qwen/Qwen3.6-35B-A3B is Apache-2.0. CPT data is open-licensed → this repo is license: other:
| Data | License |
|---|---|
| Slovenian Wikipedia (CPT) | CC BY-SA 4.0 (attribution + ShareAlike) |
| FineWeb2 sl (CPT) | ODC-BY 1.0 |
Attribute the above CPT sources and comply with their terms before commercial use.
Citation
Cite this work (Tadej Fius, MediaAtlas Ltd):
@misc{fius2026qwen35bslgguf,
title = {Qwen3.6-35B-A3B Slovenian (GGUF)},
author = {Fius, Tadej},
year = {2026},
publisher = {MediaAtlas Ltd},
howpublished = {Hugging Face},
url = {https://huggingface.co/texdata/Qwen3.6-35B-A3B-Slovenian-GGUF}
}
Upstream / source citations:
@misc{qwen3, title={Qwen3 Technical Report}, author={{Qwen Team}}, year={2025}, url={https://huggingface.co/Qwen}}
@misc{wikipedia_sl, title={Slovenian Wikipedia}, author={{Wikimedia Foundation}}, note={CC BY-SA 4.0}, url={https://sl.wikipedia.org}}
@misc{penedo2024fineweb2, title={FineWeb2: A sparkling update with 1000s of languages}, author={Penedo, G. and others}, year={2024}, url={https://huggingface.co/datasets/HuggingFaceFW/fineweb-2}}
CPT data: Slovenian Wikipedia (CC BY-SA 4.0) and FineWeb2-sl (ODC-BY 1.0).
Run texdata/Qwen3.6-35B-A3B-Slovenian-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models