Update config.json
Browse files- config.json +1 -23
config.json
CHANGED
@@ -3,8 +3,6 @@
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_final_layer_norm": true,
|
6 |
-
"normalize_before": true,
|
7 |
-
"architectures": null,
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 0,
|
10 |
"classif_dropout": 0.0,
|
@@ -13,51 +11,31 @@
|
|
13 |
"decoder_ffn_dim": 4096,
|
14 |
"decoder_layerdrop": 0.0,
|
15 |
"decoder_layers": 12,
|
16 |
-
"decoder_start_token_id": null,
|
17 |
-
"do_sample": false,
|
18 |
"dropout": 0.1,
|
19 |
-
"early_stopping": false,
|
20 |
"encoder_attention_heads": 16,
|
21 |
"encoder_ffn_dim": 4096,
|
22 |
"encoder_layerdrop": 0.0,
|
23 |
"encoder_layers": 12,
|
24 |
"eos_token_id": 2,
|
25 |
-
"finetuning_task": null,
|
26 |
"id2label": {
|
27 |
"0": "LABEL_0",
|
28 |
"1": "LABEL_1",
|
29 |
"2": "LABEL_2"
|
30 |
},
|
31 |
"init_std": 0.02,
|
32 |
-
"is_decoder": false,
|
33 |
"is_encoder_decoder": true,
|
34 |
"label2id": {
|
35 |
"LABEL_0": 0,
|
36 |
"LABEL_1": 1,
|
37 |
"LABEL_2": 2
|
38 |
},
|
39 |
-
"length_penalty": 1.0,
|
40 |
-
"max_length": 20,
|
41 |
"max_position_embeddings": 1024,
|
42 |
-
"min_length": 0,
|
43 |
"model_type": "bart",
|
44 |
-
"
|
45 |
"num_beams": 5,
|
46 |
"num_hidden_layers": 12,
|
47 |
-
"num_return_sequences": 1,
|
48 |
-
"output_attentions": false,
|
49 |
-
"output_hidden_states": false,
|
50 |
"output_past": true,
|
51 |
"pad_token_id": 1,
|
52 |
-
"prefix": null,
|
53 |
-
"pruned_heads": {},
|
54 |
-
"repetition_penalty": 1.0,
|
55 |
"scale_embedding": true,
|
56 |
-
"task_specific_params": null,
|
57 |
-
"temperature": 1.0,
|
58 |
-
"top_k": 50,
|
59 |
-
"top_p": 1.0,
|
60 |
-
"torchscript": false,
|
61 |
-
"use_bfloat16": false,
|
62 |
"vocab_size": 250027
|
63 |
}
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_final_layer_norm": true,
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 0,
|
8 |
"classif_dropout": 0.0,
|
|
|
11 |
"decoder_ffn_dim": 4096,
|
12 |
"decoder_layerdrop": 0.0,
|
13 |
"decoder_layers": 12,
|
|
|
|
|
14 |
"dropout": 0.1,
|
|
|
15 |
"encoder_attention_heads": 16,
|
16 |
"encoder_ffn_dim": 4096,
|
17 |
"encoder_layerdrop": 0.0,
|
18 |
"encoder_layers": 12,
|
19 |
"eos_token_id": 2,
|
|
|
20 |
"id2label": {
|
21 |
"0": "LABEL_0",
|
22 |
"1": "LABEL_1",
|
23 |
"2": "LABEL_2"
|
24 |
},
|
25 |
"init_std": 0.02,
|
|
|
26 |
"is_encoder_decoder": true,
|
27 |
"label2id": {
|
28 |
"LABEL_0": 0,
|
29 |
"LABEL_1": 1,
|
30 |
"LABEL_2": 2
|
31 |
},
|
|
|
|
|
32 |
"max_position_embeddings": 1024,
|
|
|
33 |
"model_type": "bart",
|
34 |
+
"normalize_before": true,
|
35 |
"num_beams": 5,
|
36 |
"num_hidden_layers": 12,
|
|
|
|
|
|
|
37 |
"output_past": true,
|
38 |
"pad_token_id": 1,
|
|
|
|
|
|
|
39 |
"scale_embedding": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
"vocab_size": 250027
|
41 |
}
|