Update config.json
Browse files- config.json +7 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -28,7 +28,12 @@
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"conversational": {
|
31 |
-
"max_length": 1000
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
},
|
34 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "deepparag/Aeona",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"conversational": {
|
31 |
+
"max_length": 1000,
|
32 |
+
"do_sample": true,
|
33 |
+
"no_repeat_ngram_size": 4,
|
34 |
+
"temperature": 0.80,
|
35 |
+
"top_k": 100,
|
36 |
+
"top_p": 0.7
|
37 |
}
|
38 |
},
|
39 |
"torch_dtype": "float32",
|