upload model
Browse files- README.md +3 -0
- config.json +28 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adaptive_position_length": false,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BondFormerForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"atom_vocab_size": 118,
|
| 7 |
+
"bond_vocab_size": 92,
|
| 8 |
+
"connection_loss_type": "contrastive",
|
| 9 |
+
"connection_loss_weight": 1.0,
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 512,
|
| 13 |
+
"initializer_method": "hidden",
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 2048,
|
| 16 |
+
"model_type": "bond_former",
|
| 17 |
+
"node_loss_weight": 1.0,
|
| 18 |
+
"num_attention_heads": 8,
|
| 19 |
+
"num_fingerprints": 1,
|
| 20 |
+
"num_hidden_layers": 8,
|
| 21 |
+
"pad_token_id": 0,
|
| 22 |
+
"position_feature_size": 128,
|
| 23 |
+
"rms_norm_eps": 1e-06,
|
| 24 |
+
"share_embeddings": false,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
+
"torch_dtype": "float32",
|
| 27 |
+
"transformers_version": "4.29.2"
|
| 28 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d24da16b23f57dba279b55467e951574457ebf5a87a85c1dcc0d418ab3e5ad3
|
| 3 |
+
size 204510558
|