wok commited on
Commit
6f79574
1 Parent(s): fc62dc8
fine-tune-by-JVNV-F1/F1_finetune.png ADDED
fine-tune-by-JVNV-F1/jvnv_f1-e15.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47a7070039a3327b760f27122b9ccc9d3bbd5a59b72ec1b5ed9c1ae75194b6b
3
+ size 155312658
fine-tune-by-JVNV-F1/jvnv_f1_e8_s480.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea6105d2dab14a0df28dc4d79077cf06ea41e28ff72cf47914fe78751ffe910
3
+ size 85007879
fine-tune-by-JVNV-F1/params.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tts_type": "GPT-SoVITS",
3
+ "slot_index": 1,
4
+ "name": "jvnv_f1",
5
+ "description": "",
6
+ "credit": "",
7
+ "terms_of_use_url": "",
8
+ "icon_file": "F1_finetune.png",
9
+ "semantic_predictor_model": "jvnv_f1-e15.ckpt",
10
+ "synthesizer_path": "jvnv_f1_e8_s480.pth",
11
+ "top_k": 2,
12
+ "top_p": 0.6,
13
+ "temperature": 0.6,
14
+ "if_freeze": false
15
+ }
fine-tune-by-JVNV-F1/term_of_use.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ - 日本語
2
+ このモデルはGPT-SoVITSの公式リポジトリ(https://github.com/RVC-Boss/GPT-SoVITS)で配布されている事前学習モデルをJVNVコーパス(https://sites.google.com/site/shinnosuketakamichi/research-topics/jvnv_corpus)を用いてファインチューニングしたものです。
3
+
4
+
5
+ 事前学習モデルのライセンス情報はこちらをご参照ください。(MIT)
6
+ https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE
7
+
8
+ JVNVコーパスのライセンス情報はこちらをご参照ください。(CC BY-SA 4.0)
9
+ https://sites.google.com/site/shinnosuketakamichi/research-topics/jvnv_corpus
10
+
11
+ 本モデルはJVNVコーパスのライセンスを継承します。(CC BY-SA 4.0)
12
+
13
+ --------------
14
+
15
+ - English
16
+ This model is fine-tuned using the JVNV Corpus (https://sites.google.com/site/shinnosuketakamichi/research-topics/jvnv_corpus) based on the pre-trained model distributed in the GPT-SoVITS official repository (https://github.com/RVC-Boss/GPT-SoVITS).
17
+
18
+ For license information on the pre-trained model, please refer to the following (MIT):
19
+ https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE
20
+
21
+ For license information on the JVNV Corpus, please refer to the following (CC BY-SA 4.0):
22
+ https://sites.google.com/site/shinnosuketakamichi/research-topics/jvnv_corpus
23
+
24
+ This model inherits the license of the JVNV Corpus (CC BY-SA 4.0).
pretrained/params.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tts_type": "GPT-SoVITS",
3
+ "slot_index": 0,
4
+ "name": "Pretrained",
5
+ "description": "",
6
+ "credit": "",
7
+ "terms_of_use_url": "",
8
+ "icon_file": "pretrained.png",
9
+ "semantic_predictor_model": null,
10
+ "synthesizer_path": null,
11
+ "top_k": 20,
12
+ "top_p": 1.0,
13
+ "temperature": 1.0,
14
+ "if_freeze": false
15
+ }
pretrained/pretrained.png ADDED
pretrained/term_of_use.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ - 日本語
2
+ このモデルはGPT-SoVITSの公式リポジトリ(https://github.com/RVC-Boss/GPT-SoVITS)で配布されている事前学習モデルです。
3
+ https://huggingface.co/lj1995/GPT-SoVITS
4
+
5
+ ライセンス情報はこちらをご参照ください。
6
+ https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE
7
+
8
+
9
+ --------------
10
+
11
+ - English
12
+ This model is a pre-trained model distributed on the official repository of GPT-SoVITS (https://github.com/RVC-Boss/GPT-SoVITS).
13
+ https://huggingface.co/lj1995/GPT-SoVITS
14
+
15
+ For license information, please refer to the following link:
16
+ https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE