Upload config.json with huggingface_hub
Browse files- config.json +7 -1
config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
"model_type": "hibiki",
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"dim": 2560,
|
4 |
"text_card": 48000,
|
5 |
"existing_text_padding_id": 3,
|
@@ -11,7 +17,7 @@
|
|
11 |
"hidden_scale": 4.125,
|
12 |
"causal": true,
|
13 |
"layer_scale": null,
|
14 |
-
"context":
|
15 |
"max_period": 100000,
|
16 |
"gating": "silu",
|
17 |
"norm": "rms_norm_f32",
|
|
|
1 |
{
|
2 |
"model_type": "hibiki",
|
3 |
+
"lm_gen_config": {
|
4 |
+
"temp": 0.8,
|
5 |
+
"temp_text": 0.8,
|
6 |
+
"top_k": 250,
|
7 |
+
"top_k_text": 50
|
8 |
+
},
|
9 |
"dim": 2560,
|
10 |
"text_card": 48000,
|
11 |
"existing_text_padding_id": 3,
|
|
|
17 |
"hidden_scale": 4.125,
|
18 |
"causal": true,
|
19 |
"layer_scale": null,
|
20 |
+
"context": 500,
|
21 |
"max_period": 100000,
|
22 |
"gating": "silu",
|
23 |
"norm": "rms_norm_f32",
|