bloomer010 commited on
Commit
773f082
·
verified ·
1 Parent(s): 964a7ff

Owner wording; em dashes stripped; title size tags matched to repo rename

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,17 +4,17 @@ library_name: transformers
4
  tags: [reap, expert-pruning, moe, bailingmoe]
5
  ---
6
 
7
- # Ling-3.0-flash REAP384 (94B total / 5.1B active)
8
 
9
- [384 of 512 routed experts kept per layer 25% of experts pruned]
10
  from [inclusionAI/Ling-3.0-flash](https://huggingface.co/inclusionAI/Ling-3.0-flash)
11
  (124B total / 5.1B active).
12
 
13
- **Method:** one-shot REAP ([Router-weighted Expert Activation Pruning](https://arxiv.org/abs/2510.13999))
14
  experts scored by router-gate-value × output-L2-norm over calibration data, lowest-scoring deleted.
15
  No fine-tuning, no recovery training.
16
 
17
  **Calibration:** 1M tokens of ultrachat (chat-only calibration)
18
 
19
  BF16 safetensors. Loads with `trust_remote_code=True` (custom `bailing_hybrid` / BailingMoeV3 code).
20
- Research artifact quantized builds live in the sibling `-GGUF` repo.
 
4
  tags: [reap, expert-pruning, moe, bailingmoe]
5
  ---
6
 
7
+ # Ling-3.0-flash REAP384 (97B total / 5.1B active)
8
 
9
+ [384 of 512 routed experts kept per layer - 25% of experts pruned]
10
  from [inclusionAI/Ling-3.0-flash](https://huggingface.co/inclusionAI/Ling-3.0-flash)
11
  (124B total / 5.1B active).
12
 
13
+ **Method:** one-shot REAP ([Router-weighted Expert Activation Pruning](https://arxiv.org/abs/2510.13999)) -
14
  experts scored by router-gate-value × output-L2-norm over calibration data, lowest-scoring deleted.
15
  No fine-tuning, no recovery training.
16
 
17
  **Calibration:** 1M tokens of ultrachat (chat-only calibration)
18
 
19
  BF16 safetensors. Loads with `trust_remote_code=True` (custom `bailing_hybrid` / BailingMoeV3 code).
20
+ Research artifact - quantized builds live in the sibling `-GGUF` repo.