LH-Tech-AI commited on
Commit
33f026e
·
verified ·
1 Parent(s): 03224f5

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": 12,
3
+ "n_head": 12,
4
+ "n_embd": 768,
5
+ "block_size": 1024,
6
+ "bias": false,
7
+ "vocab_size": 50304,
8
+ "dropout": 0.1,
9
+ "model_type": "gpt2",
10
+ "architectures": [
11
+ "GPT"
12
+ ],
13
+ "tokenizer_class": "GPT2Tokenizer",
14
+ "model_name": "htmLLM 124M"
15
+ }