msluszniak commited on
Commit
3316099
·
verified ·
1 Parent(s): 1e78607

Add spec-compliant config.json files

Browse files
1_2b/xnnpack/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
3
+ "model": "lfm_2_5",
4
+ "family": "lfm",
5
+ "capabilities": [
6
+ "text-generation"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "lfm-1.0",
10
+ "variants": [
11
+ {
12
+ "file": "lfm_2_5_1_2b_xnnpack_fp16.pte",
13
+ "precision": "fp16",
14
+ "quantized": false,
15
+ "default": true
16
+ },
17
+ {
18
+ "file": "lfm_2_5_1_2b_xnnpack_8da4w.pte",
19
+ "precision": "8da4w",
20
+ "quantized": true,
21
+ "default": true
22
+ }
23
+ ],
24
+ "size": "1_2b"
25
+ }
1_6b/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": "lfm_2_5",
4
+ "family": "lfm",
5
+ "capabilities": [
6
+ "text-generation"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "lfm-1.0",
10
+ "variants": [
11
+ {
12
+ "file": "lfm_2_5_1_6b_xnnpack_8da4w.pte",
13
+ "precision": "8da4w",
14
+ "quantized": true,
15
+ "default": true
16
+ }
17
+ ],
18
+ "size": "1_6b"
19
+ }
350m/xnnpack/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
3
+ "model": "lfm_2_5",
4
+ "family": "lfm",
5
+ "capabilities": [
6
+ "text-generation"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "lfm-1.0",
10
+ "variants": [
11
+ {
12
+ "file": "lfm_2_5_350m_xnnpack_8da4w.pte",
13
+ "precision": "8da4w",
14
+ "quantized": true,
15
+ "default": true
16
+ },
17
+ {
18
+ "file": "lfm_2_5_350m_xnnpack_fp16.pte",
19
+ "precision": "fp16",
20
+ "quantized": false,
21
+ "default": true
22
+ }
23
+ ],
24
+ "size": "350m"
25
+ }
450m/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": "lfm_2_5",
4
+ "family": "lfm",
5
+ "capabilities": [
6
+ "text-generation"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "lfm-1.0",
10
+ "variants": [
11
+ {
12
+ "file": "lfm_2_5_450m_xnnpack_8da4w.pte",
13
+ "precision": "8da4w",
14
+ "quantized": true,
15
+ "default": true
16
+ }
17
+ ],
18
+ "size": "450m"
19
+ }