flowty1 commited on
Commit
f3f30e3
·
verified ·
1 Parent(s): 8156419

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
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
- [Voxtream2](https://github.com/herimor/voxtream), packaged as a clean, installable Python
22
- inference library: [`flowtyone/voxtream2-he`](https://github.com/flowtyone/voxtream2-he).
 
 
 
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()`.