libri-light
dataset for lightly supervised training using the librivox audio book recordings. https://librivox.org/.
Science Score: 28.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
dataset for lightly supervised training using the librivox audio book recordings. https://librivox.org/.
Basic Info
- Host: GitHub
- Owner: facebookresearch
- License: mit
- Language: Python
- Default Branch: main
- Size: 364 KB
Statistics
- Stars: 496
- Watchers: 18
- Forks: 79
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
Libri-Light: A Benchmark for ASR with Limited or No Supervision
You can track papers that use Libri-Light and their relative performance on Papers With Code: [test-clean] [test-other]
Description
This repository contains code and models associated with the Libri-Light dataset, which can be downloaded and prepared here. More information about dataset creation and baselines can be found in this arXiv Paper. Contained here is code for data preparation, pretrained models, and evaluation resources:
data_preparation/ # code to download the data; VAD and SNR code; json generation; stats; audio segmentation
eval/ # ABX, PER, WER (evaluation metrics on LibriSpeech dev-clean, dev-other, test-clean, test-other)
baselines/ # code, pretrained wav2letter models, baselines, and examples
To get started, first clone the repository:
git clone https://github.com/facebookresearch/libri-light
The environment is easiest to set up with Anaconda. Requirements can be installed by running:
conda env create -f environment.yml && conda activate libri-light
If you don't have conda you can get it here.
Goals and structure
Libri-Light offers 60+ k hours of unlabelled speech, a small training set for limited supervision (10h, 1h or 10 minutes of labelled speech), and a common set of metrics to evaluated three settings:
- the unsupervised/zero-resource setting. Here, models are trained only on unlabelleds speech and attempt to construct 'good' speech representations. They are evaluated with the ABX metric.
- the semi-supervised setting. Here, models are trained with the limited supervision dataset and exploit the unlabelled in various ways (as pretraining, to get pseudo-labels, etc). The models are evaluated using either PER or WER.
- the distant supervision setting. Here, models can use additional unaligned text to build a decoder. These models are evaluated using WER.
Documentation
Documentation for downloading Libri-Light or preparing the source files from scratch can be found in data_preparation.
The eval directory contains ABX, PER and WER evaluations on pretrained CPC models.
The baselines directory contains pretrained wav2letter baseline models and information about reproduction.
Citing
@INPROCEEDINGS{librilight,
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}},
booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
title={Libri-Light: A Benchmark for ASR with Limited or No Supervision},
year={2020},
pages={7669-7673},
note = {\url{https://github.com/facebookresearch/libri-light}},
}
License
The Libri-light code is released under the MIT license. See LICENSE for additional details.
Owner
- Name: Meta Research
- Login: facebookresearch
- Kind: organization
- Location: Menlo Park, California
- Website: https://opensource.fb.com
- Repositories: 1,060
- Profile: https://github.com/facebookresearch
Citation (CITATION)
@inproceedings{kahn2020libri,
title={Libri-light: A benchmark for asr with limited or no supervision},
author={Kahn, Jacob and Riviere, Morgane and Zheng, Weiyi and Kharitonov, Evgeny and Xu, Qiantong and Mazar{\'e}, Pierre-Emmanuel and Karadayi, Julien and Liptchinsky, Vitaliy and Collobert, Ronan and Fuegen, Christian and others},
booktitle={ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={7669--7673},
year={2020},
organization={IEEE}
}
GitHub Events
Total
- Watch event: 34
- Fork event: 3
Last Year
- Watch event: 34
- Fork event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jacob Kahn | j****1@g****m | 5 |
| eugene-kharitonov | k****v@f****m | 4 |
| Nasser Benabderrazik | b****r@g****m | 2 |
| Molugan | m****e@f****m | 2 |
| enhuiz | n****z@o****m | 1 |
| bmilde | b****e | 1 |
| David E. Weekly | d****d@w****g | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 17
- Total pull requests: 59
- Average time to close issues: 3 months
- Average time to close pull requests: 5 days
- Total issue authors: 13
- Total pull request authors: 8
- Average comments per issue: 1.35
- Average comments per pull request: 0.8
- Merged pull requests: 55
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- bmilde (4)
- snakers4 (1)
- lienz (1)
- aqibsaeed (1)
- ssicic (1)
- MENGZHEGENG (1)
- WillQuCD (1)
- asadolahzade (1)
- jmosinski (1)
- amr-lopezjos (1)
- mzboito (1)
- ex3ndr (1)
- Lazypanda278 (1)
Pull Request Authors
- Molugan (14)
- eugene-kharitonov (9)
- jacobkahn (8)
- zhengwy888 (3)
- lenassero (2)
- bmilde (1)
- enhuiz (1)
- dweekly (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- matplotlib *
- progressbar2 *
- termcolor *
- torchaudio *