Amitontheweb commited on
Commit
981ed00
·
verified ·
1 Parent(s): 968d7d4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -54,8 +54,9 @@
54
  },
55
  "paraphrase": {
56
  "early_stopping": true,
57
- "max_length": 500,
58
  "do_sample": true,
 
59
  "prefix": "paraphrase: "
60
  }
61
  },
 
54
  },
55
  "paraphrase": {
56
  "early_stopping": true,
57
+ "max_length": 1000,
58
  "do_sample": true,
59
+ "num_beams": 10,
60
  "prefix": "paraphrase: "
61
  }
62
  },