File size: 608 Bytes
aa3b5e2 2ffc3a8 aa3b5e2 2ffc3a8 aa3b5e2 2ffc3a8 aa3b5e2 5cc352a aa3b5e2 2ffc3a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
{
"activation_function": "gelu_new",
"architectures": [
"GPTJForCausalLM"
],
"attn_pdrop": 0.0,
"bos_token_id": 1,
"embd_pdrop": 0.0,
"eos_token_id": 50256,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gptj",
"n_embd": 2560,
"n_head": 32,
"n_inner": null,
"n_layer": 32,
"n_positions": 2048,
"resid_pdrop": 0.0,
"rotary_dim": 64,
"scale_attn_weights": true,
"tie_word_embeddings": false,
"tokenizer_class": "CodeGenTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"use_cache": true,
"vocab_size": 51200
}
|