Commit
·
9462766
1
Parent(s):
36bb703
Upload model
Browse files- config.json +20 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"TransmxmModel"
|
4 |
+
],
|
5 |
+
"cutoff": 5.0,
|
6 |
+
"dim": 128,
|
7 |
+
"envelope_exponent": 5,
|
8 |
+
"model_type": "transmxm",
|
9 |
+
"n_layer": 6,
|
10 |
+
"num_radial": 6,
|
11 |
+
"num_spherical": 7,
|
12 |
+
"processor_class": "SmilesProcessor",
|
13 |
+
"smiles": [
|
14 |
+
"C",
|
15 |
+
"CC",
|
16 |
+
"CCC"
|
17 |
+
],
|
18 |
+
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.29.2"
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e4431254ee5535f6e85e82be5edcbe81af2895369cb6e508338d72e6bf01502
|
3 |
+
size 17462311
|