Update config.json
Browse filesadded model type in name value
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_pytorch_tanh",
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"attn_pdrop": 0.1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt_bigcode",
|
3 |
"activation_function": "gelu_pytorch_tanh",
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"attn_pdrop": 0.1,
|