Tony068 commited on
Commit
f6850f3
1 Parent(s): 19c1c92

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -10,11 +10,11 @@
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
- "n_ctx": 1024,
14
- "n_embd": 768,
15
- "n_head": 12,
16
- "n_layer": 12,
17
- "n_positions": 1024,
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
20
  "summary_first_dropout": 0.1,
@@ -27,5 +27,5 @@
27
  "max_length": 50
28
  }
29
  },
30
- "vocab_size": 50257
31
  }
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_ctx": 2500,
14
+ "n_embd": 2500,
15
+ "n_head": 2,
16
+ "n_layer": 24,
17
+ "n_positions": 2048,
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
20
  "summary_first_dropout": 0.1,
 
27
  "max_length": 50
28
  }
29
  },
30
+ "vocab_size": 50000
31
  }