randygpt-ds2 / config.json
rsafier's picture
Upload folder using huggingface_hub
f369425 verified
raw
history blame contribute delete
424 Bytes
{
"architectures": [
"RandyGPTForCausalLM"
],
"model_type": "randygpt",
"auto_map": {
"AutoConfig": "modeling_randygpt.RandyGPTConfig",
"AutoModelForCausalLM": "modeling_randygpt.RandyGPTForCausalLM"
},
"vocab_size": 2000,
"n_embd": 128,
"n_head": 4,
"n_layer": 12,
"block_size": 256,
"bos_token_id": 0,
"eos_token_id": 1,
"trained_iters": 14375,
"best_val_loss": 3.8241617679595947
}