Merge branch 'main' of https://huggingface.co/deepparag/DumBot into main
Browse files- config.json +6 -1
config.json
CHANGED
@@ -29,7 +29,12 @@
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"conversational": {
|
32 |
-
"max_length": 1000
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "float32",
|
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"conversational": {
|
32 |
+
"max_length": 1000,
|
33 |
+
"no_repeat_ngram_size":4,
|
34 |
+
"do_sample":true,
|
35 |
+
"top_k":100,
|
36 |
+
"top_p":0.7,
|
37 |
+
"temperature":0.8
|
38 |
}
|
39 |
},
|
40 |
"torch_dtype": "float32",
|