Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -8,7 +8,10 @@
|
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
-
"author":
|
|
|
|
|
|
|
|
|
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"classif_dropout": 0.1,
|
| 14 |
"classifier_dropout": 0.1,
|
|
|
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
+
"author": [
|
| 12 |
+
"Subin Park(enlightkorean@gmail.com)",
|
| 13 |
+
"Changgeog Kang()"
|
| 14 |
+
]
|
| 15 |
"bos_token_id": 1,
|
| 16 |
"classif_dropout": 0.1,
|
| 17 |
"classifier_dropout": 0.1,
|