EduardoPacheco commited on
Commit
27dad5f
·
verified ·
1 Parent(s): fea194d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -17,13 +17,36 @@ dataset_info:
17
  sequence: string
18
  splits:
19
  - name: test
20
- num_bytes: 601043242.0
21
  num_examples: 2
22
  download_size: 588949894
23
- dataset_size: 601043242.0
24
  configs:
25
  - config_name: default
26
  data_files:
27
  - split: test
28
  path: data/test-*
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  sequence: string
18
  splits:
19
  - name: test
20
+ num_bytes: 601043242
21
  num_examples: 2
22
  download_size: 588949894
23
+ dataset_size: 601043242
24
  configs:
25
  - config_name: default
26
  data_files:
27
  - split: test
28
  path: data/test-*
29
+ license: cc-by-sa-4.0
30
  ---
31
+
32
+ # Citation
33
+
34
+ ```bibtex
35
+ @inproceedings{barker18_interspeech,
36
+ author={Jon Barker and Shinji Watanabe and Emmanuel Vincent and Jan Trmal},
37
+ title={{The Fifth 'CHiME' Speech Separation and Recognition Challenge: Dataset, Task and Baselines}},
38
+ year=2018,
39
+ booktitle={Proc. Interspeech 2018},
40
+ pages={1561--1565},
41
+ doi={10.21437/Interspeech.2018-1768}
42
+ }
43
+ ```
44
+
45
+ ```bibtex
46
+ @inproceedings{watanabe2020chime,
47
+ title={CHiME-6 Challenge: Tackling multispeaker speech recognition for unsegmented recordings},
48
+ author={Watanabe, Shinji and Mandel, Michael and Barker, Jon and Vincent, Emmanuel and Arora, Ashish and Chang, Xuankai and Khudanpur, Sanjeev and Manohar, Vimal and Povey, Daniel and Raj, Desh and others},
49
+ booktitle={CHiME 2020-6th International Workshop on Speech Processing in Everyday Environments},
50
+ year={2020}
51
+ }
52
+ ```