tphakala commited on
Commit
322749b
·
verified ·
1 Parent(s): 3915850

docs: add clean-named fp16/fp32 variants

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -26,6 +26,8 @@ This repository hosts the **ONNX FP16** variant for use by [BirdNET-Go](https://
26
  | File | Description | Size |
27
  |------|-------------|------|
28
  | `BirdNET+_Geomodel_V3.0.2_Global_12K_FP16.onnx` | Geomodel ONNX FP16 | 7.1 MB |
 
 
29
  | `BirdNET+_Geomodel_V3.0.2_Global_12K_Labels.txt` | Species labels (12,012 entries) | 558 KB |
30
  | `taxonomy.csv` | Full taxonomy with 30 languages (13,360 entries) | 8.7 MB |
31
  | `MODEL_LICENSE.txt` | License terms | 1.5 KB |
 
26
  | File | Description | Size |
27
  |------|-------------|------|
28
  | `BirdNET+_Geomodel_V3.0.2_Global_12K_FP16.onnx` | Geomodel ONNX FP16 | 7.1 MB |
29
+ | `birdnet-geomodel-v3.0-fp16.onnx` | BirdNET Geomodel v3.0 ONNX FP16 (canonical filename) | 7.1 MB |
30
+ | `birdnet-geomodel-v3.0-fp32.onnx` | BirdNET Geomodel v3.0 ONNX FP32, genuine full precision. Recommended: lower CPU RAM than FP16 and more accurate. | 14.7 MB |
31
  | `BirdNET+_Geomodel_V3.0.2_Global_12K_Labels.txt` | Species labels (12,012 entries) | 558 KB |
32
  | `taxonomy.csv` | Full taxonomy with 30 languages (13,360 entries) | 8.7 MB |
33
  | `MODEL_LICENSE.txt` | License terms | 1.5 KB |