joaogante HF staff commited on
Commit
bb74139
1 Parent(s): 265b062

Update config.json (rotary dim should be smaller for tests)

Browse files
Files changed (1) hide show
  1. 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": 64,
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",