LH-Tech-AI commited on
Commit
2ff65a2
·
verified ·
1 Parent(s): e90e771

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_layer": 24,
3
+ "n_head": 16,
4
+ "n_embd": 1024,
5
+ "block_size": 1024,
6
+ "bias": false,
7
+ "vocab_size": 50304,
8
+ "dropout": 0.0,
9
+ "model_type": "gpt2",
10
+ "architectures": [
11
+ "GPT"
12
+ ],
13
+ "tokenizer_class": "GPT2Tokenizer",
14
+ "model_name": "Apex 1.5 Coder Instruct 350M"
15
+ }