OddEvenDumb / config.json
56m's picture
Upload config.json
4590a2c verified
Raw
History Blame Contribute Delete
437 Bytes
{
"architectures": [
"OddEvenDumbForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_oddevendumb.py--OddEvenDumbConfig",
"AutoModelForCausalLM": "modeling_oddevendumb.py--OddEvenDumbForCausalLM"
},
"bos_token_id": 0,
"dtype": "float64",
"embed_dim": 1,
"eos_token_id": 1,
"hidden_dim": 2,
"model_type": "oddevendumb",
"pad_token_id": null,
"transformers_version": "5.13.1",
"vocab_size": 4
}