Upload 5 files
Browse files- config.json +29 -30
- model.safetensors +2 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +6 -6
config.json
CHANGED
@@ -1,30 +1,29 @@
|
|
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 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
|
30 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"adaptive_position_length": false,
|
3 |
+
"architectures": [
|
4 |
+
"GraphsGPTForConditionalGeneration"
|
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": "graphs_gpt_conditioned",
|
17 |
+
"node_loss_weight": 1.0,
|
18 |
+
"num_attention_heads": 8,
|
19 |
+
"num_fingerprints": 1,
|
20 |
+
"num_hidden_layers": 8,
|
21 |
+
"num_properties": 3,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"position_feature_size": 128,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"share_embeddings": false,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.41.1"
|
29 |
+
}
|
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea5937910e7d2d17b3f3e2ddc8385169db810b92960fd83815cac6cfcb908f0a
|
3 |
+
size 204494280
|
special_tokens_map.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{}
|
|
|
1 |
+
{}
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
{
|
2 |
-
"added_tokens_decoder": {},
|
3 |
-
"clean_up_tokenization_spaces": true,
|
4 |
-
"model_max_length": 1000000000000000019884624838656,
|
5 |
-
"tokenizer_class": "GraphsGPTTokenizer"
|
6 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {},
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"model_max_length": 1000000000000000019884624838656,
|
5 |
+
"tokenizer_class": "GraphsGPTTokenizer"
|
6 |
+
}
|