paulmbw commited on
Commit
32b6dff
1 Parent(s): 7a1401b

reverting config changes

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -56,8 +56,8 @@
56
  "task_specific_params": {
57
  "summarization": {
58
  "early_stopping": true,
59
- "length_penalty": 10.0,
60
- "max_length": 1000,
61
  "min_length": 56,
62
  "no_repeat_ngram_size": 3,
63
  "num_beams": 4
@@ -65,6 +65,6 @@
65
  },
66
  "torch_dtype": "float32",
67
  "transformers_version": "4.25.1",
68
- "use_cache": false,
69
  "vocab_size": 50264
70
  }
 
56
  "task_specific_params": {
57
  "summarization": {
58
  "early_stopping": true,
59
+ "length_penalty": 2.0,
60
+ "max_length": 142,
61
  "min_length": 56,
62
  "no_repeat_ngram_size": 3,
63
  "num_beams": 4
 
65
  },
66
  "torch_dtype": "float32",
67
  "transformers_version": "4.25.1",
68
+ "use_cache": true,
69
  "vocab_size": 50264
70
  }