IS02 commited on
Commit
821b708
·
verified ·
1 Parent(s): bb76836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1,5 +1,32 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Supertonic 3 TTS
@@ -44,4 +71,4 @@ The models are intended to be used within the React Native ExecuTorch package. I
44
  Each `.pte` file exposes two methods:
45
 
46
  - `forward` — the sub-model inference
47
- - `get_dynamic_dims_forward` — returns per-input `[rank, 3]` shape constraints (`[min, max, step]`) for runtime input validation
 
1
  ---
2
  license: openrail
3
+ language:
4
+ - en
5
+ - es
6
+ - fr
7
+ - de
8
+ - pl
9
+ - bg
10
+ - el
11
+ - id
12
+ - hi
13
+ - zh
14
+ - ja
15
+ - ru
16
+ - tr
17
+ - da
18
+ - et
19
+ - hr
20
+ - pt
21
+ - vi
22
+ - sl
23
+ - cs
24
+ - it
25
+ - uk
26
+ - ko
27
+ base_model:
28
+ - Supertone/supertonic-3
29
+ pipeline_tag: text-to-speech
30
  ---
31
 
32
  # Supertonic 3 TTS
 
71
  Each `.pte` file exposes two methods:
72
 
73
  - `forward` — the sub-model inference
74
+ - `get_dynamic_dims_forward` — returns per-input `[rank, 3]` shape constraints (`[min, max, step]`) for runtime input validation