christopher commited on
Commit
7641028
·
verified ·
1 Parent(s): 35f6129

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -48
README.md CHANGED
@@ -1,48 +1,51 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- dataset_info:
4
- features:
5
- - name: primary_label
6
- dtype: string
7
- - name: secondary_labels
8
- sequence: string
9
- - name: type
10
- sequence: string
11
- - name: recording
12
- dtype:
13
- audio:
14
- sampling_rate: 32000
15
- - name: collection
16
- dtype: string
17
- - name: rating
18
- dtype: float64
19
- - name: url
20
- dtype: string
21
- - name: latitude
22
- dtype: float64
23
- - name: longitude
24
- dtype: float64
25
- - name: scientific_name
26
- dtype: string
27
- - name: common_name
28
- dtype: string
29
- - name: author
30
- dtype: string
31
- - name: license
32
- dtype: string
33
- - name: inat_taxon_id
34
- dtype: int64
35
- - name: class_name
36
- dtype: string
37
- splits:
38
- - name: train
39
- num_bytes: 9629400585.072
40
- num_examples: 28564
41
- download_size: 7760241049
42
- dataset_size: 9629400585.072
43
- configs:
44
- - config_name: default
45
- data_files:
46
- - split: train
47
- path: data/train-*
48
- ---
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: primary_label
6
+ dtype: string
7
+ - name: secondary_labels
8
+ sequence: string
9
+ - name: type
10
+ sequence: string
11
+ - name: recording
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 32000
15
+ - name: collection
16
+ dtype: string
17
+ - name: rating
18
+ dtype: float64
19
+ - name: url
20
+ dtype: string
21
+ - name: latitude
22
+ dtype: float64
23
+ - name: longitude
24
+ dtype: float64
25
+ - name: scientific_name
26
+ dtype: string
27
+ - name: common_name
28
+ dtype: string
29
+ - name: author
30
+ dtype: string
31
+ - name: license
32
+ dtype: string
33
+ - name: inat_taxon_id
34
+ dtype: int64
35
+ - name: class_name
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 9629400585.072
40
+ num_examples: 28564
41
+ download_size: 7760241049
42
+ dataset_size: 9629400585.072
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
+ ---
49
+
50
+ This is the training data for the [BirdCLEF+ 2025](https://www.kaggle.com/competitions/birdclef-2025/overview) Kaggle competition, focused on species identification from audio, focused on birds, amphibians, mammals and insects from the Middle Magdalena Valley of Colombia.
51
+