wok commited on
Commit
9f1f107
·
1 Parent(s): b0978ca

add beatrice_v2_beta

Browse files
beatrice_v2_beta/BeatriceAPIJVSCorpus.png ADDED
beatrice_v2_beta/beatrice_v2_jvs_corpus_beta.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9477eaf9c6146cca9fd14d8422cf0f4aebd1b75fd1ef3f272003f168eb020d
3
+ size 22560629
beatrice_v2_beta/readme.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Beatrice 2.0.0-beta (Python API)
2
+
3
+ Copyright 2023 Project Beatrice https://prj-beatrice.com
4
+
5
+ 営利目的の使用を禁ずる。(COMMERCIAL USE IS PROHIBITED.) 営利目的の基準は JVS コーパスに準ずる。
6
+
7
+ Beatrice API を、再配布等、著作権法で定められた範囲を超えて利用する場合は、事前に Project Beatrice の許諾を得る必要がある。
8
+
9
+ Beatrice API は以下の OSS の一部または全部を含む。
10
+
11
+ ## ライブラリ
12
+ Beatrice 2.0.0-beta (Python API)は次のリソースとライブラリを使用しています。
13
+ - JVS corpus: https://sites.google.com/site/shinnosuketakamichi/research-topics/jvs_corpus
14
+ - JVS-MuSiC: https://sites.google.com/site/shinnosuketakamichi/research-topics/jvs_music
15
+ - PocketFFT: https://gitlab.mpcdf.mpg.de/mtr/pocketfft/-/tree/cpp
16
+
17
+ Copyright 2010-2018 Max-Planck-Society
18
+
19
+ BSD-3-Clause license
20
+
21
+ https://opensource.org/license/bsd-3-clause/
22
+
23
+ - fmath: https://github.com/herumi/fmath
24
+
25
+ Copyright 2009 MITSUNARI Shigeo
26
+
27
+ BSD-3-Clause license
28
+
29
+ https://opensource.org/license/bsd-3-clause/
30
+
31
+ - NumPy: https://github.com/numpy/numpy
32
+
33
+ Copyright 2005-2023 NumPy Developers
34
+
35
+ BSD-3-Clause license
36
+
37
+ https://opensource.org/license/bsd-3-clause/
38
+
39
+ - Python: https://github.com/python/cpython
40
+
41
+ Copyright 2001-2023 Python Software Foundation
42
+
43
+ Copyright 2000 BeOpen.com
44
+
45
+ Copyright 1995-2000 Corporation for National Research Initiatives
46
+
47
+ Copyright 1991-1995 Stichting Mathematisch Centrum
48
+
49
+ PSF License
50
+
51
+ https://docs.python.org/3.10/license.html#psf-license
52
+
53
+ ## 音声モデル
54
+
55
+ モデルの学習に使用したデータセットは以下の一部または全部を含む。
56
+
57
+ JVS Corpus: https://sites.google.com/site/shinnosuketakamichi/research-topics/jvs_corpus
58
+
59
+ プロプライエタリライセンス
60
+
61
+ - LibriTTS-R: https://www.openslr.org/141/
62
+
63
+ CC BY 4.0
64
+
65
+ https://creativecommons.org/licenses/by/4.0/
66
+
67
+ このデータセットは以下のデータセットを元に作成されている。
68
+
69
+ - LibriTTS: https://www.openslr.org/60/
70
+
71
+ CC BY 4.0
72
+
73
+ https://creativecommons.org/licenses/by/4.0/
74
+
75
+ - LibriSpeech: https://www.openslr.org/12/
76
+
77
+ CC BY 4.0
78
+
79
+ https://creativecommons.org/licenses/by/4.0/
80
+
81
+ - DNS Challenge: https://github.com/microsoft/DNS-Challenge
82
+
83
+ CC BY 4.0
84
+
85
+ このデータセットのうち、以下のデータセットを含む部分を使用している。
86
+
87
+ - Audioset: https://research.google.com/audioset/index.html
88
+
89
+ CC BY 4.0
90
+
91
+ https://creativecommons.org/licenses/by/4.0/
92
+
93
+ - Freesound: https://freesound.org/
94
+
95
+ このうち CC0 でライセンスされたファイルのみを使用している。
96
+
97
+ https://creativecommons.org/publicdomain/zero/1.0/
98
+
99
+ - OpenSLR26: https://www.openslr.org/26/
100
+
101
+ Apache 2.0
102
+
103
+ https://opensource.org/license/apache-2-0/
104
+
105
+ - OpenSLR28: https://www.openslr.org/28/
106
+
107
+ Apache 2.0
108
+
109
+ https://opensource.org/license/apache-2-0/