testmodel / custom-mymodel /config.json
Darius-H
First model version
d761eb1
raw
history blame contribute delete
250 Bytes
{
"architectures": [
"MyModel"
],
"auto_map": {
"AutoConfig": "test_model.MyModelConfig",
"AutoModel": "test_model.MyModel"
},
"input_dim": 10,
"layers_num": 3,
"torch_dtype": "float32",
"transformers_version": "4.24.0"
}