Update config.json
This commit is contained in:
parent
e090573e94
commit
207357692f
10
config.json
10
config.json
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"activation_dropout": 0.0,
|
"activation_dropout": 0.0,
|
||||||
"architectures": null,
|
"architectures": [
|
||||||
|
"BartModel",
|
||||||
|
"BartForMaskedLM",
|
||||||
|
"BartForSequenceClassification"
|
||||||
|
],
|
||||||
"attention_dropout": 0.0,
|
"attention_dropout": 0.0,
|
||||||
"bos_token_id": 0,
|
"bos_token_id": 0,
|
||||||
"classif_dropout": 0.0,
|
"classif_dropout": 0.0,
|
||||||
|
@ -33,11 +37,11 @@
|
||||||
"model_type": "bart",
|
"model_type": "bart",
|
||||||
"num_beams": 1,
|
"num_beams": 1,
|
||||||
"num_hidden_layers": 12,
|
"num_hidden_layers": 12,
|
||||||
"num_labels": 3,
|
"num_labels": 2,
|
||||||
"num_return_sequences": 1,
|
"num_return_sequences": 1,
|
||||||
"output_attentions": false,
|
"output_attentions": false,
|
||||||
"output_hidden_states": false,
|
"output_hidden_states": false,
|
||||||
"output_past": true,
|
"output_past": false,
|
||||||
"pad_token_id": 1,
|
"pad_token_id": 1,
|
||||||
"pruned_heads": {},
|
"pruned_heads": {},
|
||||||
"repetition_penalty": 1.0,
|
"repetition_penalty": 1.0,
|
||||||
|
|
Loading…
Reference in New Issue