|
{ |
|
"_name_or_path": "init_model", |
|
"activation_function": "gelu_new", |
|
"architectures": [ |
|
"GPTJForCausalLM" |
|
], |
|
"attn_pdrop": 0.1, |
|
"bos_token_id": 50256, |
|
"embd_pdrop": 0.1, |
|
"eos_token_id": 50256, |
|
"initializer_range": 0.02, |
|
"layer_norm_epsilon": 1e-05, |
|
"model_type": "gptj", |
|
"n_embd": 64, |
|
"n_head": 8, |
|
"n_inner": null, |
|
"n_layer": 4, |
|
"n_positions": 128, |
|
"resid_pdrop": 0.1, |
|
"rotary_dim": 64, |
|
"scale_attn_weights": true, |
|
"tie_word_embeddings": false, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.25.1", |
|
"use_cache": true, |
|
"vocab_size": 50400 |
|
} |
|
|