Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
| 10 |
"dropout": 0.1,
|
| 11 |
"architectures": ["FukuiNetForMolecularProperty"],
|
| 12 |
"auto_map": {
|
| 13 |
-
"AutoConfig": "
|
| 14 |
-
"AutoModel": "
|
| 15 |
},
|
| 16 |
"transformers_version": "4.45.0"
|
| 17 |
}
|
|
|
|
| 10 |
"dropout": 0.1,
|
| 11 |
"architectures": ["FukuiNetForMolecularProperty"],
|
| 12 |
"auto_map": {
|
| 13 |
+
"AutoConfig": "hf_integration.FukuiNetConfig",
|
| 14 |
+
"AutoModel": "hf_integration.FukuiNetForMolecularProperty"
|
| 15 |
},
|
| 16 |
"transformers_version": "4.45.0"
|
| 17 |
}
|