upload model
This commit is contained in:
parent
02a9253be8
commit
ef6460fcf1
10
config.json
10
config.json
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"_name_or_path": "./",
|
||||
"activation_dropout": 0.1,
|
||||
"activation_function": "relu",
|
||||
"add_bias_logits": false,
|
||||
|
@ -9,18 +10,23 @@
|
|||
"attention_dropout": 0.1,
|
||||
"bos_token_id": 0,
|
||||
"classif_dropout": 0.0,
|
||||
"classifier_dropout": 0.0,
|
||||
"d_model": 1024,
|
||||
"decoder_attention_heads": 16,
|
||||
"decoder_ffn_dim": 4096,
|
||||
"decoder_layerdrop": 0.0,
|
||||
"decoder_layers": 16,
|
||||
"decoder_start_token_id": 0,
|
||||
"do_blenderbot_90_layernorm": false,
|
||||
"dropout": 0.1,
|
||||
"encoder_attention_heads": 16,
|
||||
"encoder_ffn_dim": 4096,
|
||||
"encoder_layerdrop": 0.0,
|
||||
"encoder_layers": 16,
|
||||
"eos_token_id": 1,
|
||||
"extra_pos_embeddings": 1,
|
||||
"extra_pos_embeddings": 0,
|
||||
"force_bos_token_to_be_generated": false,
|
||||
"gradient_checkpointing": false,
|
||||
"id2label": {
|
||||
"0": "LABEL_0",
|
||||
"1": "LABEL_1",
|
||||
|
@ -44,5 +50,7 @@
|
|||
"pad_token_id": 0,
|
||||
"scale_embedding": true,
|
||||
"static_position_embeddings": true,
|
||||
"transformers_version": "4.2.0dev0",
|
||||
"use_cache": true,
|
||||
"vocab_size": 96103
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue