Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
@@ -84,6 +84,13 @@
|
|
84 |
"max_position_embeddings": 2048,
|
85 |
"model_type": "gpt_neox",
|
86 |
"num_attention_heads": 16,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
"num_hidden_layers": 24,
|
88 |
"rotary_emb_base": 10000,
|
89 |
"rotary_pct": 0.25,
|
|
|
84 |
"max_position_embeddings": 2048,
|
85 |
"model_type": "gpt_neox",
|
86 |
"num_attention_heads": 16,
|
87 |
+
"task_specific_params": {
|
88 |
+
"text-generation": {
|
89 |
+
"do_sample": true,
|
90 |
+
"max_length": 2048,
|
91 |
+
"temperature": 0.5
|
92 |
+
}
|
93 |
+
},
|
94 |
"num_hidden_layers": 24,
|
95 |
"rotary_emb_base": 10000,
|
96 |
"rotary_pct": 0.25,
|