Update config.json
Browse files- config.json +12 -10
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
@@ -8,7 +9,8 @@
|
|
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,
|
@@ -29,17 +31,17 @@
|
|
29 |
"force_bos_token_to_be_generated": false,
|
30 |
"forced_eos_token_id": 1,
|
31 |
"gradient_checkpointing": false,
|
32 |
-
"id2label": {
|
33 |
-
|
34 |
-
|
35 |
-
},
|
36 |
"init_std": 0.02,
|
37 |
"is_encoder_decoder": true,
|
38 |
"kobart_version": 2.0,
|
39 |
-
"label2id": {
|
40 |
-
|
41 |
-
|
42 |
-
},
|
43 |
"max_position_embeddings": 1026,
|
44 |
"model_type": "bart",
|
45 |
"normalize_before": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gyulukeyi/nallm-bart",
|
3 |
+
// "_name_or_path": "gogamza/kobart-base-v2",
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
6 |
"add_bias_logits": false,
|
|
|
9 |
"BartForConditionalGeneration"
|
10 |
],
|
11 |
"attention_dropout": 0.0,
|
12 |
+
"author": "Gyu-min Lee (his.nigel at gmail dot com)",
|
13 |
+
// "author": "Heewon Jeon([email protected])",
|
14 |
"bos_token_id": 1,
|
15 |
"classif_dropout": 0.1,
|
16 |
"classifier_dropout": 0.1,
|
|
|
31 |
"force_bos_token_to_be_generated": false,
|
32 |
"forced_eos_token_id": 1,
|
33 |
"gradient_checkpointing": false,
|
34 |
+
// "id2label": {
|
35 |
+
// "0": "NEGATIVE",
|
36 |
+
// "1": "POSITIVE"
|
37 |
+
// },
|
38 |
"init_std": 0.02,
|
39 |
"is_encoder_decoder": true,
|
40 |
"kobart_version": 2.0,
|
41 |
+
// "label2id": {
|
42 |
+
// "NEGATIVE": 0,
|
43 |
+
// "POSITIVE": 1
|
44 |
+
//},
|
45 |
"max_position_embeddings": 1026,
|
46 |
"model_type": "bart",
|
47 |
"normalize_before": false,
|