Floncer commited on
Commit
126e0e0
·
verified ·
1 Parent(s): d0dbaf0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -4,6 +4,7 @@
4
  "n_layer": 2,
5
  "n_head": 4,
6
  "n_positions": 128,
 
7
  "model_type": "gpt2",
8
  "architectures": ["GPT2LMHeadModel"]
9
  }
 
4
  "n_layer": 2,
5
  "n_head": 4,
6
  "n_positions": 128,
7
+ "n_ctx": 128,
8
  "model_type": "gpt2",
9
  "architectures": ["GPT2LMHeadModel"]
10
  }