HugoLaurencon HF staff commited on
Commit
89be29c
1 Parent(s): c291fc1
Files changed (1) hide show
  1. libri_light.py +3 -5
libri_light.py CHANGED
@@ -22,26 +22,24 @@ import json
22
  import datasets
23
 
24
 
25
- _CITATION = """
26
  @INPROCEEDINGS{librilight,
27
  author={J. Kahn and M. Rivière and W. Zheng and E. Kharitonov and Q. Xu and P. E. Mazaré and J. Karadayi and V. Liptchinsky and R. Collobert and C. Fuegen and T. Likhomanenko and G. Synnaeve and A. Joulin and A. Mohamed and E. Dupoux},
28
  booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
29
  title={Libri-Light: A Benchmark for ASR with Limited or No Supervision},
30
  year={2020},
31
  pages={7669-7673},
32
- note = {\url{https://github.com/facebookresearch/libri-light}},
33
- }
34
  }
35
  """
36
 
37
- _DESCRIPTION = """
38
  Libri-light is a large dataset of 60K hours of unlabelled speech from audiobooks in English.
39
  It is a benchmark for the training of automatic speech recognition (ASR) systems with limited or no supervision.
40
  """
41
 
42
  _HOMEPAGE = "https://ai.facebook.com/tools/libri-light/"
43
 
44
- _LICENSE = """
45
  MIT License
46
 
47
  Copyright (c) Facebook, Inc. and its affiliates.
 
22
  import datasets
23
 
24
 
25
+ _CITATION = """\
26
  @INPROCEEDINGS{librilight,
27
  author={J. Kahn and M. Rivière and W. Zheng and E. Kharitonov and Q. Xu and P. E. Mazaré and J. Karadayi and V. Liptchinsky and R. Collobert and C. Fuegen and T. Likhomanenko and G. Synnaeve and A. Joulin and A. Mohamed and E. Dupoux},
28
  booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
29
  title={Libri-Light: A Benchmark for ASR with Limited or No Supervision},
30
  year={2020},
31
  pages={7669-7673},
 
 
32
  }
33
  """
34
 
35
+ _DESCRIPTION = """\
36
  Libri-light is a large dataset of 60K hours of unlabelled speech from audiobooks in English.
37
  It is a benchmark for the training of automatic speech recognition (ASR) systems with limited or no supervision.
38
  """
39
 
40
  _HOMEPAGE = "https://ai.facebook.com/tools/libri-light/"
41
 
42
+ _LICENSE = """\
43
  MIT License
44
 
45
  Copyright (c) Facebook, Inc. and its affiliates.