Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"base_model_name_or_path": "Salesforce/codegen-6B-mono",
|
|
|
|
|
|
|
|
|
|
|
3 |
"tokenizer_class": "GPT2Tokenizer",
|
4 |
"attention_probs_dropout_prob": 0.0,
|
5 |
"attn_pdrop": 0.0,
|
|
|
1 |
{
|
2 |
"base_model_name_or_path": "Salesforce/codegen-6B-mono",
|
3 |
+
"_name_or_path": "codegen-6B-mono",
|
4 |
+
"activation_function": "gelu_new",
|
5 |
+
"architectures": [
|
6 |
+
"CodeGenForCausalLM"
|
7 |
+
],
|
8 |
"tokenizer_class": "GPT2Tokenizer",
|
9 |
"attention_probs_dropout_prob": 0.0,
|
10 |
"attn_pdrop": 0.0,
|