Update README.md
Browse files
README.md
CHANGED
|
@@ -1,53 +1,117 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Chimera 47B
|
| 15 |
|
| 16 |
-
**
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
| | |
|
| 21 |
|---|---|
|
| 22 |
-
|
|
| 23 |
-
|
|
| 24 |
-
|
|
| 25 |
-
|
|
| 26 |
-
|
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
-
|
| 34 |
-
- **Long Context** - Supports up to 32K token context windows with RoPE positional encoding
|
| 35 |
|
| 36 |
-
##
|
| 37 |
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
## Usage
|
| 41 |
|
| 42 |
-
###
|
|
|
|
| 43 |
```bash
|
| 44 |
-
./llama-cli
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
```
|
| 46 |
|
| 47 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
-
Apache 2.0
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- mixtral
|
| 7 |
+
- moe
|
| 8 |
+
- mixture-of-experts
|
| 9 |
+
- merged
|
| 10 |
+
- chimera
|
| 11 |
+
- klyrone
|
| 12 |
+
- instruct
|
| 13 |
+
- text-generation
|
| 14 |
+
base_model:
|
| 15 |
+
- mistralai/Mixtral-8x7B-v0.1
|
| 16 |
+
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
| 17 |
+
model_type: mixtral
|
| 18 |
pipeline_tag: text-generation
|
| 19 |
+
library_name: transformers
|
| 20 |
+
inference: true
|
| 21 |
---
|
| 22 |
|
| 23 |
# Chimera 47B
|
| 24 |
|
| 25 |
+
**Klyrone F.Z.E.** · March 2026 · Apache 2.0
|
| 26 |
|
| 27 |
+
Chimera 47B is a 46.7B parameter Mixture-of-Experts language model built using Klyrone's MoE assembly framework. It delivers instruction-following, code generation, and reasoning at 154 tokens/second on H200 hardware, with only 12.9B parameters active per token.
|
| 28 |
+
|
| 29 |
+
A technical paper detailing the methodology is forthcoming.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## Key Numbers
|
| 34 |
|
| 35 |
| | |
|
| 36 |
|---|---|
|
| 37 |
+
| Total Parameters | 46.7 B |
|
| 38 |
+
| Active / Token | 12.9 B |
|
| 39 |
+
| Architecture | MoE · 8 experts · top-2 routing |
|
| 40 |
+
| Context Length | 32,768 tokens |
|
| 41 |
+
| Generation Speed | 154 t/s · H200 |
|
| 42 |
+
| Prompt Processing | 878 t/s · H200 |
|
| 43 |
+
| Quantization | Q5_K_M · 5.69 BPW |
|
| 44 |
+
| File Size | 33.2 GB GGUF |
|
| 45 |
+
| License | Apache 2.0 |
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
## Capabilities
|
| 50 |
|
| 51 |
+
- ✅ Instruction following — multi-turn conversational coherence
|
| 52 |
+
- ✅ Code generation — correct, edge-case-aware output
|
| 53 |
+
- ✅ Creative writing — long-form prose and poetry
|
| 54 |
+
- ✅ Factual reasoning — physics, mathematics, general knowledge
|
| 55 |
+
- ✅ Consumer-grade deployment — fits accessible GPU budgets at Q5_K_M
|
| 56 |
|
| 57 |
+
> Formal benchmark results (MMLU, HellaSwag, ARC-Challenge, GSM8K) in progress.
|
| 58 |
+
|
| 59 |
+
---
|
|
|
|
| 60 |
|
| 61 |
+
## About the Approach
|
| 62 |
|
| 63 |
+
Klyrone's MoE assembly framework constructs high-performance models by composing expert sub-networks from compatible source models — without full retraining. The approach preserves routing coherence while inheriting specialized capabilities from donor models.
|
| 64 |
+
|
| 65 |
+
Full methodology will be published via arXiv. For enterprise licensing or research collaboration, contact **research@klyrone.com**
|
| 66 |
+
|
| 67 |
+
---
|
| 68 |
|
| 69 |
## Usage
|
| 70 |
|
| 71 |
+
### llama.cpp
|
| 72 |
+
|
| 73 |
```bash
|
| 74 |
+
./llama-cli \
|
| 75 |
+
-m Chimera-47B-Q5_K_M.gguf \
|
| 76 |
+
-p "You are a helpful assistant." \
|
| 77 |
+
--ctx-size 32768 \
|
| 78 |
+
-n 512
|
| 79 |
```
|
| 80 |
|
| 81 |
+
### Transformers
|
| 82 |
+
|
| 83 |
+
```python
|
| 84 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 85 |
+
|
| 86 |
+
model = AutoModelForCausalLM.from_pretrained(
|
| 87 |
+
"klyrone/Chimera",
|
| 88 |
+
device_map="auto",
|
| 89 |
+
torch_dtype="auto"
|
| 90 |
+
)
|
| 91 |
+
tokenizer = AutoTokenizer.from_pretrained("klyrone/Chimera")
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
---
|
| 95 |
+
|
| 96 |
+
## Limitations
|
| 97 |
|
| 98 |
+
- Router fine-tuning not yet applied — a short gate re-alignment is expected to yield marginal quality gains
|
| 99 |
+
- No independent safety evaluation conducted — not recommended for unsupervised public-facing deployment
|
| 100 |
+
- Benchmark results pending publication
|
| 101 |
|
| 102 |
+
---
|
| 103 |
+
|
| 104 |
+
## Citation
|
| 105 |
+
|
| 106 |
+
```bibtex
|
| 107 |
+
@misc{chimera47b2026,
|
| 108 |
+
title = {Chimera 47B},
|
| 109 |
+
author = {{Klyrone F.Z.E.}},
|
| 110 |
+
year = {2026},
|
| 111 |
+
howpublished = {\url{https://huggingface.co/klyrone/Chimera}}
|
| 112 |
+
}
|
| 113 |
+
```
|
| 114 |
+
|
| 115 |
+
---
|
| 116 |
|
| 117 |
+
*Chimera 47B · Klyrone F.Z.E. · Apache 2.0 · A technical paper on the AoE technique is forthcoming.*
|