LH-Tech-AI commited on
Commit
6e0bb74
·
verified ·
1 Parent(s): a1655e2

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": 8,
3
+ "n_head": 8,
4
+ "n_embd": 512,
5
+ "block_size": 512,
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 50M Base"
15
+ }