CoolFace
11 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01agemagician /uniref50text1M<n<10M6 likes1.5k downloads3y agoHugging Face02westlake-repl /AF2_UniRef50AF2_UniRef50 is organized in LMDB format. If you want to load it, you have to first download it and then open the file using the lmdb package. Here is an example of how you can get samples: import lmdb lmdb_dir = "/your/path/to/AF2_UniRef50/train" with lmdb.open(lmdb_dir, readonly=True).begin() as txn: length = int(txn.get('length'.encode()).decode()) for i in range(length): data_str = txn.get(str(i).encode()).decode() data = json.loads(data_str) print(data)… See the full description on the dataset page: https://huggingface.co/datasets/westlake-repl/AF2_UniRef50.text10M<n<100M3 likes166 downloads2y agoHugging Face03agemagician /uniref90text1M<n<10M3 likes49 downloads4y agoHugging Face04agemagician /uniref30tabular10M<n<100M4 likes28 downloads4y agoHugging Face05jiahuizhang /peptide_neg_uniref_50text1M<n<10M0 likes9 downloads6mo agoHugging Face06attractiveboy /AF2_UniRef50AF2_UniRef50 is organized in LMDB format. If you want to load it, you have to first download it and then open the file using the lmdb package. Here is an example of how you can get samples: import lmdb lmdb_dir = "/your/path/to/AF2_UniRef50/train" with lmdb.open(lmdb_dir, readonly=True).begin() as txn: length = int(txn.get('length'.encode()).decode()) for i in range(length): data_str = txn.get(str(i).encode()).decode() data = json.loads(data_str) print(data)… See the full description on the dataset page: https://huggingface.co/datasets/attractiveboy/AF2_UniRef50.text10M<n<100M0 likes6 downloads4mo agoHugging Face07MichelNivard /UniRef90-GPCR-ProteinsAll UniRef90 sequences of G-protein coupled receptors (GPCR) class proteins across all species. G-protein coupled receptors are evolutionarily related proteins and cell surface receptors that detect molecules outside the cell in Eukariotes. Contains both confirmed and putative proteins. tabular10K<n<100K0 likes4 downloads2y agoHugging Face08shansoround /uniref-croppedtext1M<n<10M0 likes4 downloads1mo agoHugging Face09dzjxzyd /UniRef100_len_0_100tabular10M<n<100M0 likes2 downloads2y agoHugging Face10dzjxzyd /UniRef50_len_0_100tabular10M<n<100M0 likes1 downloads2y agoHugging Face11dzjxzyd /UniRef90_len_0_100tabular10M<n<100M0 likes1 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.