File size: 444 Bytes
940d605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "architectures": [
    "MXMModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_mxm.MXMConfig",
    "AutoModel": "modeling_mxm.MXMModel"
  },
  "cutoff": 5.0,
  "dim": 128,
  "envelope_exponent": 5,
  "model_type": "mxm",
  "n_layer": 6,
  "num_radial": 6,
  "num_spherical": 7,
  "processor_class": "SmilesProcessor",
  "smiles": [
    "C",
    "CC",
    "CCC"
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.29.2"
}