erogol
commited on
Commit
•
2c2f9f1
1
Parent(s):
5bc1c3e
Updating model to v2.0.2
Browse files- config.json +1 -15
- hash.md5 +1 -1
- model.pth +2 -2
config.json
CHANGED
@@ -118,17 +118,6 @@
|
|
118 |
"gpt_code_stride_len": 1024,
|
119 |
"gpt_use_masking_gt_prompt_approach": true,
|
120 |
"gpt_use_perceiver_resampler": true,
|
121 |
-
"diff_model_channels": 1024,
|
122 |
-
"diff_num_layers": 10,
|
123 |
-
"diff_in_channels": 100,
|
124 |
-
"diff_out_channels": 200,
|
125 |
-
"diff_in_latent_channels": 1024,
|
126 |
-
"diff_in_tokens": 8193,
|
127 |
-
"diff_dropout": 0,
|
128 |
-
"diff_use_fp16": false,
|
129 |
-
"diff_num_heads": 16,
|
130 |
-
"diff_layer_drop": 0,
|
131 |
-
"diff_unconditioned_percentage": 0,
|
132 |
"input_sample_rate": 22050,
|
133 |
"output_sample_rate": 24000,
|
134 |
"output_hop_length": 256,
|
@@ -161,12 +150,9 @@
|
|
161 |
"repetition_penalty": 10.0,
|
162 |
"top_k": 50,
|
163 |
"top_p": 0.85,
|
164 |
-
"cond_free_k": 2.0,
|
165 |
-
"diffusion_temperature": 1.0,
|
166 |
"num_gpt_outputs": 1,
|
167 |
-
"decoder_iterations": 30,
|
168 |
-
"decoder_sampler": "ddim",
|
169 |
"gpt_cond_len": 30,
|
|
|
170 |
"max_ref_len": 30,
|
171 |
"sound_norm_refs": false
|
172 |
}
|
|
|
118 |
"gpt_code_stride_len": 1024,
|
119 |
"gpt_use_masking_gt_prompt_approach": true,
|
120 |
"gpt_use_perceiver_resampler": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
"input_sample_rate": 22050,
|
122 |
"output_sample_rate": 24000,
|
123 |
"output_hop_length": 256,
|
|
|
150 |
"repetition_penalty": 10.0,
|
151 |
"top_k": 50,
|
152 |
"top_p": 0.85,
|
|
|
|
|
153 |
"num_gpt_outputs": 1,
|
|
|
|
|
154 |
"gpt_cond_len": 30,
|
155 |
+
"gpt_cond_chunk_len": 4,
|
156 |
"max_ref_len": 30,
|
157 |
"sound_norm_refs": false
|
158 |
}
|
hash.md5
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
5ce0502bfe3bc88dc8d9312b12a7558c
|
model.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6817f33ceb69480a4a665a91b61461f0aca6dd1397c0ba46ebffbe13c6f5fe80
|
3 |
+
size 1863601630
|