--- language: - en license: cc-by-4.0 tags: - audio - text-to-speech - mimi - librispeech - multi-speaker - speech-synthesis - codec task_categories: - text-to-speech pretty_name: LibriSpeech ASR — Kyutai Mimi Encoded size_categories: - 100K (8, L) int16 code tensor } ├── shard_0001.pt └── ... ``` Each `manifest.jsonl` record: ```json { "idx": 0, "text": "He was in a confused state of mind.", "codes_file": "shards/shard_0000.pt:0", "speaker_id": "1234", "n_frames": 198 } ``` `spk_index.json` maps each speaker ID to the list of utterance indices for that speaker, useful for sampling reference audio in speaker-conditioned tasks. ## Dataset details | | | |---|---| | Source | [LibriSpeech ASR train.clean.100](https://www.openslr.org/12) | | Speakers | ~251 | | Utterances | ~28,000 | | Total duration | ~100 hours | | Codec | [Kyutai Mimi](https://huggingface.co/kyutai/mimi) | | Codec sample rate | 24,000 Hz | | Codec frame rate | 12.5 fps | | Codebooks | 8 | | Token dtype | int16 | | License | CC BY 4.0 | ## What you can use this for - Multi-speaker / voice-cloning TTS research - Speaker-conditioned codec language models - Speaker representation learning - Audio tokenization benchmarks - Any task that benefits from a diverse, multi-speaker English speech corpus in discrete token form