Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -20,7 +20,8 @@
|
|
20 |
"random_seed": 42,
|
21 |
"task_prefix": "generate analogy:",
|
22 |
"template_footer": "<subj-b> is to <obj-b>",
|
23 |
-
"template_header": "<subj-a> is to <obj-a>"
|
|
|
24 |
},
|
25 |
"initializer_factor": 1.0,
|
26 |
"is_encoder_decoder": true,
|
|
|
20 |
"random_seed": 42,
|
21 |
"task_prefix": "generate analogy:",
|
22 |
"template_footer": "<subj-b> is to <obj-b>",
|
23 |
+
"template_header": "<subj-a> is to <obj-a>",
|
24 |
+
"gradient_accumulation_steps": 1
|
25 |
},
|
26 |
"initializer_factor": 1.0,
|
27 |
"is_encoder_decoder": true,
|