tphakala commited on
Commit
874f8bb
·
verified ·
1 Parent(s): 6fd2595

add models.json: machine-readable index; documents the v3.0-filename / V3.0.2-weights mismatch

Browse files
Files changed (1) hide show
  1. models.json +208 -0
models.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": 1,
3
+ "repo": "tphakala/BirdNET-Geomodel",
4
+ "family": "birdnet-geomodel",
5
+ "updated": "2026-07-24",
6
+ "naming": "legacy names, frozen; new files follow <family>-<upstream>[-<region>]-<variant>-b<build>.<ext>",
7
+ "selection": {
8
+ "x86-64/onnxruntime": "birdnet-geomodel-v3.0-fp32.onnx",
9
+ "x86-64/openvino-cpu": "birdnet-geomodel-v3.0-fp32.onnx",
10
+ "aarch64/onnxruntime": "birdnet-geomodel-v3.0-fp32.onnx"
11
+ },
12
+ "notes": "VERSION MISMATCH, kept for backward compatibility: the files named birdnet-geomodel-v3.0-* actually contain BirdNET Geomodel V3.0.2 weights. The upstream_version field is authoritative (3.0.2); the filename is not. Under the current naming scheme these would be birdnet-geomodel-v3.0.2-<variant>-b1.onnx. The files are frozen because released clients pin their checksums.",
13
+ "models": [
14
+ {
15
+ "path": "BirdNET+_Geomodel_V3.0.2_Global_12K_FP16.onnx",
16
+ "family": "birdnet-geomodel",
17
+ "role": "range-filter",
18
+ "upstream_version": "3.0.2",
19
+ "upstream_source": "https://github.com/birdnet-team/geomodel/releases/tag/v3.0.2",
20
+ "build": 1,
21
+ "legacy": true,
22
+ "variant": "fp16",
23
+ "precision": "fp16",
24
+ "region": null,
25
+ "classes": 12012,
26
+ "labels": "geomodel_v3.0.2_labels.txt",
27
+ "taxonomy": "taxonomy.csv",
28
+ "input": {
29
+ "shape": [
30
+ "batch",
31
+ 3
32
+ ],
33
+ "dtype": "float32",
34
+ "fields": [
35
+ "latitude",
36
+ "longitude",
37
+ "week"
38
+ ],
39
+ "note": "week is 1-48; output is a per-species occurrence probability (sigmoid)"
40
+ },
41
+ "outputs": [
42
+ {
43
+ "name": "probabilities",
44
+ "shape": [
45
+ "batch",
46
+ 12012
47
+ ],
48
+ "activation": "sigmoid"
49
+ }
50
+ ],
51
+ "backends": {
52
+ "onnxruntime-cpu": {
53
+ "supported": true,
54
+ "recommended": true
55
+ },
56
+ "openvino-cpu": {
57
+ "supported": true,
58
+ "recommended": true
59
+ },
60
+ "openvino-gpu": {
61
+ "supported": true,
62
+ "recommended": false
63
+ },
64
+ "cuda": {
65
+ "supported": true,
66
+ "recommended": false
67
+ },
68
+ "tensorrt": {
69
+ "supported": true,
70
+ "recommended": false
71
+ }
72
+ },
73
+ "backend_support_verified": false,
74
+ "sha256": "2bc5a9b1e7c24115730015a97dbb688e9e8cd49c02c34a011439182c65ef0017",
75
+ "size_bytes": 7483473,
76
+ "superseded_by": null,
77
+ "notes": "upstream filename as published by the BirdNET team"
78
+ },
79
+ {
80
+ "path": "birdnet-geomodel-v3.0-fp32.onnx",
81
+ "family": "birdnet-geomodel",
82
+ "role": "range-filter",
83
+ "upstream_version": "3.0.2",
84
+ "upstream_source": "https://github.com/birdnet-team/geomodel/releases/tag/v3.0.2",
85
+ "build": 1,
86
+ "legacy": true,
87
+ "variant": "fp32",
88
+ "precision": "fp32",
89
+ "region": null,
90
+ "classes": 12012,
91
+ "labels": "geomodel_v3.0.2_labels.txt",
92
+ "taxonomy": "taxonomy.csv",
93
+ "input": {
94
+ "shape": [
95
+ "batch",
96
+ 3
97
+ ],
98
+ "dtype": "float32",
99
+ "fields": [
100
+ "latitude",
101
+ "longitude",
102
+ "week"
103
+ ],
104
+ "note": "week is 1-48; output is a per-species occurrence probability (sigmoid)"
105
+ },
106
+ "outputs": [
107
+ {
108
+ "name": "probabilities",
109
+ "shape": [
110
+ "batch",
111
+ 12012
112
+ ],
113
+ "activation": "sigmoid"
114
+ }
115
+ ],
116
+ "backends": {
117
+ "onnxruntime-cpu": {
118
+ "supported": true,
119
+ "recommended": true
120
+ },
121
+ "openvino-cpu": {
122
+ "supported": true,
123
+ "recommended": true
124
+ },
125
+ "openvino-gpu": {
126
+ "supported": true,
127
+ "recommended": false
128
+ },
129
+ "cuda": {
130
+ "supported": true,
131
+ "recommended": false
132
+ },
133
+ "tensorrt": {
134
+ "supported": true,
135
+ "recommended": false
136
+ }
137
+ },
138
+ "backend_support_verified": true,
139
+ "sha256": "b151f680a47de5371f39b3df129aea5946ac6baa039582274f833b42eaf992ea",
140
+ "size_bytes": 14700313,
141
+ "superseded_by": null
142
+ },
143
+ {
144
+ "path": "birdnet-geomodel-v3.0-fp16.onnx",
145
+ "family": "birdnet-geomodel",
146
+ "role": "range-filter",
147
+ "upstream_version": "3.0.2",
148
+ "upstream_source": "https://github.com/birdnet-team/geomodel/releases/tag/v3.0.2",
149
+ "build": 1,
150
+ "legacy": true,
151
+ "variant": "fp16",
152
+ "precision": "fp16",
153
+ "region": null,
154
+ "classes": 12012,
155
+ "labels": "geomodel_v3.0.2_labels.txt",
156
+ "taxonomy": "taxonomy.csv",
157
+ "input": {
158
+ "shape": [
159
+ "batch",
160
+ 3
161
+ ],
162
+ "dtype": "float32",
163
+ "fields": [
164
+ "latitude",
165
+ "longitude",
166
+ "week"
167
+ ],
168
+ "note": "week is 1-48; output is a per-species occurrence probability (sigmoid)"
169
+ },
170
+ "outputs": [
171
+ {
172
+ "name": "probabilities",
173
+ "shape": [
174
+ "batch",
175
+ 12012
176
+ ],
177
+ "activation": "sigmoid"
178
+ }
179
+ ],
180
+ "backends": {
181
+ "onnxruntime-cpu": {
182
+ "supported": true,
183
+ "recommended": true
184
+ },
185
+ "openvino-cpu": {
186
+ "supported": true,
187
+ "recommended": true
188
+ },
189
+ "openvino-gpu": {
190
+ "supported": true,
191
+ "recommended": false
192
+ },
193
+ "cuda": {
194
+ "supported": true,
195
+ "recommended": false
196
+ },
197
+ "tensorrt": {
198
+ "supported": true,
199
+ "recommended": false
200
+ }
201
+ },
202
+ "backend_support_verified": false,
203
+ "sha256": "2bc5a9b1e7c24115730015a97dbb688e9e8cd49c02c34a011439182c65ef0017",
204
+ "size_bytes": 7483473,
205
+ "superseded_by": null
206
+ }
207
+ ]
208
+ }