Navvye commited on
Commit
afbb3ec
·
verified ·
1 Parent(s): fd8650c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "plapt",
3
+ "architectures": ["PlaptModel"],
4
+ "protein_encoder": {
5
+ "model_name": "Rostlab/prot_bert",
6
+ "max_length": 3200
7
+ },
8
+ "molecule_encoder": {
9
+ "model_name": "seyonec/ChemBERTa-zinc-base-v1",
10
+ "max_length": 278
11
+ },
12
+ "prediction_module": {
13
+ "model_path": "models/affinity_predictor0734-seed2101.onnx"
14
+ },
15
+ "normalization_params": {
16
+ "mean": 6.51286529169358,
17
+ "scale": 1.5614094578916633
18
+ },
19
+ "output": {
20
+ "neg_log10_affinity_M": "Negative log10 of affinity in Molar",
21
+ "affinity_uM": "Affinity in microMolar"
22
+ },
23
+ "huggingface_hub": {
24
+ "repo_id": "your-username/plapt"
25
+ }
26
+ }