ceshine commited on
Commit
3ff466f
1 Parent(s): efeb863

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -19,6 +19,10 @@
19
  "pad_token_id": 0,
20
  "relative_attention_num_buckets": 32,
21
  "task_specific_params": {
 
 
 
 
22
  "summarization": {
23
  "early_stopping": true,
24
  "length_penalty": 2.0,
 
19
  "pad_token_id": 0,
20
  "relative_attention_num_buckets": 32,
21
  "task_specific_params": {
22
+ "text-generation": {
23
+ "do_sample": true,
24
+ "max_length": 50
25
+ },
26
  "summarization": {
27
  "early_stopping": true,
28
  "length_penalty": 2.0,