Gigagash commited on
Commit
7e0fc5e
1 Parent(s): 0234e76

Upload model

Browse files
Files changed (2) hide show
  1. config.json +4 -5
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2-xl",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -12,12 +12,11 @@
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
- "n_embd": 1600,
16
- "n_head": 25,
17
  "n_inner": null,
18
- "n_layer": 48,
19
  "n_positions": 1024,
20
- "output_past": true,
21
  "reorder_and_upcast_attn": false,
22
  "resid_pdrop": 0.1,
23
  "scale_attn_by_inverse_layer_idx": false,
 
1
  {
2
+ "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
  "n_inner": null,
18
+ "n_layer": 12,
19
  "n_positions": 1024,
 
20
  "reorder_and_upcast_attn": false,
21
  "resid_pdrop": 0.1,
22
  "scale_attn_by_inverse_layer_idx": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:586ce0c009d65d2910dfca9399e9324ea1606a6791d76a495531ccba5225e708
3
- size 6118698809
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e12e72ff296d98d1171b0c8062532efd59225cf70e1df83d8e8ceb91bd3903d
3
+ size 444078941