Bitsy commited on
Commit
0029de4
1 Parent(s): 19f8934

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -4,20 +4,20 @@
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
- "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
9
- "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
  "gradient_checkpointing": false,
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
- "model_type": "gpt2",
15
  "n_ctx": 1024,
16
  "n_embd": 1024,
17
  "n_head": 16,
18
  "n_inner": null,
19
  "n_layer": 24,
20
- "n_positions": 1024,
21
  "resid_pdrop": 0.1,
22
  "scale_attn_weights": true,
23
  "summary_activation": null,
@@ -30,8 +30,8 @@
30
  "max_length": 1000
31
  }
32
  },
33
- "torch_dtype": "float32",
34
- "transformers_version": "4.10.0",
35
  "use_cache": true,
36
- "vocab_size": 50257
37
  }
 
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
+ "attn_pdrop": 0.0,
8
  "bos_token_id": 50256,
9
+ "embd_pdrop": 0.0,
10
  "eos_token_id": 50256,
11
  "gradient_checkpointing": false,
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gptj",
15
  "n_ctx": 1024,
16
  "n_embd": 1024,
17
  "n_head": 16,
18
  "n_inner": null,
19
  "n_layer": 24,
20
+ "n_positions": 2048,
21
  "resid_pdrop": 0.1,
22
  "scale_attn_weights": true,
23
  "summary_activation": null,
 
30
  "max_length": 1000
31
  }
32
  },
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.10.0.dev0",
35
  "use_cache": true,
36
+ "vocab_size": 50400
37
  }