Amitontheweb commited on
Commit
3ea08af
·
verified ·
1 Parent(s): a17f44d

Update config.json

Browse files

Removed from paraphrase:

"num_beams": 5,

Turned sampling on.

"do_sample": true

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