klemenk commited on
Commit
403b3be
·
verified ·
1 Parent(s): 43f6808

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -8,9 +8,9 @@
8
  "AutoModelForCausalLM": "modeling_auristream.AuriStream"
9
  },
10
  "vocab_size": 8192,
11
- "n_embd": 768,
12
- "n_layer": 12,
13
- "n_head": 12,
14
  "dropout": 0.0,
15
  "bias": false,
16
  "use_rope": false,
 
8
  "AutoModelForCausalLM": "modeling_auristream.AuriStream"
9
  },
10
  "vocab_size": 8192,
11
+ "n_embd": 1024,
12
+ "n_layer": 16,
13
+ "n_head": 16,
14
  "dropout": 0.0,
15
  "bias": false,
16
  "use_rope": false,