voidful commited on
Commit
1f0d44b
·
1 Parent(s): e3d26f7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -49,8 +49,14 @@
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
  "text-generation": {
 
52
  "do_sample": true,
53
- "max_length": 200
 
 
 
 
 
54
  }
55
  },
56
  "tie_word_embeddings": false,
 
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
  "text-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
  },
62
  "tie_word_embeddings": false,