README: drop checkpoint epoch/step numbers
Browse files
README.md
CHANGED
|
@@ -22,10 +22,8 @@ components are shared across R8/R16/R32.
|
|
| 22 |
|
| 23 |
## Tokenizer checkpoint
|
| 24 |
|
| 25 |
-
`rvq_teacher/
|
| 26 |
-
plus the full Emilia set
|
| 27 |
-
rate (`streamalign_r16`).
|
| 28 |
-
It replaces the earlier LibriSpeech-only `epoch_16.pt`.
|
| 29 |
|
| 30 |
Load it with `RVQ_R=16` and `RVQ_CODEBOOK_SIZE=512`, and leave
|
| 31 |
`RVQ_CODEBOOK_DIM` unset: `codebook_dim` defaults to `feat_dim=256`, which is
|
|
|
|
| 22 |
|
| 23 |
## Tokenizer checkpoint
|
| 24 |
|
| 25 |
+
The checkpoint under `rvq_teacher/` is the final R16 tokenizer, trained on
|
| 26 |
+
LibriSpeech plus the full Emilia set.
|
|
|
|
|
|
|
| 27 |
|
| 28 |
Load it with `RVQ_R=16` and `RVQ_CODEBOOK_SIZE=512`, and leave
|
| 29 |
`RVQ_CODEBOOK_DIM` unset: `codebook_dim` defaults to `feat_dim=256`, which is
|