Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ tags:
|
|
7 |
size_categories:
|
8 |
- 100K<n<1M
|
9 |
---
|
10 |
-
# 569k
|
11 |
|
12 |
Want to analyze some proteins, but lack embeddings? Want to perform vector similarity search? Want a context of known proteins embeddings? Look no further!
|
13 |
|
@@ -22,9 +21,9 @@ See the data viewer for all information. Most of the metadata on each protein an
|
|
22 |
- `accession`: the Uniprot Accession Number that identifies each protein uniquely
|
23 |
- `embedding`: 128 dimensional vectors computed from the [ProteinCLIP](https://github.com/wukevin/proteinclip) models (first from ESM 6 layer model last layer).
|
24 |
|
25 |
-
##
|
26 |
-
Projection of `embedding` into 2D for exploration: https://atlas.nomic.ai/data/donnybertucci/lackadaisical-goodfellow/map
|
27 |
|
|
|
28 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/6260e4e99c4c9dc0ed60e8ca/xyugJj612OtpsixQy2oio.qt"></video>
|
29 |
|
30 |
## Credit
|
|
|
7 |
size_categories:
|
8 |
- 100K<n<1M
|
9 |
---
|
|
|
10 |
|
11 |
Want to analyze some proteins, but lack embeddings? Want to perform vector similarity search? Want a context of known proteins embeddings? Look no further!
|
12 |
|
|
|
21 |
- `accession`: the Uniprot Accession Number that identifies each protein uniquely
|
22 |
- `embedding`: 128 dimensional vectors computed from the [ProteinCLIP](https://github.com/wukevin/proteinclip) models (first from ESM 6 layer model last layer).
|
23 |
|
24 |
+
## Example Usecase
|
|
|
25 |
|
26 |
+
Upload all the embeddings to Nomic Atlas to create https://atlas.nomic.ai/data/donnybertucci/lackadaisical-goodfellow/map
|
27 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/6260e4e99c4c9dc0ed60e8ca/xyugJj612OtpsixQy2oio.qt"></video>
|
28 |
|
29 |
## Credit
|