Add metadata.json
Browse files- metadata.json +56 -0
metadata.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"records": [
|
3 |
+
{
|
4 |
+
"dataPath": "dequantizer.onnx"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"dataPath": "genai_config.json"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"dataPath": "llama_v3_2_3b_chat_quantized_part_1_of_3.bin"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"dataPath": "llama_v3_2_3b_chat_quantized_part_2_of_3.bin"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"dataPath": "llama_v3_2_3b_chat_quantized_part_3_of_3.bin"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"dataPath": "position-processor.onnx"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"dataPath": "position-shifter.onnx"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"dataPath": "prompt_1_of_3_qnn_ctx.onnx"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"dataPath": "prompt_2_of_3_qnn_ctx.onnx"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"dataPath": "prompt_3_of_3_qnn_ctx.onnx"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"dataPath": "quantizer.onnx"
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"dataPath": "special_tokens_map.json"
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"dataPath": "token_1_of_3_qnn_ctx.onnx"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"dataPath": "token_2_of_3_qnn_ctx.onnx"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"dataPath": "token_3_of_3_qnn_ctx.onnx"
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"dataPath": "tokenizer.json"
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"dataPath": "tokenizer_config.json"
|
53 |
+
}
|
54 |
+
]
|
55 |
+
}
|
56 |
+
|