Replace R16 tokenizer with final LS+Emilia checkpoint (epoch_22)
Browse files- README.md +11 -0
- rvq_teacher/{epoch_16.pt → epoch_22.pt} +1 -1
README.md
CHANGED
|
@@ -19,3 +19,14 @@ audio -> `streaming_asr` (word chunks + TextGrids) + `boundary_classifier`
|
|
| 19 |
|
| 20 |
Only `rvq_teacher` is R16-specific; the ASR / alignment / boundary
|
| 21 |
components are shared across R8/R16/R32.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
Only `rvq_teacher` is R16-specific; the ASR / alignment / boundary
|
| 21 |
components are shared across R8/R16/R32.
|
| 22 |
+
|
| 23 |
+
## Tokenizer checkpoint
|
| 24 |
+
|
| 25 |
+
`rvq_teacher/epoch_22.pt` is the final R16 tokenizer, trained on LibriSpeech
|
| 26 |
+
plus the full Emilia set with a learnable codebook at a 10x codebook learning
|
| 27 |
+
rate (`260512_RVQ_R16_C512_nodistill_codelr10x_LS_emilia_full_from_nofsq_e13`).
|
| 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
|
| 32 |
+
what these weights expect.
|
rvq_teacher/{epoch_16.pt → epoch_22.pt}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 946776221
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dc8f478b05a730817a4d562be7f54871b7abfd624ac9cb1d3bfbf69d1c7bd6b
|
| 3 |
size 946776221
|