Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ language:
|
|
| 4 |
- he
|
| 5 |
- en
|
| 6 |
pipeline_tag: text-to-speech
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- text-to-speech
|
| 9 |
- tts
|
|
@@ -18,8 +21,11 @@ library_name: voxtream2-he
|
|
| 18 |
# voxtream2-he
|
| 19 |
|
| 20 |
**Streaming Hebrew text-to-speech.** A Hebrew (and mixed Hebrew/English) finetune of
|
| 21 |
-
[
|
| 22 |
-
inference library
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
This repository hosts the **model weights**. The code that loads them lives in the GitHub
|
| 25 |
repo above; weights are fetched automatically the first time you construct `SpeechGenerator()`.
|
|
|
|
| 4 |
- he
|
| 5 |
- en
|
| 6 |
pipeline_tag: text-to-speech
|
| 7 |
+
base_model:
|
| 8 |
+
- herimor/voxtream2
|
| 9 |
+
base_model_relation: finetune
|
| 10 |
tags:
|
| 11 |
- text-to-speech
|
| 12 |
- tts
|
|
|
|
| 21 |
# voxtream2-he
|
| 22 |
|
| 23 |
**Streaming Hebrew text-to-speech.** A Hebrew (and mixed Hebrew/English) finetune of
|
| 24 |
+
[`herimor/voxtream2`](https://huggingface.co/herimor/voxtream2), packaged as a clean,
|
| 25 |
+
installable Python inference library.
|
| 26 |
+
|
| 27 |
+
- **Base model:** [`herimor/voxtream2`](https://huggingface.co/herimor/voxtream2)
|
| 28 |
+
- **Code / GitHub repo:** [`flowtyone/voxtream2-he`](https://github.com/flowtyone/voxtream2-he)
|
| 29 |
|
| 30 |
This repository hosts the **model weights**. The code that loads them lives in the GitHub
|
| 31 |
repo above; weights are fetched automatically the first time you construct `SpeechGenerator()`.
|