shangeth commited on
Commit
4b00467
·
verified ·
1 Parent(s): 83e82c3

Update citation to Wren 2026

Browse files
Files changed (1) hide show
  1. README.md +10 -65
README.md CHANGED
@@ -15,62 +15,6 @@ tags:
15
  pretty_name: LibriSpeech Mimi Codes
16
  size_categories:
17
  - 100K<n<1M
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: dev_clean
22
- path: data/dev_clean-*
23
- - split: dev_other
24
- path: data/dev_other-*
25
- - split: test_clean
26
- path: data/test_clean-*
27
- - split: test_other
28
- path: data/test_other-*
29
- - split: train_clean_100
30
- path: data/train_clean_100-*
31
- - split: train_clean_360
32
- path: data/train_clean_360-*
33
- - split: train_other_500
34
- path: data/train_other_500-*
35
- dataset_info:
36
- features:
37
- - name: id
38
- dtype: string
39
- - name: text
40
- dtype: string
41
- - name: speaker_id
42
- dtype: int32
43
- - name: codes
44
- list:
45
- list: int16
46
- - name: n_frames
47
- dtype: int32
48
- - name: k_codebooks
49
- dtype: int32
50
- splits:
51
- - name: dev_clean
52
- num_bytes: 4381124
53
- num_examples: 2703
54
- - name: dev_other
55
- num_bytes: 4178986
56
- num_examples: 2864
57
- - name: test_clean
58
- num_bytes: 4377566
59
- num_examples: 2620
60
- - name: test_other
61
- num_bytes: 4350511
62
- num_examples: 2939
63
- - name: train_clean_100
64
- num_bytes: 79941329
65
- num_examples: 28539
66
- - name: train_clean_360
67
- num_bytes: 289118508
68
- num_examples: 104014
69
- - name: train_other_500
70
- num_bytes: 394842241
71
- num_examples: 148688
72
- download_size: 522969998
73
- dataset_size: 781190265
74
  ---
75
 
76
  # LibriSpeech — Mimi Codes
@@ -119,8 +63,8 @@ Each standard LibriSpeech split is a separate HF split (hyphens replaced with un
119
  | `test_clean` | `test-clean` | ~2.6k | test set, clean |
120
  | `test_other` | `test-other` | ~2.9k | test set, noisier |
121
 
122
- Only splits the publisher had on disk are included — consult the "Files" tab for the exact
123
- subset in this release.
124
 
125
  ## Usage
126
 
@@ -166,21 +110,22 @@ both the original corpus and this dataset when redistributing.
166
  ## Citations
167
 
168
  ```bibtex
 
 
 
 
 
 
 
169
  @inproceedings{panayotov2015librispeech,
170
  title = {Librispeech: an ASR corpus based on public domain audio books},
171
  author = {Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
172
  booktitle = {ICASSP},
173
  year = {2015}
174
  }
175
-
176
- @article{defossez2024moshi,
177
- title = {Moshi: a speech-text foundation model for real-time dialogue},
178
- author = {D{\'e}fossez, Alexandre and others},
179
- year = {2024}
180
- }
181
  ```
182
 
183
  ## Related
184
 
185
  Used to train the [Wren](https://huggingface.co/shangeth/Wren-TTS-360M-v1) series of
186
- small speech LLMs.
 
15
  pretty_name: LibriSpeech Mimi Codes
16
  size_categories:
17
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # LibriSpeech — Mimi Codes
 
63
  | `test_clean` | `test-clean` | ~2.6k | test set, clean |
64
  | `test_other` | `test-other` | ~2.9k | test set, noisier |
65
 
66
+ Splits are added incrementally — consult the "Files" tab or `load_dataset(...).splits` for
67
+ the exact subset currently available.
68
 
69
  ## Usage
70
 
 
110
  ## Citations
111
 
112
  ```bibtex
113
+ @misc{wren2026,
114
+ title = {Wren: A Family of Small Open-Weight Models for Unified Speech-Text Modelling},
115
+ author = {Shangeth Rajaa},
116
+ year = {2026},
117
+ url = {https://github.com/shangeth/wren}
118
+ }
119
+
120
  @inproceedings{panayotov2015librispeech,
121
  title = {Librispeech: an ASR corpus based on public domain audio books},
122
  author = {Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
123
  booktitle = {ICASSP},
124
  year = {2015}
125
  }
 
 
 
 
 
 
126
  ```
127
 
128
  ## Related
129
 
130
  Used to train the [Wren](https://huggingface.co/shangeth/Wren-TTS-360M-v1) series of
131
+ speech-text multimodal models.