Clemylia commited on
Commit
a087e81
·
verified ·
1 Parent(s): 3c18137

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
- "CharlotteAmityForCausalLM"
5
  ],
6
  "attn_pdrop": 0.1,
7
  "bos_token_id": 50256,
@@ -10,7 +10,7 @@
10
  "eos_token_id": 50256,
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
13
- "model_type": "charlotte",
14
  "n_embd": 512,
15
  "n_head": 8,
16
  "n_inner": null,
@@ -29,4 +29,4 @@
29
  "transformers_version": "4.57.1",
30
  "use_cache": true,
31
  "vocab_size": 50258
32
- }
 
1
  {
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
+ "GPT2LMHeadModel"
5
  ],
6
  "attn_pdrop": 0.1,
7
  "bos_token_id": 50256,
 
10
  "eos_token_id": 50256,
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
  "n_embd": 512,
15
  "n_head": 8,
16
  "n_inner": null,
 
29
  "transformers_version": "4.57.1",
30
  "use_cache": true,
31
  "vocab_size": 50258
32
+ }