vivek2001123
commited on
Commit
•
6939fb0
1
Parent(s):
92da0fc
Update configuration_RW.py
Browse files- configuration_RW.py +1 -0
configuration_RW.py
CHANGED
@@ -40,6 +40,7 @@ class RWConfig(PretrainedConfig):
|
|
40 |
bos_token_id=1,
|
41 |
eos_token_id=2,
|
42 |
apply_residual_connection_post_layernorm=False,
|
|
|
43 |
hidden_dropout=0.0,
|
44 |
attention_dropout=0.0,
|
45 |
multi_query=False,
|
|
|
40 |
bos_token_id=1,
|
41 |
eos_token_id=2,
|
42 |
apply_residual_connection_post_layernorm=False,
|
43 |
+
trust_remote_code=True
|
44 |
hidden_dropout=0.0,
|
45 |
attention_dropout=0.0,
|
46 |
multi_query=False,
|