11 lines
281 B
Markdown
11 lines
281 B
Markdown
# VALL-E
|
|
|
|
An unofficial (toy) implementation of VALL-E, based on the [encodec](https://github.com/facebookresearch/encodec) tokenizer.
|
|
|
|
## TODO
|
|
|
|
- [x] AR model for the first quantizer.
|
|
- [ ] Built-in decode.
|
|
- [ ] NAR model for the rest quantizers.
|
|
- [ ] Trainers for both models.
|