SN-13B-8k-Instruct / config.json
jayr014's picture
226d7f1e68f559f1b867f305b212c04e415c4d049686cbeb3f407788c5ef2d0c
6f9146d
raw history blame
No virus
1.02 kB
{
"_name_or_path": "/scratch1/jayr/gpt13b_itv3.5",
"activation_function": "gelu_new",
"architectures": [
"GPT2Model"
],
"attn_pdrop": 0.1,
"bos_token_id": 50256,
"embd_pdrop": 0.0,
"eos_token_id": 50256,
"gradient_checkpointing": false,
"initializer_range": 0.02,
"large_bs_inference": false,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 8192,
"n_embd": 5120,
"n_head": 40,
"n_inner": null,
"n_layer": 40,
"n_positions": 8192,
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"return_dict": false,
"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,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 50
}
},
"torch_dtype": "float32",
"transformers_version": "4.18.0",
"use_cache": false,
"vocab_size": 50260
}