msluszniak commited on
Commit
48c2dab
·
verified ·
1 Parent(s): 0ee1d48

Add spec-compliant config.json files

Browse files
Files changed (2) hide show
  1. 0_8b/xnnpack/config.json +19 -0
  2. 2b/xnnpack/config.json +19 -0
0_8b/xnnpack/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
3
+ "model": "qwen_3_5",
4
+ "family": "qwen",
5
+ "capabilities": [
6
+ "text-generation"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "apache-2.0",
10
+ "variants": [
11
+ {
12
+ "file": "qwen_3_5_0_8b_xnnpack_8da4w.pte",
13
+ "precision": "8da4w",
14
+ "quantized": true,
15
+ "default": true
16
+ }
17
+ ],
18
+ "size": "0_8b"
19
+ }
2b/xnnpack/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
3
+ "model": "qwen_3_5",
4
+ "family": "qwen",
5
+ "capabilities": [
6
+ "text-generation"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "apache-2.0",
10
+ "variants": [
11
+ {
12
+ "file": "qwen_3_5_2b_xnnpack_8da4w.pte",
13
+ "precision": "8da4w",
14
+ "quantized": true,
15
+ "default": true
16
+ }
17
+ ],
18
+ "size": "2b"
19
+ }