Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -17,5 +17,6 @@
|
|
17 |
"max_output_len": 64,
|
18 |
"torch_dtype": "float32",
|
19 |
"transformers_version": "4.26.1",
|
20 |
-
"use_adapter": true
|
|
|
21 |
}
|
|
|
17 |
"max_output_len": 64,
|
18 |
"torch_dtype": "float32",
|
19 |
"transformers_version": "4.26.1",
|
20 |
+
"use_adapter": true,
|
21 |
+
"output_as_code": true
|
22 |
}
|