csukuangfj
commited on
Commit
•
bf226b9
1
Parent(s):
33c6973
update
Browse files- MODEL_CARD +14 -3
- fa_IR-gyro-medium.onnx +1 -1
- vits-piper.sh +3 -11
MODEL_CARD
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
-
#
|
2 |
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Model card for gyro (medium)
|
2 |
|
3 |
+
* Language: fa_IR (Farsi, Iran)
|
4 |
+
* Speakers: 1
|
5 |
+
* Quality: medium
|
6 |
+
* Samplerate: 22,050Hz
|
7 |
+
|
8 |
+
## Dataset
|
9 |
+
|
10 |
+
* URL: https://github.com/gyroing
|
11 |
+
* License: See URL
|
12 |
+
|
13 |
+
## Training
|
14 |
+
|
15 |
+
Finetuned from Persian TTS Male vits dataset (medium quality).
|
fa_IR-gyro-medium.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 63122437
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a006a87bd5ae93ffe09d739be73638ebaa0b434e93c30acb646c40dcdc952c2
|
3 |
size 63122437
|
vits-piper.sh
CHANGED
@@ -27,17 +27,9 @@ set -ex
|
|
27 |
code=${lang:0:2}
|
28 |
|
29 |
if [[ $name == gyro && $lang == fa_IR && $type == medium ]]; then
|
30 |
-
wget -qq https://huggingface.co/gyroing/Persian-Piper-Model-gyro/resolve/main/fa_IR-gyro-
|
31 |
-
wget -qq https://huggingface.co/gyroing/Persian-Piper-Model-gyro/resolve/main/fa_IR-gyro-
|
32 |
-
|
33 |
-
mv fa_IR-gyro-meduim.onnx.json fa_IR-gyro-medium.onnx.json
|
34 |
-
cat >MODEL_CARD <<EOF
|
35 |
-
# Introduction
|
36 |
-
|
37 |
-
This model is converted from
|
38 |
-
https://huggingface.co/gyroing/Persian-Piper-Model-gyro/tree/main
|
39 |
-
EOF
|
40 |
-
|
41 |
else
|
42 |
wget -qq https://huggingface.co/rhasspy/piper-voices/resolve/main/$code/$lang/$name/$type/$lang-$name-$type.onnx
|
43 |
wget -qq https://huggingface.co/rhasspy/piper-voices/resolve/main/$code/$lang/$name/$type/$lang-$name-$type.onnx.json
|
|
|
27 |
code=${lang:0:2}
|
28 |
|
29 |
if [[ $name == gyro && $lang == fa_IR && $type == medium ]]; then
|
30 |
+
wget -qq https://huggingface.co/gyroing/Persian-Piper-Model-gyro/resolve/main/fa_IR-gyro-medium.onnx
|
31 |
+
wget -qq https://huggingface.co/gyroing/Persian-Piper-Model-gyro/resolve/main/fa_IR-gyro-medium.onnx.json
|
32 |
+
wget -qq https://huggingface.co/gyroing/Persian-Piper-Model-gyro/resolve/main/MODEL_CARD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
else
|
34 |
wget -qq https://huggingface.co/rhasspy/piper-voices/resolve/main/$code/$lang/$name/$type/$lang-$name-$type.onnx
|
35 |
wget -qq https://huggingface.co/rhasspy/piper-voices/resolve/main/$code/$lang/$name/$type/$lang-$name-$type.onnx.json
|