GraphsGPT-1W-C / config.json
DaizeDong's picture
Upload 5 files
6d004bd verified
raw
history blame
No virus
807 Bytes
{
"adaptive_position_length": false,
"architectures": [
"GraphsGPTForConditionalGeneration"
],
"atom_vocab_size": 118,
"bond_vocab_size": 92,
"connection_loss_type": "contrastive",
"connection_loss_weight": 1.0,
"gradient_checkpointing": false,
"hidden_act": "silu",
"hidden_size": 512,
"initializer_method": "hidden",
"initializer_range": 0.02,
"intermediate_size": 2048,
"model_type": "graphs_gpt_conditioned",
"node_loss_weight": 1.0,
"num_attention_heads": 8,
"num_fingerprints": 1,
"num_hidden_layers": 8,
"num_properties": 3,
"pad_token_id": 0,
"position_feature_size": 128,
"rms_norm_eps": 1e-06,
"share_embeddings": false,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.41.1"
}