Update config.json (rotary dim should be smaller for tests)
Browse files- config.json +1 -1
config.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"n_positions": 512,
|
25 |
"pad_token_id": 98,
|
26 |
"resid_pdrop": 0.0,
|
27 |
-
"rotary_dim":
|
28 |
"scale_attn_weights": true,
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "float32",
|
|
|
24 |
"n_positions": 512,
|
25 |
"pad_token_id": 98,
|
26 |
"resid_pdrop": 0.0,
|
27 |
+
"rotary_dim": 8,
|
28 |
"scale_attn_weights": true,
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "float32",
|