Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"architectures": [
|
4 |
"RetNetForCausalLM"
|
5 |
],
|
6 |
-
"attn_mode": "
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 2,
|
9 |
"expand_k": 1,
|
|
|
3 |
"architectures": [
|
4 |
"RetNetForCausalLM"
|
5 |
],
|
6 |
+
"attn_mode": "chunk",
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 2,
|
9 |
"expand_k": 1,
|