voidful commited on
Commit
d750a16
·
1 Parent(s): b39da3d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -48,9 +48,10 @@
48
  "pad_token_id": 0,
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
- "text2text-generation": {
52
  "do_sample": true,
53
  "max_length": 256,
 
54
  }
55
  },
56
  "tie_word_embeddings": false,
 
48
  "pad_token_id": 0,
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
+ "summarization": {
52
  "do_sample": true,
53
  "max_length": 256,
54
+ "prefix": ""
55
  }
56
  },
57
  "tie_word_embeddings": false,