ArpanSarkar
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
-
|
4 |
-
-
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
-
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- esm
|
4 |
+
- protein language model
|
5 |
+
- protein sequence annotation
|
6 |
+
license: cc-by-4.0
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: token-classification
|
10 |
---
|
11 |
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
PSALM-1-clan is a 69M parameter model that takes as input ESM-2 residue-level protein sequence emebeddings (unpooled) and outputs a distribution over Pfam domain clans for each amino acid in the sequence. PSALM-1-family uses a BiLSTM followed by a stack of dense layers
|
15 |
+
|