Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
|
|
5 |
"architectures": [
|
6 |
"RWForCausalLM"
|
7 |
],
|
|
|
2 |
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
+
"trust_remote_code": true,
|
6 |
"architectures": [
|
7 |
"RWForCausalLM"
|
8 |
],
|