Commit
•
d714886
1
Parent(s):
f37be90
updating config (#3)
Browse files- updating config (947ce9a02e0da22d782c58abcf4e23d1ffedb100)
Co-authored-by: R <jayasoorya@users.noreply.huggingface.co>
- config.json +1 -0
config.json
CHANGED
@@ -26,6 +26,7 @@
|
|
26 |
"n_positions": 2048,
|
27 |
"resid_pdrop": 0.0,
|
28 |
"rotary_dim": 64,
|
|
|
29 |
"scale_attn_weights": true,
|
30 |
"summary_activation": null,
|
31 |
"summary_first_dropout": 0.1,
|
|
|
26 |
"n_positions": 2048,
|
27 |
"resid_pdrop": 0.0,
|
28 |
"rotary_dim": 64,
|
29 |
+
"trust_remote_code":true,
|
30 |
"scale_attn_weights": true,
|
31 |
"summary_activation": null,
|
32 |
"summary_first_dropout": 0.1,
|