gpt2_256h_6l_add_head3 / config.json
Lakoc's picture
Upload config
c11a7ed
raw
history blame contribute delete
848 Bytes
{
"activation_function": "gelu_new",
"attn_pdrop": 0.1,
"average_logits": false,
"bos_token_id": 0,
"embd_pdrop": 0.1,
"eos_token_id": 1,
"head_locations": [
3
],
"head_weights": [
0.7,
0.3
],
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2-multi-head",
"n_embd": 256,
"n_head": 4,
"n_inner": 2048,
"n_layer": 6,
"n_positions": 1024,
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"scale_attn_by_inverse_layer_idx": false,
"scale_attn_weights": true,
"summary_activation": null,
"summary_first_dropout": 0.1,
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"tie_additional_weights": false,
"tie_word_embeddings": false,
"transformers_version": "4.31.0.dev0",
"use_cache": true,
"vocab_size": 500
}