Unverified Commit daf96c8b authored by Phil Wang's avatar Phil Wang Committed by GitHub
Browse files

readme

parent 07e00e57
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
# musicml-pytorch
Implementation of MusicML, Google's new SOTA model for music generation using attention networks, in Pytorch
## MusicLM - Pytorch (wip)

Implementation of <a href="https://google-research.github.io/seanet/musiclm/examples/">MusicLM</a>, Google's new SOTA model for music generation using attention networks, in Pytorch

## Citations

```bibtex
@article{Mittal2021SymbolicMG,
    title   = {Symbolic Music Generation with Diffusion Models},
    author  = {Gautam Mittal and Jesse Engel and Curtis Hawthorne and Ian Simon},
    journal = {ArXiv},
    year    = {2021},
    volume  = {abs/2103.16091}
}
```