CoolFace
30 shown

datasets

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

Clear all
01zgcarvalho /uniref50-test Dataset Card for UniRef50 Dataset Summary [More Information Needed] Supported Tasks and Leaderboards [More Information Needed] Languages [More Information Needed] Dataset Structure Data Instances [More Information Needed] Data Fields [More Information Needed] Data Splits [More Information Needed] Dataset Creation Curation Rationale [More Information Needed] Source Data… See the full description on the dataset page: https://huggingface.co/datasets/zgcarvalho/uniref50-test.text10M<n<100M0 likes2.2k downloads3y agoHugging Face02agemagician /uniref50text1M<n<10M6 likes1.5k downloads3y agoHugging Face03fredzzp /uniref-50-foldseek-v1text10M<n<100M1 likes736 downloads10mo agoHugging Face04Synthyra /uniref50text10M<n<100M1 likes664 downloads1y agoHugging Face05bloyal /uniref50 Dataset Card for UniRef50 UniRef50 data downloaded from https://www.uniprot.org/help/downloads on January 24, 2024. text10M<n<100M1 likes468 downloads3y agoHugging Face06Mennan /Uniref50_fulltext10M<n<100M0 likes455 downloads2y agoHugging Face07airkingbd /uniref50text10M<n<100M0 likes451 downloads1y agoHugging Face08lamm-mit /UniRef50_512_alltext10M<n<100M0 likes274 downloads2y agoHugging Face09alejoacelas /uniref50-2025-10-v4text10M<n<100M0 likes263 downloads10mo agoHugging Face10ConvergeBio /uniref50 UniRef50 Complete UniRef50 dataset from UniProt, converted from XML to sharded Parquet. UniRef50 clusters sequences at 50% identity, providing the most aggressively deduplicated UniRef tier — ideal for training protein language models and building diverse, non-redundant sequence sets. Part of the ConvergeBio Protein Database Collection — see also UniRef90, UniRef100, and UniClust30. Dataset Summary Clusters 60,315,044 Shards 130 Compressed size ~17 GB… See the full description on the dataset page: https://huggingface.co/datasets/ConvergeBio/uniref50.tabularfeature-extraction10M<n<100M1 likes263 downloads6mo agoHugging Face11fredzzp /uniref50-sorted-structure-tokentabular10M<n<100M1 likes201 downloads10mo agoHugging Face12little1d /uniref50text10M<n<100M1 likes192 downloads11mo agoHugging Face13zpn /uniref50text10M<n<100M1 likes185 downloads4y agoHugging Face14westlake-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 Face15heispv /nanoplm-uniref50-3M-subset NanoPLM UniRef50 3M Subset A 3,000,000-sequence subset of UniRef50 protein sequences, pre-split into train/validation sets. Sequences are filtered to a length of 20 to 512 amino acids (inclusive). Intended for pretraining and experimenting with small protein language models (PLMs). Splits Split File Sequences train train.fasta 2,950,200 validation validation.fasta 49,800 total 3,000,000 Format The dataset is provided as Parquet… See the full description on the dataset page: https://huggingface.co/datasets/heispv/nanoplm-uniref50-3M-subset.tabular1M<n<10M0 likes132 downloads4mo agoHugging Face16khairi /uniref50-replay-mix-v1 uniref50-replay-mix-v1 Stage-1 continued-pretraining corpus for eshmun-vocab: protein sequences (UniRef50) mixed with a general/biomedical/math/code text replay slice, so a vocab-extended LLM (e.g. khairi/qwen3-0.6b-protein-vocab-v0) learns protein-sequence statistics without catastrophically forgetting its pretrained language ability. Design rationale and target ratios: see docs/pretrain-dataset-mix.md in the eshmun-vocab repo. Objective: plain next-token prediction. Every row… See the full description on the dataset page: https://huggingface.co/datasets/khairi/uniref50-replay-mix-v1.text10M<n<100M0 likes124 downloads3mo agoHugging Face17hazemessam /uniref50 This dataset was downloaded from UniProt and uploaded on Huggingface on 14/Dec/2024 Number of examples: 68,360,540 Number of tokens/amino acids: 19,582,371,375 text10M<n<100M0 likes100 downloads2y agoHugging Face18fredzzp /Uniref50 Uniref50: Uniref Sequences clustered at 50% sequence identity ~40M Protein Sequences. Split into train val and test. Usage from datasets import load_dataset # Step 1: Load the dataset from HuggingFace Hub dataset = load_dataset("zhangzhi/Uniref50") # Step 2: Access a specific split (e.g., "train", "validation", "test") train_split = dataset["train"] print(f"Number of sequences in the train split: {len(train_split)}") text10M<n<100M0 likes87 downloads2y agoHugging Face19Mennan /Uniref50_Tokenized_maxlen1024text10M<n<100M0 likes70 downloads2y agoHugging Face20khairi /uniref50text1M<n<10M0 likes69 downloads2y agoHugging Face21DeepFoldProtein /uniref50_processed UniRef50 (Processed, ESM-valid as Validation) Dataset Summary This dataset is a preprocessed UniRef50 snapshot tailored for unsupervised protein representation learning. It: Normalizes sequences (uppercase, * removed), filters by length and ambiguity, and deduplicates by MD5. Splits by UniRef50 cluster ID to prevent leakage. Uses the official ESM validation headers as the entire valid split (no sampling). Provides JSONL.zst shards for efficient streaming with 🤗… See the full description on the dataset page: https://huggingface.co/datasets/DeepFoldProtein/uniref50_processed.text10M<n<100M1 likes69 downloads11mo agoHugging Face22alejoacelas /uniref50-2025-10 UniRef50 Dataset for Protein Language Model Training This dataset is derived from UniRef50 (Release 2025 October) and prepared for protein language model pre-training. Dataset Statistics Original UniRef50 sequences: 58,875,981 Synthetic constructs removed: 439 Validation set size: 294,377 (0.5%) Initial train set size: 58,581,165 Sequences removed by similarity filter (≥50% identity): 457,727 Final train set size: 58,123,438 Total sequences in dataset: 58,417,815… See the full description on the dataset page: https://huggingface.co/datasets/alejoacelas/uniref50-2025-10.text10M<n<100M0 likes64 downloads11mo agoHugging Face23fredzzp /uniref50-sorted-foldseektabular10M<n<100M1 likes60 downloads10mo agoHugging Face24agemagician /uniref50_09012025text10M<n<100M1 likes59 downloads2y agoHugging Face25fredzzp /uniref50-sorted-foldseek-cleantabular10M<n<100M0 likes55 downloads10mo agoHugging Face26Mennan /Uniref50_Tokenized_maxlen20480 likes49 downloads2y agoHugging Face27taylor-joren /uniref50text100K<n<1M0 likes49 downloads1y agoHugging Face28willdaspit /uniref50Subset of uniref50 (that is in the AFDB) with plDDT labels. tabular10M<n<100M1 likes42 downloads1y agoHugging Face29khairi /uniref50-3text1M<n<10M0 likes41 downloads2y agoHugging Face30mgyigit /uniref50-280120260 likes41 downloads7mo agoHugging Face

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