Marxav commited on
Commit
06ba50f
1 Parent(s): 158faf2

max_length: 50->128 (x2)

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -11,7 +11,7 @@
11
  "eos_token_id": 50256,
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
- "max_length": 50,
15
  "model_type": "gpt2",
16
  "n_ctx": 1024,
17
  "n_embd": 768,
@@ -31,7 +31,7 @@
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
- "max_length": 50
35
  }
36
  },
37
  "torch_dtype": "float32",
 
11
  "eos_token_id": 50256,
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
+ "max_length": 128,
15
  "model_type": "gpt2",
16
  "n_ctx": 1024,
17
  "n_embd": 768,
 
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
+ "max_length": 128
35
  }
36
  },
37
  "torch_dtype": "float32",