rene98c commited on
Commit
be05968
·
verified ·
1 Parent(s): bf2add1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Qwen3.5-397B-A17B — REAP 28% Pruned, NVFP4
2
 
3
  A personal experiment in aggressive MoE pruning. The goal: fit Qwen3.5-397B on **2× 96GB Blackwell GPUs** with usable KV cache (~90K tokens), without losing quality.
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: Qwen/Qwen3.5-397B-A17B
4
+ tags:
5
+ - qwen3.5
6
+ - moe
7
+ - pruned
8
+ - reap
9
+ - nvfp4
10
+ - fp4
11
+ license: apache-2.0
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
  # Qwen3.5-397B-A17B — REAP 28% Pruned, NVFP4
16
 
17
  A personal experiment in aggressive MoE pruning. The goal: fit Qwen3.5-397B on **2× 96GB Blackwell GPUs** with usable KV cache (~90K tokens), without losing quality.