Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Swiss-Prot Embeddings
|
5 |
|
@@ -29,8 +35,4 @@ All credit for the data goes to https://www.uniprot.org/ and https://www.expasy.
|
|
29 |
|
30 |
Large pieces of code were copied from https://github.com/wukevin/proteinclip to embed both ESM and ProteinCLIP. Without their pretrained models and code, I could not have produced the embeddings.
|
31 |
|
32 |
-
And credit to Fair ESM for the pretrained ESM2 models https://github.com/facebookresearch/esm.
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
tags:
|
6 |
+
- embeddings
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
---
|
10 |
# Swiss-Prot Embeddings
|
11 |
|
|
|
35 |
|
36 |
Large pieces of code were copied from https://github.com/wukevin/proteinclip to embed both ESM and ProteinCLIP. Without their pretrained models and code, I could not have produced the embeddings.
|
37 |
|
38 |
+
And credit to Fair ESM for the pretrained ESM2 models https://github.com/facebookresearch/esm.
|
|
|
|
|
|
|
|