Cerebras-GPT-111M / config.json
cynthia-cb
Add checkpoint and tokenizer files
fa41f1d
raw history blame
No virus
359 Bytes
{
"model_type": "gpt2",
"attn_pdrop": 0.0,
"scale_attn_weights": true,
"resid_pdrop": 0.0,
"n_inner": 3072,
"n_embd": 768,
"layer_norm_epsilon": 1e-05,
"n_positions": 2048,
"activation_function": "gelu",
"n_head": 12,
"n_layer": 10,
"tie_word_embeddings": true,
"vocab_size": 50257,
"embd_pdrop": 0.0
}