Update config.json
Browse files- config.json +0 -3
config.json
CHANGED
@@ -6,7 +6,6 @@
|
|
6 |
"BartForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
-
"bos_token_id": 0,
|
10 |
"classif_dropout": 0.0,
|
11 |
"d_model": 1024,
|
12 |
"decoder_attention_heads": 16,
|
@@ -19,7 +18,6 @@
|
|
19 |
"encoder_ffn_dim": 4096,
|
20 |
"encoder_layerdrop": 0.0,
|
21 |
"encoder_layers": 12,
|
22 |
-
"eos_token_ids": 0,
|
23 |
"finetuning_task": null,
|
24 |
"id2label": {
|
25 |
"0": "LABEL_0",
|
@@ -44,7 +42,6 @@
|
|
44 |
"output_attentions": false,
|
45 |
"output_hidden_states": false,
|
46 |
"output_past": false,
|
47 |
-
"pad_token_id": 1,
|
48 |
"pruned_heads": {},
|
49 |
"repetition_penalty": 1.0,
|
50 |
"temperature": 1.0,
|
|
|
6 |
"BartForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
|
|
9 |
"classif_dropout": 0.0,
|
10 |
"d_model": 1024,
|
11 |
"decoder_attention_heads": 16,
|
|
|
18 |
"encoder_ffn_dim": 4096,
|
19 |
"encoder_layerdrop": 0.0,
|
20 |
"encoder_layers": 12,
|
|
|
21 |
"finetuning_task": null,
|
22 |
"id2label": {
|
23 |
"0": "LABEL_0",
|
|
|
42 |
"output_attentions": false,
|
43 |
"output_hidden_states": false,
|
44 |
"output_past": false,
|
|
|
45 |
"pruned_heads": {},
|
46 |
"repetition_penalty": 1.0,
|
47 |
"temperature": 1.0,
|