Datasets:

ArXiv:
License:
mcht67 commited on
Commit
1f3b924
·
verified ·
1 Parent(s): 7f92bff

updates segments dataset in PER

Browse files
PER/PER_segments/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:829297490133ae0532c92ae78e608c52b6802aa508c6695dd48c9a3864fa8759
3
+ size 24267271
PER/PER_segments/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e5afd10b82919d84500d68429347e2a70f1a751cb0d35c2299a984c4c4c27a
3
+ size 195964444
PER/PER_segments/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e10387fdcdacee43ea02a7b4fda4fd55eedd2eed8a6a9d135bd9cc15991e42
3
+ size 23984251
README.md CHANGED
@@ -1303,6 +1303,45 @@ dataset_info:
1303
  num_examples: 2146
1304
  download_size: 4232953706
1305
  dataset_size: 4556842141.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1306
  - config_name: PER_soundscape_test
1307
  features:
1308
  - name: filepath
@@ -3104,6 +3143,14 @@ configs:
3104
  path: PER/PER_polyphonic/validation-*
3105
  - split: test
3106
  path: PER/PER_polyphonic/test-*
 
 
 
 
 
 
 
 
3107
  - config_name: PER_soundscape_test
3108
  data_files:
3109
  - split: test_5s
 
1303
  num_examples: 2146
1304
  download_size: 4232953706
1305
  dataset_size: 4556842141.2
1306
+ - config_name: PER_segments
1307
+ features:
1308
+ - name: audio
1309
+ struct:
1310
+ - name: bytes
1311
+ dtype: binary
1312
+ - name: path
1313
+ dtype: 'null'
1314
+ - name: sampling_rate
1315
+ dtype: int64
1316
+ - name: time_freq_bounds
1317
+ sequence:
1318
+ sequence: float32
1319
+ - name: birdset_id
1320
+ dtype: int64
1321
+ - name: ebird_code
1322
+ dtype: string
1323
+ - name: scientific_name
1324
+ dtype: string
1325
+ - name: common_name
1326
+ dtype: string
1327
+ - name: original_birdset_subset
1328
+ dtype: string
1329
+ - name: original_file
1330
+ dtype: string
1331
+ - name: segment_duration_s
1332
+ dtype: float32
1333
+ splits:
1334
+ - name: train
1335
+ num_bytes: 242447325
1336
+ num_examples: 21752
1337
+ - name: validation
1338
+ num_bytes: 29894938
1339
+ num_examples: 2719
1340
+ - name: test
1341
+ num_bytes: 30316515
1342
+ num_examples: 2720
1343
+ download_size: 244215966
1344
+ dataset_size: 302658778
1345
  - config_name: PER_soundscape_test
1346
  features:
1347
  - name: filepath
 
3143
  path: PER/PER_polyphonic/validation-*
3144
  - split: test
3145
  path: PER/PER_polyphonic/test-*
3146
+ - config_name: PER_segments
3147
+ data_files:
3148
+ - split: train
3149
+ path: PER/PER_segments/train-*
3150
+ - split: validation
3151
+ path: PER/PER_segments/validation-*
3152
+ - split: test
3153
+ path: PER/PER_segments/test-*
3154
  - config_name: PER_soundscape_test
3155
  data_files:
3156
  - split: test_5s