seanphan commited on
Commit
b6cc033
·
verified ·
1 Parent(s): cd38af9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,18 +1,17 @@
1
  ---
2
- license: other
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 merging two existing open-weight checkpoints with
13
- [mergekit](https://github.com/arcee-ai/mergekit) -- zero pretraining and zero
14
- post-training of our own. We publish the exact recipe (`merge.yaml`, included in
15
- this repo) so the "how" is not a mystery.
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
- Inherits the licenses of **both** parents (`nex-agi/Nex-N2-mini` and `Qwen/Qwen3.6-35B-A3B`). Check and comply with
49
- both before use. This card must travel with the weights.
 
 
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.