thrumbel commited on
Commit
30f59fb
1 Parent(s): 368ebbe

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -2,16 +2,24 @@
2
  library_name: SmallMoleculeMultiView
3
  license: apache-2.0
4
  tags:
 
 
5
  - chemistry
 
 
6
  - model_hub_mixin
 
 
7
  - molecules
8
- - multiview
9
- - pytorch
10
  - pytorch_model_hub_mixin
 
 
11
  ---
12
 
13
  # ibm/biomed.sm.mv-te-84m
14
- `biomed.sm.mv-te-84m` is a biomedical foundation model for small molecules created using **MMELON** (**M**ulti-view **M**olecular **E**mbedding with **L**ate Fusi**on**), a flexible approach to aggregate multiple views (sequence, image, graph) of molecules in a foundation model setting. While models based on single view representation typically performs well on some downstream tasks and not others, the multi-view model performs robustly across a wide range of property prediction tasks encompassing ligand-protein binding, molecular solubility, metabolism and toxicity. It has been applied to screen compounds against a large (> 100 targets) set of G Protein-Coupled receptors (GPCRs) to identify strong binders for 33 targets related to Alzheimer’s disease, which are validated through structure-based modeling and identification of key binding motifs [Multi-view biomedical foundation models for molecule-target and property prediction](https://arxiv.org/abs/2410.19704).
15
 
16
  - **Developers:** IBM Research
17
  - **GitHub Repository:** [https://github.com/BiomedSciAI/biomed-multi-view](https://github.com/BiomedSciAI/biomed-multi-view)
 
2
  library_name: SmallMoleculeMultiView
3
  license: apache-2.0
4
  tags:
5
+ - binding-affinity-prediction
6
+ - bio-medical
7
  - chemistry
8
+ - drug-discovery
9
+ - drug-target-interaction
10
  - model_hub_mixin
11
+ - molecular-property-prediction
12
+ - moleculenet
13
  - molecules
14
+ - multi-view
15
+ - multimodal
16
  - pytorch_model_hub_mixin
17
+ - small-molecules
18
+ - virtual-screening
19
  ---
20
 
21
  # ibm/biomed.sm.mv-te-84m
22
+ `biomed.sm.mv-te-84m` is a multimodal biomedical foundation model for small molecules created using **MMELON** (**M**ulti-view **M**olecular **E**mbedding with **L**ate Fusi**on**), a flexible approach to aggregate multiple views (sequence, image, graph) of molecules in a foundation model setting. While models based on single view representation typically performs well on some downstream tasks and not others, the multi-view model performs robustly across a wide range of property prediction tasks encompassing ligand-protein binding, molecular solubility, metabolism and toxicity. It has been applied to screen compounds against a large (> 100 targets) set of G Protein-Coupled receptors (GPCRs) to identify strong binders for 33 targets related to Alzheimer’s disease, which are validated through structure-based modeling and identification of key binding motifs [Multi-view biomedical foundation models for molecule-target and property prediction](https://arxiv.org/abs/2410.19704).
23
 
24
  - **Developers:** IBM Research
25
  - **GitHub Repository:** [https://github.com/BiomedSciAI/biomed-multi-view](https://github.com/BiomedSciAI/biomed-multi-view)