Views
No views yet
Qwen/Qwen3-30B-A3B (30B total, ~3B active, 256 experts) for
paraconsistent conflict arbitration and quality-assurance evaluation in
multi-expert orchestration pipelines.1from peft import PeftModel
2from transformers import AutoModelForCausalLM, AutoTokenizer
3
4base = AutoModelForCausalLM.from_pretrained(
5 "Qwen/Qwen3-30B-A3B",
6 trust_remote_code=True,
7 dtype="auto",
8)
9tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-30B-A3B")
10model = PeftModel.from_pretrained(base, "h3rb3rn/Qwen3-MoE-35B-Sovereign-Judge-v3-LoRA")| Repository | Contents |
|---|---|
| GGUF (this model, quantised) | Q4_K_M and F16 GGUF — recommended for Ollama / llama.cpp |
| Merged BF16 | Full merged model (no adapter loading required) |
| Parameter | Value |
|---|---|
| Base model | Qwen/Qwen3-30B-A3B |
| LoRA rank / alpha | r = 64, α = 128 |
| Dataset | paraconsistent_large.jsonl (90 103 examples, DE/EN, Alpaca format) |
| Epochs | 3 |
| Total steps | 2 112 |
| Learning rate | 2 × 10⁻⁴ |
| Hardware | 8 × AMD MI250X (LUMI-G) |
| Final train loss | 0.3032 |
| Mean token accuracy | 86.72 % |