File size: 1,508 Bytes
0655b48
 
 
 
 
 
72a56de
 
0655b48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1f2e18d
0655b48
 
 
 
 
 
1f2e18d
0655b48
 
 
 
 
 
 
 
72a56de
1f2e18d
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
    "data_path": "None",
    "pfam_data_path": "None",
    "tb_logger_path": "None",
    "tb_logger_folder": "None",
    "version_name": "None",
    "model_checkpoint_path": "None",
    "output_dict_path": "None",
    "valid_size": 0.2,
    "epochs": 10,
    "acc_grad_batches": 1,
    "batch_size": 80,
    "num_workers": 12,
    "weight_decay": "5e-7",
    "patience": 1,
    "factor": 0.8,
    "temperature": 0.8,
    "seed": 42,
    "num_gpus": 1,
    "precision": "16",
    "dataset_type": "default",
    "model_type": "pfam",
    "fast_dev_run": 0,
    "sequence_keyword": "protein_sequence",
    "id_keyword": "primary_Accession",
    "dataset_source": "swissprot",
    "pfam_data_split_label": "0",
    "base_lr": 0.0016,
    "global_batch_size": 80,
    "lr": 0.0005,
    "seq_model_path": "/project/ranganathanr/niksapraljak/HF_repo/HF_BioM3_project/BioM3/weights/LLMs/esm2_t33_650M_UR50D.pt",
    "pretrained_seq": true,
    "trainable_seq": true,
    "rep_layer": 33,
    "protein_encoder_embedding": 1280,
    "protein_encoder_lr": 0.0005,
    "pLM_n_layers_to_finetune": 1,
    "text_model_path": "/project/ranganathanr/niksapraljak/HF_repo/HF_BioM3_project/BioM3/weights/LLMs/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext",
    "pretrained_text": true,
    "trainable_text": true,
    "text_encoder_embedding": 768,
    "text_encoder_lr": 0.0005,
    "text_max_length": 512,
    "bLM_n_layers_to_finetune": 1,
    "proj_embedding_dim": 512,
    "dropout": 0.1,
    "head_lr": 0.0005
}