Text-to-Speech
coqui
Sabz32 commited on
Commit
3d7a77e
1 Parent(s): 6c2b0d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -5,7 +5,16 @@ license_link: https://coqui.ai/cpml
5
  library_name: coqui
6
  pipeline_tag: text-to-speech
7
  widget:
8
- - text: "Once when I was six years old I saw a magnificent picture"
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # ⓍTTS
@@ -100,4 +109,4 @@ outputs = model.synthesize(
100
  gpt_cond_len=3,
101
  language="en",
102
  )
103
- ```
 
5
  library_name: coqui
6
  pipeline_tag: text-to-speech
7
  widget:
8
+ - text: Once when I was six years old I saw a magnificent picture
9
+ datasets:
10
+ - fka/awesome-chatgpt-prompts
11
+ language:
12
+ - ru
13
+ metrics:
14
+ - accuracy
15
+ base_model:
16
+ - openai/whisper-large-v3-turbo
17
+ new_version: openai/whisper-large-v3-turbo
18
  ---
19
 
20
  # ⓍTTS
 
109
  gpt_cond_len=3,
110
  language="en",
111
  )
112
+ ```