Update config.json
This commit is contained in:
parent
6968574128
commit
3c69355124
|
@ -6,7 +6,6 @@
|
||||||
"BartForSequenceClassification"
|
"BartForSequenceClassification"
|
||||||
],
|
],
|
||||||
"attention_dropout": 0.0,
|
"attention_dropout": 0.0,
|
||||||
"bos_token_id": 0,
|
|
||||||
"classif_dropout": 0.0,
|
"classif_dropout": 0.0,
|
||||||
"d_model": 1024,
|
"d_model": 1024,
|
||||||
"decoder_attention_heads": 16,
|
"decoder_attention_heads": 16,
|
||||||
|
@ -19,7 +18,6 @@
|
||||||
"encoder_ffn_dim": 4096,
|
"encoder_ffn_dim": 4096,
|
||||||
"encoder_layerdrop": 0.0,
|
"encoder_layerdrop": 0.0,
|
||||||
"encoder_layers": 12,
|
"encoder_layers": 12,
|
||||||
"eos_token_ids": 0,
|
|
||||||
"finetuning_task": null,
|
"finetuning_task": null,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "LABEL_0",
|
"0": "LABEL_0",
|
||||||
|
@ -44,7 +42,6 @@
|
||||||
"output_attentions": false,
|
"output_attentions": false,
|
||||||
"output_hidden_states": false,
|
"output_hidden_states": false,
|
||||||
"output_past": false,
|
"output_past": false,
|
||||||
"pad_token_id": 1,
|
|
||||||
"pruned_heads": {},
|
"pruned_heads": {},
|
||||||
"repetition_penalty": 1.0,
|
"repetition_penalty": 1.0,
|
||||||
"temperature": 1.0,
|
"temperature": 1.0,
|
||||||
|
|
Loading…
Reference in New Issue