-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_data.json
More file actions
36 lines (35 loc) · 902 Bytes
/
model_data.json
File metadata and controls
36 lines (35 loc) · 902 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
29
30
31
32
33
34
35
36
[
{
"id": "online",
"url": "",
"sizeMB": 0,
"accuracy": "HIGHEST",
"version": "1.0.0",
"isRecommended": true,
"isOnline":true
},
{
"id": "SIGLIP2_FP16",
"url": "https://huggingface.co/onnx-community/siglip2-base-patch16-224-ONNX/resolve/main/onnx/model_fp16.onnx",
"sizeMB": 751,
"accuracy": "Medium",
"version": "1.0.0",
"isRecommended": false
},
{
"id": "SIGLIP2_FULL",
"url": "https://huggingface.co/onnx-community/siglip2-base-patch16-224-ONNX/resolve/main/onnx/model.onnx",
"sizeMB": 1500,
"accuracy": "HIGH",
"version": "1.0.0",
"isRecommended": false
},
{
"id": "SIGLIP2_UINT8",
"url": "https://huggingface.co/onnx-community/siglip2-base-patch16-224-ONNX/resolve/main/onnx/model_uint8.onnx",
"sizeMB": 378,
"accuracy": "LOWEST",
"version": "1.0.0",
"isRecommended": false
}
]