Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
"GPT2LMHeadModel"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
-
"author": "
|
10 |
"bos_token_id": 0,
|
11 |
"created_date": "2021-04-28",
|
12 |
"embd_pdrop": 0.1,
|
@@ -41,7 +41,7 @@
|
|
41 |
"task_specific_params": {
|
42 |
"text-generation": {
|
43 |
"do_sample": true,
|
44 |
-
"max_length":
|
45 |
}
|
46 |
},
|
47 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "A2/kogpt2-taf",
|
3 |
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
"GPT2LMHeadModel"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
+
"author": "Won-Jae Lee(wjlee-ling@gmail.com)",
|
10 |
"bos_token_id": 0,
|
11 |
"created_date": "2021-04-28",
|
12 |
"embd_pdrop": 0.1,
|
|
|
41 |
"task_specific_params": {
|
42 |
"text-generation": {
|
43 |
"do_sample": true,
|
44 |
+
"max_length": 128
|
45 |
}
|
46 |
},
|
47 |
"torch_dtype": "float32",
|