huseinzol05 commited on
Commit
bb7e7f8
·
verified ·
1 Parent(s): 9a8b9a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: audio_filename
@@ -27,11 +28,14 @@ configs:
27
  path: data/chunk_0.25s-*
28
  task_categories:
29
  - audio-classification
 
30
  ---
31
 
32
  # AudioSet Chunk
33
 
34
- Chunk 0.25 seconds and 0.5 seconds and predict using [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593), after that only filter and labels predicted overlapped with the gold labels.
 
 
35
 
36
  ## Statistics
37
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
  dataset_info:
4
  features:
5
  - name: audio_filename
 
28
  path: data/chunk_0.25s-*
29
  task_categories:
30
  - audio-classification
31
+ pretty_name: AudioSet-Chunk
32
  ---
33
 
34
  # AudioSet Chunk
35
 
36
+ Chunk [AudioSet](https://research.google.com/audioset/index.html) every 0.25 seconds and 0.5 seconds and predict using [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593), after that only filter and labels predicted overlapped with the gold labels.
37
+
38
+ Only chunk on [balanced_train_segments.zip](https://huggingface.co/datasets/confit/audioset-full/blob/main/balanced/balanced_train_segments.zip) and [eval_segments.zip](https://huggingface.co/datasets/confit/audioset-full/blob/main/eval/eval_segments.zip).
39
 
40
  ## Statistics
41