-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpresets.json
More file actions
28 lines (28 loc) · 680 Bytes
/
presets.json
File metadata and controls
28 lines (28 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{
"name": "Phi-3-mini",
"model": "microsoft/Phi-3-mini-4k-instruct-onnx-web",
"onnx_path": "onnx/model_q4.onnx",
"options": { "externalData": true }
},
{
"name": "Llama-160M",
"model": "Felladrin/onnx-Llama-160M-Chat-v1",
"onnx_path": "onnx/decoder_model_merged.onnx"
},
{
"name": "Minueza-32M",
"model": "Felladrin/onnx-Minueza-32M-UltraChat",
"onnx_path": "onnx/decoder_model_merged.onnx"
},
{
"name": "distilgpt2",
"model": "Xenova/distilgpt2_onnx-quantized",
"onnx_path": "decoder_model.onnx"
},
{
"name": "tiny-mamba",
"model": "Xenova/tiny-mamba-onnx",
"onnx_path": "onnx/model.onnx"
}
]