diff --git a/README.md b/README.md index 31c9ce0..7f991b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # 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.