dmccarthy commited on
Commit
d4ca781
·
verified ·
1 Parent(s): f946e01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,7 +5,9 @@ license: mit
5
 
6
  ## Model Details
7
 
8
- ESMCFold is a state-of-the-art protein structure prediction model that combines ESMC (6B parameter) language model representations with a diffusion-based structure prediction architecture inspired by AlphaFold3. The model predicts high-resolution, all-atom 3D protein structures directly from amino acid sequences, with optional multiple sequence alignment (MSA) input for enhanced accuracy on challenging targets. The model outputs comprehensive structural information including all-atom coordinates (backbone and side chains), confidence metrics (pLDDT, pAE, pTM, iPTM), and optional distogram predictions for detailed analysis of predicted structures. Unlike ESMFold, ESMCFold is able to predict structures for all biomolecules, including small molecules, DNA, RNA, and modified amino acids.
 
 
9
 
10
  ESMCFold-Fast is an Inference optimized single-sequence structure prediction model and is not MSA conditioned.
11
 
 
5
 
6
  ## Model Details
7
 
8
+ ESMCFold is a state-of-the-art protein structure prediction model that combines ESMC (6B parameter) language model representations with a diffusion-based structure prediction architecture inspired by AlphaFold3.
9
+
10
+ The model predicts high-resolution, all-atom 3D protein structures directly from amino acid sequences, with optional multiple sequence alignment (MSA) input for enhanced accuracy on challenging targets. The model outputs comprehensive structural information including all-atom coordinates (backbone and side chains), confidence metrics (pLDDT, pAE, pTM, iPTM), and optional distogram predictions for detailed analysis of predicted structures. Unlike ESMFold, ESMCFold is able to predict structures for all biomolecules, including small molecules, DNA, RNA, and modified amino acids.
11
 
12
  ESMCFold-Fast is an Inference optimized single-sequence structure prediction model and is not MSA conditioned.
13