Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"sampling_rate": 44100,
|
| 3 |
-
"chunk_compress_factor": 6,
|
| 4 |
"base_chunk_size": 512,
|
|
|
|
| 5 |
"latent_dim": 24,
|
| 6 |
"model_type": "supertonic",
|
|
|
|
|
|
|
| 7 |
"transformers.js_config": {
|
| 8 |
"dtype": "fp32",
|
| 9 |
"use_external_data_format": true
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"base_chunk_size": 512,
|
| 3 |
+
"chunk_compress_factor": 6,
|
| 4 |
"latent_dim": 24,
|
| 5 |
"model_type": "supertonic",
|
| 6 |
+
"sampling_rate": 44100,
|
| 7 |
+
"style_dim": 128,
|
| 8 |
"transformers.js_config": {
|
| 9 |
"dtype": "fp32",
|
| 10 |
"use_external_data_format": true
|