vall-e/README.md
2023-01-11 23:06:35 +08:00

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.