add model
This commit is contained in:
parent
5c1fda26d7
commit
c8b63c83f3
|
@ -14,6 +14,7 @@
|
|||
],
|
||||
"bos_token_id": 0,
|
||||
"classif_dropout": 0.0,
|
||||
"classifier_dropout": 0.0,
|
||||
"d_model": 512,
|
||||
"decoder_attention_heads": 8,
|
||||
"decoder_ffn_dim": 2048,
|
||||
|
@ -28,6 +29,8 @@
|
|||
"eos_token_id": 0,
|
||||
"extra_pos_embeddings": 65001,
|
||||
"force_bos_token_to_be_generated": false,
|
||||
"forced_eos_token_id": 0,
|
||||
"gradient_checkpointing": false,
|
||||
"id2label": {
|
||||
"0": "LABEL_0",
|
||||
"1": "LABEL_1",
|
||||
|
@ -50,5 +53,7 @@
|
|||
"pad_token_id": 65000,
|
||||
"scale_embedding": true,
|
||||
"static_position_embeddings": true,
|
||||
"transformers_version": "4.9.0.dev0",
|
||||
"use_cache": true,
|
||||
"vocab_size": 65001
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue