system HF Staff commited on
Commit
00916bc
·
1 Parent(s): 36b85cb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -3
config.json CHANGED
@@ -46,14 +46,20 @@
46
  "prefix": " ",
47
  "scale_embedding": false,
48
  "static_position_embeddings": false,
 
 
49
  "task_specific_params": {
50
- "summarization": {
51
- "early_stopping": true,
52
  "length_penalty": 2.0,
53
  "max_length": 142,
54
  "min_length": 56,
55
- "no_repeat_ngram_size": 3,
56
  "num_beams": 4
 
 
 
 
 
 
57
  }
58
  },
59
  "vocab_size": 50265
 
46
  "prefix": " ",
47
  "scale_embedding": false,
48
  "static_position_embeddings": false,
49
+ "no_repeat_ngram_size": 3,
50
+ "early_stopping": true,
51
  "task_specific_params": {
52
+ "summarization_cnn": {
 
53
  "length_penalty": 2.0,
54
  "max_length": 142,
55
  "min_length": 56,
 
56
  "num_beams": 4
57
+ },
58
+ "summarization_xsum": {
59
+ "length_penalty": 0.6,
60
+ "max_length": 62,
61
+ "num_beams": 6,
62
+ "min_length": 11
63
  }
64
  },
65
  "vocab_size": 50265