mcq_custom_base_model / config.json
ailieus's picture
Update config.json
a1a59d2 verified
raw
history blame contribute delete
348 Bytes
{
"_name_or_path": "./checkpoints/mcq_hf_model",
"architectures": [
"MCQHFModel"
],
"auto_map": {
"AutoConfig": "model.MyCustomConfig",
"AutoModelForCausalLM": "model.MCQHFModel"
},
"model_type": "mcq_hf_model",
"name_model": "apple/OpenELM-450M-Instruct",
"torch_dtype": "float32",
"transformers_version": "4.40.2"
}