arnavmehta7
commited on
Commit
•
3edd2c2
1
Parent(s):
8520a55
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
![MARS5 Banner](assets/github-banner.png)
|
2 |
|
3 |
# MARS5: A novel speech model for insane prosody.
|
@@ -154,4 +158,4 @@ Parts of code for this project are adapted from the following repositories -- pl
|
|
154 |
- Mistral-src: [https://github.com/mistralai/mistral-src](https://github.com/mistralai/mistral-src)
|
155 |
- minbpe: [https://github.com/karpathy/minbpe](https://github.com/karpathy/minbpe)
|
156 |
- gemelo-ai's encodec Vocos: [https://github.com/gemelo-ai/vocos](https://github.com/gemelo-ai/vocos)
|
157 |
-
- librosa for their `.trim()` code: [https://librosa.org/doc/main/generated/librosa.effects.trim.html](https://librosa.org/doc/main/generated/librosa.effects.trim.html)
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
pipeline_tag: text-to-speech
|
4 |
+
---
|
5 |
![MARS5 Banner](assets/github-banner.png)
|
6 |
|
7 |
# MARS5: A novel speech model for insane prosody.
|
|
|
158 |
- Mistral-src: [https://github.com/mistralai/mistral-src](https://github.com/mistralai/mistral-src)
|
159 |
- minbpe: [https://github.com/karpathy/minbpe](https://github.com/karpathy/minbpe)
|
160 |
- gemelo-ai's encodec Vocos: [https://github.com/gemelo-ai/vocos](https://github.com/gemelo-ai/vocos)
|
161 |
+
- librosa for their `.trim()` code: [https://librosa.org/doc/main/generated/librosa.effects.trim.html](https://librosa.org/doc/main/generated/librosa.effects.trim.html)
|