custom-transmxm / config.json
Huhujingjing's picture
Upload model
4cea89a
raw
history blame contribute delete
474 Bytes
{
"architectures": [
"TransmxmModel"
],
"auto_map": {
"AutoConfig": "configuration_transmxm.TransmxmConfig",
"AutoModel": "modeling_transmxm.TransmxmModel"
},
"cutoff": 5.0,
"dim": 128,
"envelope_exponent": 5,
"model_type": "transmxm",
"n_layer": 6,
"num_radial": 6,
"num_spherical": 7,
"processor_class": "SmilesProcessor",
"smiles": [
"C",
"CC",
"CCC"
],
"torch_dtype": "float32",
"transformers_version": "4.29.2"
}