@@ -12,6 +12,22 @@ This repository now also contains a MIT licensed version of <a href="https://arx
Update: AudioLM was essentially used to 'solve' music generation in the new <ahref="https://github.com/lucidrains/audiolm-pytorch">MusicLM</a>
## Appreciation
-<ahref="https://stability.ai/">Stability.ai</a> for the generous sponsorship to work and open source cutting edge artificial intelligence research
-<ahref="https://huggingface.co/">🤗 Huggingface</a> for their amazing accelerate and transformers libraries
-<ahref="https://ai.facebook.com/">MetaAI</a> for <ahref="https://github.com/facebookresearch/fairseq">Fairseq</a> and the liberal license
-<ahref="https://github.com/eonglints">@eonglints</a> for offering his professional advice and expertise as well as pull requests!
-<a href="https://github.com/djqualia">@djqualia</a>, <a href="https://github.com/yigityu">@yigityu</a>, <a href="https://github.com/inspirit">@inspirit</a>, and <a href="https://github.com/BlackFox1197">@BlackFox1197</a> for helping with the debugging of soundstream
-<ahref="https://github.com/zhvng">Allen</a> for catching and fixing some bugs!
-<ahref="https://github.com/AndreyBocharnikov">Andrey</a> for identifying a missing loss in soundstream and guiding me through the proper mel spectrogram hyperparameters
## Install
```bash
@@ -242,20 +258,6 @@ sample = trainer.generate(text = ['sound of rain drops on the rooftops'], batch_
```
## Appreciation
-<ahref="https://stability.ai/">Stability.ai</a> for the generous sponsorship to work and open source cutting edge artificial intelligence research
-<ahref="https://huggingface.co/">🤗 Huggingface</a> for their amazing accelerate and transformers libraries
-<ahref="https://ai.facebook.com/">MetaAI</a> for <ahref="https://github.com/facebookresearch/fairseq">Fairseq</a> and the liberal license
-<ahref="https://github.com/eonglints">@eonglints</a> for offering his professional advice and expertise as well as pull requests!
-<a href="https://github.com/djqualia">@djqualia</a>, <a href="https://github.com/yigityu">@yigityu</a>, <a href="https://github.com/inspirit">@inspirit</a>, and <a href="https://github.com/BlackFox1197">@BlackFox1197</a> for helping with the debugging of soundstream
-<ahref="https://github.com/zhvng">Allen</a> for catching and fixing some bugs!