dd3434 commited on
Commit
a4a7eb5
·
verified ·
1 Parent(s): 2547654

README: drop checkpoint epoch/step numbers

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -22,10 +22,8 @@ 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 (`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