Datasets:

ArXiv:
Tags:
License:
pkufool commited on
Commit
df5cdf9
1 Parent(s): 1cf8c43

update readme

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -2,6 +2,21 @@
2
  license: apache-2.0
3
  ---
4
 
5
- # Libriheavy : the transcribe librilight with punctuations and contexts
6
 
7
- ## Creating pipeline
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context
6
 
7
+ Libriheavy is a labeled version of [Librilight](https://github.com/facebookresearch/libri-light), read our [paper](https://arxiv.org/abs/2309.08105) for more details.
8
+
9
+ See https://github.com/k2-fsa/libriheavy for more details.
10
+
11
+ ## Citation
12
+
13
+ ```
14
+ @misc{kang2023libriheavy,
15
+ title={Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context},
16
+ author={Wei Kang and Xiaoyu Yang and Zengwei Yao and Fangjun Kuang and Yifan Yang and Liyong Guo and Long Lin and Daniel Povey},
17
+ year={2023},
18
+ eprint={2309.08105},
19
+ archivePrefix={arXiv},
20
+ primaryClass={eess.AS}
21
+ }
22
+ ```