pszemraj commited on
Commit
3dc5053
1 Parent(s): cb0ebbd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "pszemraj/long-t5-tglobal-base-scientific_lay_summarisation-elife-norm-r1",
3
  "architectures": [
4
  "LongT5ForConditionalGeneration"
5
  ],
@@ -18,6 +17,8 @@
18
  "is_gated_act": true,
19
  "layer_norm_epsilon": 1e-06,
20
  "local_radius": 127,
 
 
21
  "model_type": "longt5",
22
  "n_positions": 4096,
23
  "num_decoder_layers": 12,
 
1
  {
 
2
  "architectures": [
3
  "LongT5ForConditionalGeneration"
4
  ],
 
17
  "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
  "local_radius": 127,
20
+ "max_length": 1024,
21
+ "min_length": 8,
22
  "model_type": "longt5",
23
  "n_positions": 4096,
24
  "num_decoder_layers": 12,