Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
- merge
|
| 5 |
-
- mergekit
|
| 6 |
- not-an-original-model
|
| 7 |
---
|
| 8 |
|
| 9 |
# Mini-Merge-35B-A3B
|
| 10 |
|
| 11 |
-
**This is a model *merge*, not an original training run.** It was produced by
|
| 12 |
-
element-wise
|
| 13 |
-
|
| 14 |
-
post-training of our own.
|
| 15 |
-
|
| 16 |
|
| 17 |
## Ingredients
|
| 18 |
- `nex-agi/Nex-N2-mini`
|
|
@@ -45,5 +44,6 @@ modal run modal_app.py::sweep # or ::rematch for the 397B build
|
|
| 45 |
```
|
| 46 |
|
| 47 |
## License
|
| 48 |
-
|
| 49 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- merge
|
|
|
|
| 5 |
- not-an-original-model
|
| 6 |
---
|
| 7 |
|
| 8 |
# Mini-Merge-35B-A3B
|
| 9 |
|
| 10 |
+
**This is a model *merge*, not an original training run.** It was produced by a plain
|
| 11 |
+
element-wise weighted average of two existing open-weight checkpoints -- a ~40-line
|
| 12 |
+
safetensors script, no mergekit (its catalog doesn't know this architecture). Zero
|
| 13 |
+
pretraining, zero post-training of our own. The exact recipe ships as `merge.yaml`
|
| 14 |
+
alongside the weights, so the "how" is not a mystery.
|
| 15 |
|
| 16 |
## Ingredients
|
| 17 |
- `nex-agi/Nex-N2-mini`
|
|
|
|
| 44 |
```
|
| 45 |
|
| 46 |
## License
|
| 47 |
+
Both parents (`nex-agi/Nex-N2-mini` and `Qwen/Qwen3.6-35B-A3B`) are Apache-2.0, so this merge is released under
|
| 48 |
+
**Apache-2.0**. The merge used a small original script, not mergekit, so no LGPL applies.
|
| 49 |
+
This card must travel with the weights.
|