procit002 commited on
Commit
ad1e01e
1 Parent(s): c99b1c3

Upload 9 files

Browse files

configuration updated

README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<unk>": 177
3
+ }
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./tmp/vits_finetuned_dutch_v1",
3
+ "activation_dropout": 0.1,
4
+ "architectures": [
5
+ "VitsModel"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "depth_separable_channels": 2,
9
+ "depth_separable_num_layers": 3,
10
+ "discriminator_kernel_size": 5,
11
+ "discriminator_period_channels": [
12
+ 1,
13
+ 32,
14
+ 128,
15
+ 512,
16
+ 1024
17
+ ],
18
+ "discriminator_periods": [
19
+ 2,
20
+ 3,
21
+ 5,
22
+ 7,
23
+ 11
24
+ ],
25
+ "discriminator_scale_channels": null,
26
+ "discriminator_stride": 3,
27
+ "duration_predictor_dropout": 0.5,
28
+ "duration_predictor_filter_channels": 256,
29
+ "duration_predictor_flow_bins": 10,
30
+ "duration_predictor_kernel_size": 3,
31
+ "duration_predictor_num_flows": 4,
32
+ "duration_predictor_tail_bound": 5.0,
33
+ "ffn_dim": 768,
34
+ "ffn_kernel_size": 3,
35
+ "flow_size": 192,
36
+ "hidden_act": "relu",
37
+ "hidden_dropout": 0.1,
38
+ "hidden_size": 192,
39
+ "hop_length": 256,
40
+ "initializer_range": 0.02,
41
+ "layer_norm_eps": 1e-05,
42
+ "layerdrop": 0.1,
43
+ "leaky_relu_slope": 0.1,
44
+ "model_type": "vits",
45
+ "noise_scale": 0.667,
46
+ "noise_scale_duration": 0.8,
47
+ "num_attention_heads": 2,
48
+ "num_hidden_layers": 6,
49
+ "num_speakers": 1,
50
+ "posterior_encoder_num_wavenet_layers": 16,
51
+ "prior_encoder_num_flows": 4,
52
+ "prior_encoder_num_wavenet_layers": 4,
53
+ "resblock_dilation_sizes": [
54
+ [
55
+ 1,
56
+ 3,
57
+ 5
58
+ ],
59
+ [
60
+ 1,
61
+ 3,
62
+ 5
63
+ ],
64
+ [
65
+ 1,
66
+ 3,
67
+ 5
68
+ ]
69
+ ],
70
+ "resblock_kernel_sizes": [
71
+ 3,
72
+ 7,
73
+ 11
74
+ ],
75
+ "sampling_rate": 22050,
76
+ "segment_size": 8192,
77
+ "speaker_embedding_size": 0,
78
+ "speaking_rate": 1.0,
79
+ "spectrogram_bins": 513,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.38.2",
82
+ "upsample_initial_channel": 512,
83
+ "upsample_kernel_sizes": [
84
+ 16,
85
+ 16,
86
+ 4,
87
+ 4
88
+ ],
89
+ "upsample_rates": [
90
+ 8,
91
+ 8,
92
+ 2,
93
+ 2
94
+ ],
95
+ "use_bias": true,
96
+ "use_stochastic_duration_prediction": true,
97
+ "vocab_size": 178,
98
+ "wavenet_dilation_rate": 1,
99
+ "wavenet_dropout": 0.0,
100
+ "wavenet_kernel_size": 5,
101
+ "window_size": 4
102
+ }
gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f8b4b06f71572dfd0eaa7e9a4bff820ca8d55b30424d80d3ab5c1c649f8df03
3
+ size 145338232
preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor_type": "VitsFeatureExtractor",
3
+ "feature_size": 80,
4
+ "hop_length": 256,
5
+ "max_wav_value": 32768.0,
6
+ "n_fft": 1024,
7
+ "padding_side": "right",
8
+ "padding_value": 0.0,
9
+ "return_attention_mask": false,
10
+ "sampling_rate": 22050
11
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pad_token": {
3
+ "content": "_",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "unk_token": {
10
+ "content": "<unk>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_blank": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "_",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "177": {
13
+ "content": "<unk>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "clean_up_tokenization_spaces": true,
22
+ "ignore_mismatched_sizes": true,
23
+ "is_uroman": false,
24
+ "language": null,
25
+ "model_max_length": 1000000000000000019884624838656,
26
+ "normalize": true,
27
+ "pad_token": "_",
28
+ "phonemize": true,
29
+ "tokenizer_class": "VitsTokenizer",
30
+ "unk_token": "<unk>",
31
+ "verbose": false
32
+ }
vocab.json ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " ": 16,
3
+ "!": 5,
4
+ "\"": 11,
5
+ "'": 176,
6
+ ",": 3,
7
+ ".": 4,
8
+ ":": 2,
9
+ ";": 1,
10
+ "?": 6,
11
+ "A": 17,
12
+ "B": 18,
13
+ "C": 19,
14
+ "D": 20,
15
+ "E": 21,
16
+ "F": 22,
17
+ "G": 23,
18
+ "H": 24,
19
+ "I": 25,
20
+ "J": 26,
21
+ "K": 27,
22
+ "L": 28,
23
+ "M": 29,
24
+ "N": 30,
25
+ "O": 31,
26
+ "P": 32,
27
+ "Q": 33,
28
+ "R": 34,
29
+ "S": 35,
30
+ "T": 36,
31
+ "U": 37,
32
+ "V": 38,
33
+ "W": 39,
34
+ "X": 40,
35
+ "Y": 41,
36
+ "Z": 42,
37
+ "_": 0,
38
+ "a": 43,
39
+ "b": 44,
40
+ "c": 45,
41
+ "d": 46,
42
+ "e": 47,
43
+ "f": 48,
44
+ "g": 49,
45
+ "h": 50,
46
+ "i": 51,
47
+ "j": 52,
48
+ "k": 53,
49
+ "l": 54,
50
+ "m": 55,
51
+ "n": 56,
52
+ "o": 57,
53
+ "p": 58,
54
+ "q": 59,
55
+ "r": 60,
56
+ "s": 61,
57
+ "t": 62,
58
+ "u": 63,
59
+ "v": 64,
60
+ "w": 65,
61
+ "x": 66,
62
+ "y": 67,
63
+ "z": 68,
64
+ "¡": 7,
65
+ "«": 12,
66
+ "»": 13,
67
+ "¿": 8,
68
+ "æ": 72,
69
+ "ç": 78,
70
+ "ð": 81,
71
+ "ø": 116,
72
+ "ħ": 98,
73
+ "ŋ": 112,
74
+ "œ": 120,
75
+ "ǀ": 152,
76
+ "ǁ": 153,
77
+ "ǂ": 154,
78
+ "ǃ": 155,
79
+ "ɐ": 70,
80
+ "ɑ": 69,
81
+ "ɒ": 71,
82
+ "ɓ": 73,
83
+ "ɔ": 76,
84
+ "ɕ": 77,
85
+ "ɖ": 80,
86
+ "ɗ": 79,
87
+ "ɘ": 84,
88
+ "ə": 83,
89
+ "ɚ": 85,
90
+ "ɛ": 86,
91
+ "ɜ": 87,
92
+ "ɝ": 88,
93
+ "ɞ": 89,
94
+ "ɟ": 90,
95
+ "ɠ": 93,
96
+ "ɡ": 92,
97
+ "ɢ": 94,
98
+ "ɣ": 139,
99
+ "ɤ": 140,
100
+ "ɥ": 99,
101
+ "ɦ": 96,
102
+ "ɧ": 97,
103
+ "ɨ": 101,
104
+ "ɪ": 102,
105
+ "ɫ": 106,
106
+ "ɬ": 105,
107
+ "ɭ": 104,
108
+ "ɮ": 107,
109
+ "ɯ": 110,
110
+ "ɰ": 111,
111
+ "ɱ": 109,
112
+ "ɲ": 114,
113
+ "ɳ": 113,
114
+ "ɴ": 115,
115
+ "ɵ": 117,
116
+ "ɶ": 121,
117
+ "ɸ": 118,
118
+ "ɹ": 123,
119
+ "ɺ": 124,
120
+ "ɻ": 126,
121
+ "ɽ": 129,
122
+ "ɾ": 125,
123
+ "ʀ": 127,
124
+ "ʁ": 128,
125
+ "ʂ": 130,
126
+ "ʃ": 131,
127
+ "ʄ": 91,
128
+ "ʈ": 132,
129
+ "ʉ": 134,
130
+ "ʊ": 135,
131
+ "ʋ": 136,
132
+ "ʌ": 138,
133
+ "ʍ": 141,
134
+ "ʎ": 143,
135
+ "ʏ": 144,
136
+ "ʐ": 146,
137
+ "ʑ": 145,
138
+ "ʒ": 147,
139
+ "ʔ": 148,
140
+ "ʕ": 150,
141
+ "ʘ": 122,
142
+ "ʙ": 74,
143
+ "ʛ": 95,
144
+ "ʜ": 100,
145
+ "ʝ": 103,
146
+ "ʟ": 108,
147
+ "ʡ": 149,
148
+ "ʢ": 151,
149
+ "ʤ": 82,
150
+ "ʧ": 133,
151
+ "ʰ": 162,
152
+ "ʱ": 163,
153
+ "ʲ": 164,
154
+ "ʴ": 161,
155
+ "ʷ": 165,
156
+ "ʼ": 160,
157
+ "ˈ": 156,
158
+ "ˌ": 157,
159
+ "ː": 158,
160
+ "ˑ": 159,
161
+ "˞": 168,
162
+ "ˠ": 166,
163
+ "ˤ": 167,
164
+ "̩": 175,
165
+ "β": 75,
166
+ "θ": 119,
167
+ "χ": 142,
168
+ "ᵻ": 177,
169
+ "—": 9,
170
+ "“": 14,
171
+ "”": 15,
172
+ "…": 10,
173
+ "↑": 170,
174
+ "→": 171,
175
+ "↓": 169,
176
+ "↗": 172,
177
+ "↘": 173,
178
+ "ⱱ": 137
179
+ }