HugoLaurencon HF staff commited on
Commit
c291fc1
1 Parent(s): ba9ce9d
Files changed (1) hide show
  1. libri_light.py +3 -3
libri_light.py CHANGED
@@ -22,7 +22,7 @@ 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)},
@@ -34,14 +34,14 @@ _CITATION = """\
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)},
 
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.