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
01Lichess /standard-chess-games [!CAUTION] This dataset is still a work in progress and some breaking changes might occur. Lichess Rated Standard Chess Games Dataset Dataset Description 6,771,826,271 standard rated games, played on lichess.org, updated monthly from the database dumps. This version of the data is meant for data analysis. If you need PGN files you can find those here. That said, once you have a subset of interest, it is trivial to convert it back to PGN as shown in the Dataset Usage… See the full description on the dataset page: https://huggingface.co/datasets/Lichess/standard-chess-games.tabular1B<n<10B74 likes617k downloads11mo agoHugging Face0286Cao /MegaPairs-Standard MegaPairs-Standard (Standardized Version) Dataset Summary This is a standardized, high-efficiency version of the JUNJIE99/MegaPairs dataset. Why use this version? The original dataset is distributed as a massive Tar archive containing millions of images, accompanied by a separate JSONL annotation file. The Problem: Using the original format requires extracting terabytes of small files (which can exhaust disk inodes) or writing complex logic to read from archives. It… See the full description on the dataset page: https://huggingface.co/datasets/86Cao/MegaPairs-Standard.imageimage-to-text10M<n<100M1 likes105k downloads10mo agoHugging Face03boligmappa /home-standard-resultstextn<1K0 likes2.7k downloads3y agoHugging Face04latency-sensitive-bench /Standard-Pipeline Standard Pipeline Environment adaptation, training evidence, latency profiles, raw demonstrations and evaluation traces, organized by environment and experiment stage. AirRaid: zero-latency and profile-latency experiments. Only raw demonstrations are distributed. Generate converted training datasets on the training server. Model weights remain in the dedicated model repository and are referenced from the experiment records. Pin a commit revision for reproducible downloads.… See the full description on the dataset page: https://huggingface.co/datasets/latency-sensitive-bench/Standard-Pipeline.image1M<n<10M0 likes2.5k downloads2h agoHugging Face05EleutherAI /pile-standard-pythia-preshuffled4 likes2.3k downloads3y agoHugging Face06Nelathan /standardebooks Standard Ebooks Text Dataset This dataset contains the full text of public domain books sourced from Standard Ebooks. It is intended for use in Natural Language Processing tasks, particularly Large Language Model pretraining, fine-tuning, and research. Standard Ebooks provides high-quality, carefully formatted, and proofread versions of classic literature, making this a valuable collection of clean text data. Dataset Structure The dataset consists of a single split:… See the full description on the dataset page: https://huggingface.co/datasets/Nelathan/standardebooks.text1K<n<10K5 likes1.7k downloads1y agoHugging Face07bltlab /open-ner-standardized Dataset Card for OpenNER 1.0 OpenNER 1.0 is a standardized collection of openly-available named entity recognition (NER) datasets. OpenNER contains 36 NER corpora that span 52 languages, human-annotated in varying named entity ontologies. We correct annotation format issues, standardize the original datasets into a uniform representation with consistent entity type names across corpora, and provide the collection in a structure that enables research in multilingual and… See the full description on the dataset page: https://huggingface.co/datasets/bltlab/open-ner-standardized.texttoken-classification100K<n<1M2 likes1.1k downloads9mo agoHugging Face08HydraLM /glaive_function_calling_v1_standardizedtabular100K<n<1M5 likes1.1k downloads3y agoHugging Face09kmario23 /standard-pde-benchmark 🚀 Quick Start: Download Data The most reliable way to download this benchmark while preserving the recursive folder structure is using the huggingface_hub library. 1. Install requirements pip install huggingface_hub h5py 2. Download the entire dataset Run this Python snippet to mirror the full repository to your local machine: from huggingface_hub import snapshot_download snapshot_download( repo_id="kmario23/standard-pde-benchmark"… See the full description on the dataset page: https://huggingface.co/datasets/kmario23/standard-pde-benchmark.documentn<1K0 likes797 downloads5mo agoHugging Face10HydraLM /riddle_sense_standardizedtabular10K<n<100K0 likes620 downloads3y agoHugging Face11Mozilla /standard_chattextn<1K0 likes562 downloads28d agoHugging Face12anyasims /openwwebtext-gpt2-50257-standard1M<n<10M0 likes524 downloads2y agoHugging Face13barberogaston /address_standardizationtextn<1K0 likes483 downloads2y agoHugging Face14RLHFlow /HH-RLHF-Helpful-standardWe process the helpful subset of Anthropic-HH into the standard format. The filtering script is as follows. def filter_example(example): if len(example['chosen']) != len(example['rejected']): return False if len(example['chosen']) % 2 != 0: return False n_rounds = len(example['chosen']) for i in range(len(example['chosen'])): if example['chosen'][i]['role'] != ['user', 'assistant'][i % 2]: return False if… See the full description on the dataset page: https://huggingface.co/datasets/RLHFlow/HH-RLHF-Helpful-standard.text100K<n<1M4 likes482 downloads2y agoHugging Face15RLHFlow /UltraFeedback-preference-standardWe include all the possible comparisons following the Instruct-GPT. We use the fine-grained_score. import os import matplotlib.pyplot as plt import numpy as np import pandas as pd from datasets import load_dataset, DatasetDict from transformers import AutoTokenizer from tqdm import tqdm from transformers import AutoTokenizer ds = load_dataset("openbmb/UltraFeedback", split="train") import itertools data = [] for example in ds: prompt = example['instruction'] responses = {}… See the full description on the dataset page: https://huggingface.co/datasets/RLHFlow/UltraFeedback-preference-standard.tabular100K<n<1M15 likes442 downloads2y agoHugging Face16OnepointfiveHz /standard_group10 likes400 downloads4mo agoHugging Face17malcouffe /lichess-standard-rated-2025-07-uci Lichess Standard Rated 2025-07 (UCI, 1 row per game) Built from lichess_db_standard_rated_2025-07.pgn.zst. Columns: event, date, time_control, variant, termination, result, white_elo, black_elo, num_plies, moves_uci tabular10M<n<100M0 likes371 downloads7mo agoHugging Face18Yuyeong /rw_roman-empire_standard_1_masktabular10M<n<100M0 likes368 downloads1y agoHugging Face19Yuyeong /rw_pubmed_standard_6_masktabular10M<n<100M0 likes360 downloads1y agoHugging Face20junyeong-nero /jeju-dialect-to-standardThis dataset was created by extracting only labeled text from the Jeju dialect utterance dataset available on AIHub. by extracting only labeling text. text100K<n<1M0 likes348 downloads2y agoHugging Face21Yuyeong /rw_roman-empire_standard_2_masktabular10M<n<100M0 likes341 downloads1y agoHugging Face22standard-cognition /RetailAction RetailAction Dataset Paper: RetailAction: Dataset for Multi-View Spatio-Temporal Localization of Human-Object Interactions in RetailAccepted at: ICCV 2025 – Retail Vision WorkshopAuthors: Davide Mazzini, Alberto Raimondi, Bruno Abbate, Daniel Fischetti, David M. WoollardOrganization: Standard AI Overview RetailAction is a large-scale dataset designed for multi-view spatio-temporal localization of human–object interactions in real-world retail environments. Unlike… See the full description on the dataset page: https://huggingface.co/datasets/standard-cognition/RetailAction.video-classification10K<n<100K5 likes339 downloads1y agoHugging Face23orailix /ride-gold-standard RIDE Gold Standard RIDE Gold Standard is the full benchmark-ready release of the RIDE dataset. It contains fixed train/test snapshot splits, a canonical evaluation table, and model-ready representations for train delay prediction on Belgian passenger railway operations. This release is intended as the primary benchmark tier for RIDE. It is used for full-scale evaluation and comparison of models under the shared RIDE prediction task and evaluation protocol. Links… See the full description on the dataset page: https://huggingface.co/datasets/orailix/ride-gold-standard.tabular1M<n<10M0 likes332 downloads4mo agoHugging Face24girivad /lichess_db_standard_rated_2024-07tabular100K<n<1M0 likes328 downloads2y agoHugging Face25Mozilla /standard_chat_tool_calling_generaltextn<1K1 likes324 downloads4mo agoHugging Face26weqweasdas /new_8b_self_corr_standardtabular1M<n<10M0 likes305 downloads2y agoHugging Face27gaozj /hongyan_lift_bottle_standardThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "panda", "total_episodes": 100, "total_frames": 37265, "total_tasks": 1, "total_videos": 200, "total_chunks": 1, "chunks_size": 1000, "fps": 10, "splits": { "train": "0:100" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/gaozj/hongyan_lift_bottle_standard.imagerobotics10K<n<100K0 likes286 downloads1y agoHugging Face28We-Math /We-Math2.0-Standard Dataset Card for We-Math 2.0 GitHub | Paper | Website We-Math 2.0 is a unified system designed to comprehensively enhance the mathematical reasoning capabilities of Multimodal Large Language Models (MLLMs). It integrates a structured mathematical knowledge system, model-centric data space modeling, and a reinforcement learning (RL)-based training paradigm to achieve both broad conceptual coverage and robust reasoning performance across varying difficulty levels. The key… See the full description on the dataset page: https://huggingface.co/datasets/We-Math/We-Math2.0-Standard.image1K<n<10K26 likes283 downloads9mo agoHugging Face29Yuyeong /rw_pubmed_standard_2_masktabular10M<n<100M0 likes280 downloads1y agoHugging Face30Mozilla /standard_chat_manage_tabs_adversarialtextn<1K0 likes277 downloads2mo agoHugging Face

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