LukeMoore11 commited on
Commit
b33c0ed
·
1 Parent(s): 9e3dde3

Update config.json

Browse files

allowed model to run on slighlty longer sentences
changed model context

Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -26,13 +26,13 @@
26
  "relative_attention_num_buckets": 32,
27
  "task_specific_params": {
28
  "summarization": {
29
- "early_stopping": true,
30
  "length_penalty": 2.0,
31
- "max_length": 200,
32
  "min_length": 30,
33
  "no_repeat_ngram_size": 3,
34
  "num_beams": 4,
35
- "prefix": "summarize: "
36
  },
37
  "translation_en_to_de": {
38
  "early_stopping": true,
 
26
  "relative_attention_num_buckets": 32,
27
  "task_specific_params": {
28
  "summarization": {
29
+ "early_stopping": false,
30
  "length_penalty": 2.0,
31
+ "max_length": 300,
32
  "min_length": 30,
33
  "no_repeat_ngram_size": 3,
34
  "num_beams": 4,
35
+ "prefix": "summarize this legal document: "
36
  },
37
  "translation_en_to_de": {
38
  "early_stopping": true,