gpssohi commited on
Commit
9463971
1 Parent(s): 84ee5f9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -42,10 +42,10 @@
42
  "LABEL_1": 1,
43
  "LABEL_2": 2
44
  },
45
- "length_penalty": 2.0,
46
  "max_length": 142,
47
  "max_position_embeddings": 1024,
48
- "min_length": 56,
49
  "model_type": "bart",
50
  "no_repeat_ngram_size": 3,
51
  "normalize_before": false,
@@ -63,9 +63,9 @@
63
  "task_specific_params": {
64
  "summarization": {
65
  "early_stopping": true,
66
- "length_penalty": 2.0,
67
  "max_length": 142,
68
- "min_length": 56,
69
  "no_repeat_ngram_size": 3,
70
  "num_beams": 4
71
  }
 
42
  "LABEL_1": 1,
43
  "LABEL_2": 2
44
  },
45
+ "length_penalty": 1.0,
46
  "max_length": 142,
47
  "max_position_embeddings": 1024,
48
+ "min_length": 8,
49
  "model_type": "bart",
50
  "no_repeat_ngram_size": 3,
51
  "normalize_before": false,
 
63
  "task_specific_params": {
64
  "summarization": {
65
  "early_stopping": true,
66
+ "length_penalty": 1.0,
67
  "max_length": 142,
68
+ "min_length": 8,
69
  "no_repeat_ngram_size": 3,
70
  "num_beams": 4
71
  }