Hi, I'm Steven from HF! I opened a small PR to help get clearer and better snippets + library_name since the model is now on transformers.js! (#5)
Browse files- Hi, I'm Steven from HF! I opened a small PR to help get clearer and better snippets + library_name since the model is now on transformers.js! (b3387ae5788929892e6c7d8205035015e36cb927)
Co-authored-by: Steven Zheng <Steveeeeeeen@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,6 +3,7 @@ license: openrail
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-to-speech
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Supertonic — Lightning Fast, On-Device TTS
|
|
@@ -157,4 +158,4 @@ The accompanying model is released under the OpenRAIL-M License. - see the [LICE
|
|
| 157 |
|
| 158 |
This model was trained using PyTorch, which is licensed under the BSD 3-Clause License but is not redistributed with this project. - see the [LICENSE](https://docs.pytorch.org/FBGEMM/general/License.html) for details.
|
| 159 |
|
| 160 |
-
Copyright (c) 2025 Supertone Inc.
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
+
library_name: transformers.js
|
| 7 |
---
|
| 8 |
|
| 9 |
# Supertonic — Lightning Fast, On-Device TTS
|
|
|
|
| 158 |
|
| 159 |
This model was trained using PyTorch, which is licensed under the BSD 3-Clause License but is not redistributed with this project. - see the [LICENSE](https://docs.pytorch.org/FBGEMM/general/License.html) for details.
|
| 160 |
|
| 161 |
+
Copyright (c) 2025 Supertone Inc.
|