InHUMAN commited on
Commit
fa012ce
·
verified ·
1 Parent(s): 3c252ea

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -12
config.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "model_type": "gpt2",
3
- "architectures": ["GPTForCausalLM"],
4
- "vocab_size":50257,
5
- "vector_dim":768,
6
- "context_length":1024,
7
- "n_heads":24,
8
- "n_layers":20,
9
- "dropout_rate":0.2,
10
- "qkv_bias":false,
11
- "activation_function": "geglu",
12
- }