tinazetongjia
commited on
Commit
•
350493e
1
Parent(s):
7e4f32b
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,29 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- biology
|
6 |
+
- esm
|
7 |
+
- protein
|
8 |
+
|
9 |
+
---
|
10 |
+
|
11 |
+
# Model Card for esmc-600m-2024-12
|
12 |
+
|
13 |
+
ESM Cambrian is a parallel model family to our flagship ESM3 generative models. While ESM3 focuses on controllable generation of proteins for therapeutic and many other applications, ESM C focuses on creating representations of the underlying biology of proteins. ESM C scales up data and training compute to deliver dramatic performance improvements over ESM2.
|
14 |
+
|
15 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/66ec90313b250e9eca17af5a/7wMGYSibjEuUJjq62gXAg.png" alt="image/png" width="50%">
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
|
19 |
+
Using `ESMC` requires [esm](https://github.com/evolutionaryscale/esm)
|
20 |
+
|
21 |
+
```
|
22 |
+
pip install esm
|
23 |
+
```
|
24 |
+
|
25 |
+
Please refer to the readme and notebooks in the [esm repository](https://github.com/evolutionaryscale/esm) for details on how to use the model.
|
26 |
+
|
27 |
+
## License
|
28 |
+
|
29 |
+
This repository is under a custom non-commercial [license](https://www.evolutionaryscale.ai/policies/cambrian-non-commercial-license-agreement).
|