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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -6
config.json CHANGED
@@ -49,13 +49,7 @@
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
  "text2text-generation": {
52
- "no_repeat_ngram_size": 3,
53
  "do_sample": true,
54
- "top_k": 100,
55
- "top_p": 0.95,
56
- "typical_p": 0.95,
57
- "temperature": 0.80,
58
- "pad_token_id": 0,
59
  "max_length": 256,
60
  }
61
  },
 
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
  "text2text-generation": {
 
52
  "do_sample": true,
 
 
 
 
 
53
  "max_length": 256,
54
  }
55
  },