Add library name and license (#1)
Browse files- Add library name and license (2461b5bfb39334808851fc32692a477e407978f9)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,10 +4,10 @@ datasets:
|
|
4 |
language:
|
5 |
- en
|
6 |
pipeline_tag: text-to-speech
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
|
10 |
-
|
11 |
# SLED-TTS: Efficient Speech Language Modeling via Energy Distance in Continuous Space
|
12 |
[](https://huggingface.co/collections/ICTNLP/sled-tts-680253e19c889010a1a376ac)
|
13 |
[](https://www.wechat.com)
|
@@ -219,4 +219,4 @@ This work is inspired by following great works:
|
|
219 |
primaryClass={cs.CL},
|
220 |
url={https://arxiv.org/abs/2505.13181},
|
221 |
}
|
222 |
-
```
|
|
|
4 |
language:
|
5 |
- en
|
6 |
pipeline_tag: text-to-speech
|
7 |
+
library_name: transformers
|
8 |
+
license: mit
|
9 |
---
|
10 |
|
|
|
|
|
11 |
# SLED-TTS: Efficient Speech Language Modeling via Energy Distance in Continuous Space
|
12 |
[](https://huggingface.co/collections/ICTNLP/sled-tts-680253e19c889010a1a376ac)
|
13 |
[](https://www.wechat.com)
|
|
|
219 |
primaryClass={cs.CL},
|
220 |
url={https://arxiv.org/abs/2505.13181},
|
221 |
}
|
222 |
+
```
|