Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"base_model_name_or_path": "Salesforce/codegen-6B-mono",
|
|
|
|
|
|
|
|
|
|
| 3 |
"bias": "none",
|
| 4 |
"fan_in_fan_out": false,
|
| 5 |
"inference_mode": true,
|
|
|
|
| 1 |
{
|
| 2 |
"base_model_name_or_path": "Salesforce/codegen-6B-mono",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CodeGenForCausalLM"
|
| 5 |
+
],
|
| 6 |
"bias": "none",
|
| 7 |
"fan_in_fan_out": false,
|
| 8 |
"inference_mode": true,
|