Update config.json
This commit is contained in:
parent
b994d5a9a3
commit
171802f055
|
@ -4,11 +4,9 @@
|
||||||
"DistilBertForQuestionAnswering"
|
"DistilBertForQuestionAnswering"
|
||||||
],
|
],
|
||||||
"attention_dropout": 0.1,
|
"attention_dropout": 0.1,
|
||||||
"bos_token_id": 0,
|
|
||||||
"dim": 768,
|
"dim": 768,
|
||||||
"do_sample": false,
|
"do_sample": false,
|
||||||
"dropout": 0.1,
|
"dropout": 0.1,
|
||||||
"eos_token_ids": 0,
|
|
||||||
"finetuning_task": null,
|
"finetuning_task": null,
|
||||||
"hidden_dim": 3072,
|
"hidden_dim": 3072,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
|
@ -46,4 +44,4 @@
|
||||||
"torchscript": false,
|
"torchscript": false,
|
||||||
"use_bfloat16": false,
|
"use_bfloat16": false,
|
||||||
"vocab_size": 28996
|
"vocab_size": 28996
|
||||||
}
|
}
|
Loading…
Reference in New Issue