Martico2432 commited on
Commit
80db81f
·
verified ·
1 Parent(s): 74f0ffe

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -6
config.json CHANGED
@@ -1,7 +1,12 @@
1
- {
2
- "vocab_size": 24005,
3
- "d_model": 256,
4
- "n_heads": 8,
5
- "n_layers": 6,
6
- "max_length": 128
 
 
 
 
 
7
  }
 
1
+ {
2
+ "model_type": "lizard",
3
+ "architectures": [
4
+ "LizardForCausalLM"
5
+ ],
6
+ "vocab_size": 24005,
7
+ "d_model": 256,
8
+ "n_heads": 8,
9
+ "n_layers": 6,
10
+ "max_length": 128,
11
+ "pad_token_id": 0
12
  }