Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: bsd-3-clause
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
---
|
4 |
+
|
5 |
+
# ProCALM
|
6 |
+
[ProCALM](https://github.com/jsunn-y/ProCALM/tree/main) (Protein Conditionally Adapted Language Model) is a suite of models where [ProGen2-base](https://github.com/enijkamp/progen2) is finetuned with conditional adapters for conditional generation of functional enzymes, based on EC number, taxonomy, or both.
|
7 |
+
|
8 |
+
ProCALM models share `tokenizer.json` but each model is organized into subfolders.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
More usage details can be found in [github](https://github.com/jsunn-y/ProCALM/tree/main) and in our paper.
|