EbanLee commited on
Commit
3e7a3ac
·
1 Parent(s): 5c9b647

config modify

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -51,11 +51,11 @@
51
  "tokenizer_class": "PreTrainedTokenizerFast",
52
  "task_specific_params": {
53
  "summarization": {
54
- "length_penalty": 0.8,
55
- "max_length": 30,
56
  "min_length": 3,
57
  "num_beams": 6,
58
- "repetition_penalty": 2.0
59
  }
60
  },
61
  "torch_dtype": "float32",
 
51
  "tokenizer_class": "PreTrainedTokenizerFast",
52
  "task_specific_params": {
53
  "summarization": {
54
+ "length_penalty": 1.0,
55
+ "max_length": 40,
56
  "min_length": 3,
57
  "num_beams": 6,
58
+ "repetition_penalty": 1.5
59
  }
60
  },
61
  "torch_dtype": "float32",