Update config.json

This commit is contained in:
system 2020-09-28 04:25:44 +00:00
parent 1ca1d53c55
commit 0b5aa125dc
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"activation_dropout": 0.0,
"activation_function": "gelu",
"add_bias_logits": false,
"add_final_layer_norm": false,
"add_final_layer_norm": true,
"architectures": [
"BlenderbotForConditionalGeneration"
],
@ -42,13 +42,13 @@
"model_type": "blenderbot",
"no_repeat_ngram_size": 3,
"normalize_before": true,
"normalize_embedding": true,
"normalize_embedding": false,
"num_beams": 10,
"num_hidden_layers": 2,
"pad_token_id": 0,
"scale_embedding": true,
"static_position_embeddings": false,
"unk_token_id": 3,
"variant": "prelayernorm",
"layernorm_variant": "prelayernorm",
"vocab_size": 8008
}