MicroFlare commited on
Commit
5db743e
·
verified ·
1 Parent(s): 35fbf8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen3.6-35B-A3B
5
  ---
6
+
7
+ # microFlare v1
8
+
9
+ microFlare v1 is an asymmetrically quantized version of Qwen 3.6 35B-A3B. It is designed so it can be ran on low spec hardware, as low as a 4GB GPU + 16GB of system RAM utilizing CPU offloading of experts.
10
+
11
+ Revision A has a Perplexity score of 6.2761 +/- 0.03961
12
+
13
+ For more details, see my [blog post](https://microflare.bearblog.dev/introducing-microflare-v1).