upload model
Browse files- config.json +28 -0
- pytorch_model.bin +3 -0
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": 8,
|
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:51c3fa662a89ec50c1416869353fcf9f230ff240ad2e24f7fcd84f1b9cc89d0c
|
3 |
+
size 204539230
|