add model
This commit is contained in:
parent
d62bcebc34
commit
13336add3f
|
@ -15,6 +15,7 @@
|
|||
],
|
||||
"bos_token_id": 0,
|
||||
"classif_dropout": 0.0,
|
||||
"classifier_dropout": 0.0,
|
||||
"d_model": 512,
|
||||
"decoder_attention_heads": 8,
|
||||
"decoder_ffn_dim": 2048,
|
||||
|
@ -27,6 +28,8 @@
|
|||
"encoder_layerdrop": 0.0,
|
||||
"encoder_layers": 6,
|
||||
"eos_token_id": 0,
|
||||
"forced_eos_token_id": 0,
|
||||
"gradient_checkpointing": false,
|
||||
"id2label": {
|
||||
"0": "LABEL_0",
|
||||
"1": "LABEL_1",
|
||||
|
@ -49,5 +52,7 @@
|
|||
"pad_token_id": 59513,
|
||||
"scale_embedding": true,
|
||||
"static_position_embeddings": true,
|
||||
"transformers_version": "4.9.0.dev0",
|
||||
"use_cache": true,
|
||||
"vocab_size": 59514
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue