Text Generation
Transformers
Safetensors
English
gpt2
causal-lm
chat
conversational
text-generation-inference
FuadeAI-50M / config.json
Fu01978's picture
Upload folder using huggingface_hub
ad3e013 verified
raw
history blame contribute delete
831 Bytes
{
"activation_function": "gelu_new",
"add_cross_attention": false,
"architectures": [
"GPT2LMHeadModel"
],
"attn_pdrop": 0.2,
"bos_token_id": 50258,
"dtype": "float32",
"embd_pdrop": 0.2,
"eos_token_id": 50256,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_embd": 512,
"n_head": 8,
"n_inner": 2048,
"n_layer": 8,
"n_positions": 1024,
"pad_token_id": 50257,
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.2,
"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_word_embeddings": true,
"transformers_version": "5.2.0",
"use_cache": false,
"vocab_size": 50263
}