fix(max-length): increased max-length in config
Browse files- config.json +6 -0
config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
"_name_or_path": "Dmitriy007/rugpt2_gen_news",
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
1 |
{
|
2 |
"_name_or_path": "Dmitriy007/rugpt2_gen_news",
|
3 |
+
"task_specific_params": {
|
4 |
+
"text-generation": {
|
5 |
+
"do_sample": true,
|
6 |
+
"max_length": 256
|
7 |
+
}
|
8 |
+
},
|
9 |
"activation_function": "gelu_new",
|
10 |
"architectures": [
|
11 |
"GPT2LMHeadModel"
|