Upload config.json with huggingface_hub
Browse files- config.json +6 -0
config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
"model_type": "hibiki",
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"dim": 2048,
|
4 |
"text_card": 48000,
|
5 |
"existing_text_padding_id": 3,
|
|
|
1 |
{
|
2 |
"model_type": "hibiki",
|
3 |
+
"lmgen_config": {
|
4 |
+
"temp": 0.8,
|
5 |
+
"text_temp": 0.8,
|
6 |
+
"top_k": 250,
|
7 |
+
"text_top_k": 50
|
8 |
+
},
|
9 |
"dim": 2048,
|
10 |
"text_card": 48000,
|
11 |
"existing_text_padding_id": 3,
|