deepparag commited on
Commit
8adab20
·
1 Parent(s): ed1698d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -1
config.json CHANGED
@@ -50,5 +50,15 @@
50
  "transformers_version": "4.12.5",
51
  "use_cache": true,
52
  "vocab_size": 50257,
53
- "window_size": 256
 
 
 
 
 
 
 
 
 
 
54
  }
 
50
  "transformers_version": "4.12.5",
51
  "use_cache": true,
52
  "vocab_size": 50257,
53
+ "window_size": 256,
54
+ "task_specific_params": {
55
+ "conversational": {
56
+ "do_sample": true,
57
+ "max_length": 1000,
58
+ "no_repeat_ngram_size": 4,
59
+ "temperature": 0.7,
60
+ "top_k": 100,
61
+ "top_p": 0.7
62
+ }
63
+ }
64
  }