DongkiKim's picture
Upload folder using huggingface_hub
0a89931 verified
{
"architectures": [
"MolLLaMA"
],
"model_type": "mol_llama",
"blending_module_config": {
"num_heads": 8,
"num_layers": 4
},
"graph_encoder_config": {
"encoder_types": [
"unimol",
"moleculestm"
],
"moleculestm_config": {
"filename": "demo/demo_checkpoints_Graph/molecule_model.pth",
"model_type": "mol_llama_molecule_stm"
},
"unimol_config": {
"dictionary_filename": "mol.dict.txt",
"repo_id": "dptech/Uni-Mol-Models",
"weights_filename": "mol_pre_no_h_220816.pt"
}
},
"llm_config": {
"llm_model": "meta-llama/Llama-3.1-8B-Instruct",
"lora_config": {
"lora_alpha": 32,
"lora_dropout": 0.1,
"r": 8
}
},
"qformer_config": {
"bert_name": "allenai/scibert_scivocab_uncased",
"cross_attention_freq": 2,
"embed_dim": 256,
"num_query_tokens": 8
}
}