christopher commited on
Commit
dad4270
·
verified ·
1 Parent(s): 4989447

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -49,3 +49,25 @@ configs:
49
 
50
  This is the training data for the [BirdCLEF+ 2025](https://www.kaggle.com/competitions/birdclef-2025/overview) Kaggle competition on species identification from audio, focused on birds, amphibians, mammals and insects from the Middle Magdalena Valley of Colombia.
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  This is the training data for the [BirdCLEF+ 2025](https://www.kaggle.com/competitions/birdclef-2025/overview) Kaggle competition on species identification from audio, focused on birds, amphibians, mammals and insects from the Middle Magdalena Valley of Colombia.
51
 
52
+ Each row of the data looks like this:
53
+
54
+ ```python
55
+ {'primary_label': '22333',
56
+ 'secondary_labels': [''],
57
+ 'type': [''],
58
+ 'recording': {'path': 'birdclef-2025/train_audio/22333/iNat292304.ogg',
59
+ 'array': array([-1.12978450e-05, -3.37839606e-06, 6.47766774e-06, ...,
60
+ -1.43572334e-02, -1.35095259e-02, -8.81067850e-03]),
61
+ 'sampling_rate': 32000},
62
+ 'collection': 'iNat',
63
+ 'rating': 0.0,
64
+ 'url': 'https://static.inaturalist.org/sounds/292304.wav',
65
+ 'latitude': 10.4803,
66
+ 'longitude': -66.7944,
67
+ 'scientific_name': 'Eleutherodactylus johnstonei',
68
+ 'common_name': 'Lesser Antillean whistling frog',
69
+ 'author': 'Rafael Gianni-Zurita',
70
+ 'license': 'cc-by-nc 4.0',
71
+ 'inat_taxon_id': 22333,
72
+ 'class_name': 'Amphibia'}
73
+ ```