How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf texdata/Qwen3.6-35B-A3B-Slovenian-GGUF:
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "texdata/Qwen3.6-35B-A3B-Slovenian-GGUF:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

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 mmproj file.

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. Training data (mixed → this repo is license: other):

Data License
Slovenian Wikipedia (CPT) CC BY-SA 4.0 (attribution + ShareAlike)
FineWeb2 sl (CPT) ODC-BY 1.0
cjvt/GaMS-Nemotron-Chat (SFT) no explicit license — derived from LMSYS-Chat-1M (custom terms) + NVIDIA Nemotron PT
OPUS-100 en–sl (SFT) unknown / mixed

⚠️ The LMSYS-Chat-1M and OPUS-100 terms are unresolved. Resolve them and pick a final license before public or commercial use.

Downloads last month
919
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for texdata/Qwen3.6-35B-A3B-Slovenian-GGUF

Quantized
(576)
this model