Upload 3 files
Browse files- config.json +50 -0
 - degree.pt +3 -0
 - model.pt +3 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,50 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
                "tasks": {
         
     | 
| 3 | 
         
            +
                    "regression_task": true,
         
     | 
| 4 | 
         
            +
                    "classification_task": null,
         
     | 
| 5 | 
         
            +
                    "mclassification_task": null
         
     | 
| 6 | 
         
            +
                },
         
     | 
| 7 | 
         
            +
                "optimizer": {
         
     | 
| 8 | 
         
            +
                    "lrate": 0.0001,
         
     | 
| 9 | 
         
            +
                    "weight_decay": 0.0001,
         
     | 
| 10 | 
         
            +
                    "clip": 1,
         
     | 
| 11 | 
         
            +
                    "betas": [
         
     | 
| 12 | 
         
            +
                        0.9,
         
     | 
| 13 | 
         
            +
                        0.999
         
     | 
| 14 | 
         
            +
                    ],
         
     | 
| 15 | 
         
            +
                    "eps": 1e-08,
         
     | 
| 16 | 
         
            +
                    "schedule_lr": false,
         
     | 
| 17 | 
         
            +
                    "min_lrate": 0,
         
     | 
| 18 | 
         
            +
                    "warmup_iters": 0,
         
     | 
| 19 | 
         
            +
                    "lr_decay_iters": 0,
         
     | 
| 20 | 
         
            +
                    "amsgrad": false
         
     | 
| 21 | 
         
            +
                },
         
     | 
| 22 | 
         
            +
                "params": {
         
     | 
| 23 | 
         
            +
                    "mol_in_channels": 43,
         
     | 
| 24 | 
         
            +
                    "prot_in_channels": 33,
         
     | 
| 25 | 
         
            +
                    "prot_evo_channels": 1280,
         
     | 
| 26 | 
         
            +
                    "hidden_channels": 200,
         
     | 
| 27 | 
         
            +
                    "aggregators": [
         
     | 
| 28 | 
         
            +
                        "mean",
         
     | 
| 29 | 
         
            +
                        "min",
         
     | 
| 30 | 
         
            +
                        "max",
         
     | 
| 31 | 
         
            +
                        "std"
         
     | 
| 32 | 
         
            +
                    ],
         
     | 
| 33 | 
         
            +
                    "scalers": [
         
     | 
| 34 | 
         
            +
                        "identity",
         
     | 
| 35 | 
         
            +
                        "amplification",
         
     | 
| 36 | 
         
            +
                        "linear"
         
     | 
| 37 | 
         
            +
                    ],
         
     | 
| 38 | 
         
            +
                    "pre_layers": 2,
         
     | 
| 39 | 
         
            +
                    "post_layers": 1,
         
     | 
| 40 | 
         
            +
                    "total_layer": 3,
         
     | 
| 41 | 
         
            +
                    "K": [
         
     | 
| 42 | 
         
            +
                        5,
         
     | 
| 43 | 
         
            +
                        10,
         
     | 
| 44 | 
         
            +
                        20
         
     | 
| 45 | 
         
            +
                    ],
         
     | 
| 46 | 
         
            +
                    "dropout": 0,
         
     | 
| 47 | 
         
            +
                    "dropout_attn_score": 0.2,
         
     | 
| 48 | 
         
            +
                    "heads": 5
         
     | 
| 49 | 
         
            +
                }
         
     | 
| 50 | 
         
            +
            }
         
     | 
    	
        degree.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:decf55cc8c8e8600b0d492e84e79d4e5088e830a06c0736c4c69c38926f9c6de
         
     | 
| 3 | 
         
            +
            size 2403
         
     | 
    	
        model.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e94de53dcbfa8e6017417ed6ffc15491edde072c06c3169af847865b6ccd4c09
         
     | 
| 3 | 
         
            +
            size 23638838
         
     |