sec-edgar-gpt-124m-hf / config.json
lzwjava's picture
Upload folder using huggingface_hub
f3ea2e8 verified
Raw
History Blame Contribute Delete
528 Bytes
{
"architectures": [
"GPT2LMHeadModel"
],
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12,
"n_inner": 3072,
"activation_function": "gelu_new",
"resid_pdrop": 0.0,
"embd_pdrop": 0.0,
"attn_pdrop": 0.0,
"layer_norm_epsilon": 1e-05,
"initializer_range": 0.02,
"bos_token_id": 50256,
"eos_token_id": 50256,
"pad_token_id": null,
"tie_word_embeddings": true,
"scale_attn_weights": true,
"use_cache": true,
"dtype": "float32"
}