--- license: mit task_categories: - feature-extraction tags: - embeddings size_categories: - 100K ### Example 2 Similarity search with cosine similarity https://github.com/xnought/DS569k-viewer (live site https://ocular.cc.gatech.edu/DS569k/) ## Credit All credit for the data goes to https://www.uniprot.org/ and https://www.expasy.org/resources/uniprotkb-swiss-prot and to the original authors of each protein. I directly took the data from them. 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. And credit to Fair ESM for the pretrained ESM2 models https://github.com/facebookresearch/esm.