Text-to-Speech
ONNX
Japanese
sbv2-api
googlefan commited on
Commit
555191c
·
verified ·
1 Parent(s): 1d64079

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,8 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # How to use
2
  Look at https://github.com/tuna2134/sbv2-api/ README(Japanese only)
3
 
4
  # License
5
  `models/tsukuyomi.sbv2` -> https://tyc.rei-yumesaki.net/about/terms/
6
- `dic/` -> `LGPL`
7
  `onnxruntime/` -> `MIT`
8
- `deberta/` -> `cc-by-sa-4.0`
 
1
+ ---
2
+ license:
3
+ - lgpl-3.0
4
+ - mit
5
+ - cc-by-sa-4.0
6
+ - other
7
+ language:
8
+ - ja
9
+ base_model:
10
+ - litagin/Style-Bert-VITS2-2.0-base-JP-Extra
11
+ - ku-nlp/deberta-v2-large-japanese-char-wwm
12
+ pipeline_tag: text-to-speech
13
+ library_name: sbv2-api
14
+ ---
15
  # How to use
16
  Look at https://github.com/tuna2134/sbv2-api/ README(Japanese only)
17
 
18
  # License
19
  `models/tsukuyomi.sbv2` -> https://tyc.rei-yumesaki.net/about/terms/
20
+ `dic/` -> `LGPL-3.0`
21
  `onnxruntime/` -> `MIT`
22
+ `deberta/` -> `cc-by-sa-4.0`