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
01fromozu /ebook-translate-queuetextn<1K3 likes8.3k downloads5mo agoHugging Face02physics-from-video /morpheus-real-world Morpheus — Real-World Physics Videos Real-world reference footage for Morpheus, a benchmark that tests whether video generative models (Wan, CogVideo, LTX-Video, COSMOS-predict1/2, Pyramid-Flow, Veo3, Kling-Turbo, ...) obey Newtonian mechanics. Object trajectories are extracted via SAM2 tracking and tested against physical laws (energy/momentum conservation, equations of motion) rather than pixel-matched to a single "correct" video. This repo contains the filmed real-world… See the full description on the dataset page: https://huggingface.co/datasets/physics-from-video/morpheus-real-world.imagevideo-classification10K<n<100K1 likes3.2k downloads3mo agoHugging Face03openai /summarize_from_feedbackSummarize from Feedback contains the human feedback data released by the "Learning to summarize from human feedback" paper.text100K<n<1M221 likes2.3k downloads4y agoHugging Face04fromziro /Cement-409610M<n<100M0 likes2.3k downloads28d agoHugging Face05RoboCOIN /Cobot_Magic_take_out_a_pen_from_the_pen_holdergated Cobot_Magic_take_out_a_pen_from_the_pen_holder 📋 Overview This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. Robot Type: agilex_cobot_decoupled_magic | Codebase Version: v2.1 End-Effector Type: two_finger_gripper 🏠 Scene Types This dataset covers the following scene types: office home 🤖 Atomic Actions This dataset includes the following atomic actions: grasp pick place 📊… See the full description on the dataset page: https://huggingface.co/datasets/RoboCOIN/Cobot_Magic_take_out_a_pen_from_the_pen_holder.tabularrobotics100K<n<1M0 likes1.7k downloads9mo agoHugging Face06DorayakiLin /TextOnly_FromRLBench_CloseBox_24K_unfixedtabular1M<n<10M0 likes1.6k downloads10mo agoHugging Face07einarolafsson /cross-channel-toxoplasma-from-cellmask Cross-channel toxoplasma from cellmask dataset 3030 paired fields. images/ is the input channel, masks_pv/ the instance-labelled parasitophorous-vacuole ground truth (same stem = same field), regenerated with the promoted PV model cpsam_v2_toxo_r5. Train/test annotation: fields.csv gives name,split,n_objects for every field - 2567 train (31637 objects) / 463 test (6116 objects). The split is by well (split_by_well.csv), so no well contributes to both sides. Prepared with spaCR… See the full description on the dataset page: https://huggingface.co/datasets/einarolafsson/cross-channel-toxoplasma-from-cellmask.image1K<n<10K0 likes1.5k downloads7d agoHugging Face08pyterrier /from-dataset Dataset Variant Links msmarco_document terrier_stemmed readme · branch msmarco_document terrier_stemmed_docT5query readme · branch msmarco_document terrier_stemmed_text readme · branch msmarco_document terrier_unstemmed readme · branch msmarco_document terrier_unstemmed_text readme · branch msmarco_passage ance readme · branch msmarco_passage corpusgraph_bm25_k16 readme · branch msmarco_passage corpusgraph_tcthnp_k16 readme · branch msmarco_passage numpy_tcthnp… See the full description on the dataset page: https://huggingface.co/datasets/pyterrier/from-dataset.0 likes1.3k downloads2y agoHugging Face09fromziro /Cement-153610M<n<100M0 likes1.1k downloads1mo agoHugging Face10rbeauchamp /diffusion_db_dedupe_from50k_train Dataset Card for "diffusion_db_dedupe_from50k_train" More Information needed image10K<n<100K1 likes989 downloads3y agoHugging Face11ai2-adapt-dev /summarize_from_feedback_smalltext1K<n<10K0 likes989 downloads2y agoHugging Face12laion /220k-GPT4Vision-captions-from-LIVIS 220k-GPT4Vision-captions-from-LVIS by: Christoph Schuhmann, Peter Bevan, 21 Nov, 2023 This dataset comprises 220,000 captioned images from the LVIS dataset. The captions were generated by summarising the LVIS-Instruct4V dataset released by X2FD. The instructions are converted into captions using Mistral-7B-OpenOrca. PROMPT """<<SYS>> You are a highly intelligent, empathic, helpful, respectful, and honest assistant with high emotional intelligence. Always… See the full description on the dataset page: https://huggingface.co/datasets/laion/220k-GPT4Vision-captions-from-LIVIS.image100K<n<1M64 likes952 downloads3y agoHugging Face13WeiXiCZ /navsim-metric-caches-from-a100text100K<n<1M0 likes936 downloads26d agoHugging Face14hmnsyrd /ctb-m5-cleaned-fixed-from-2026-01-01-to-2026-07-130 likes885 downloads20d agoHugging Face15ZixuanKe /flare_finqa_sup_sample_from_policy_v1.1_stepwise_dpo_chunk_3text1K<n<10K0 likes866 downloads2y agoHugging Face16omarelsayeed /n8n-from-colab n8n - Secure Workflow Automation for Technical Teams n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments. Key Capabilities Code When You Need It: Write JavaScript/Python, add npm packages, or use the visual interface AI-Native… See the full description on the dataset page: https://huggingface.co/datasets/omarelsayeed/n8n-from-colab.2 likes839 downloads1y agoHugging Face17echodict /asr_rnnt_eou_from_scratch NeMo ASR-EOU 训练脚本解读与论文出处梳理 目标文件:examples/asr/asr_eou/speech_to_text_rnnt_eou_train.py链接:https://github.com/NVIDIA-NeMo/NeMo/blob/main/examples/asr/asr_eou/speech_to_text_rnnt_eou_train.py 这份脚本本身是一个 训练入口脚本(Hydra + PyTorch Lightning),核心功能是:按配置创建 EncDecRNNTBPEEOUModel,并支持从已有 .nemo 初始化、添加/训练 adapter,以及在“词表扩展(新增 <EOU>/<EOB>)”时做权重迁移。 下面按“它用到的技术点 → 在代码/配置里怎么体现 → 原始论文出处”总结。 1) ASR-EOU:把“端点/话轮信息”并入 ASR(<EOU>, <EOB>) 它做什么: 除了输出转写文本外,还让模型在时间轴上预测: EOU:End Of Utterance(一句话结束)… See the full description on the dataset page: https://huggingface.co/datasets/echodict/asr_rnnt_eou_from_scratch.audion<1K0 likes832 downloads5mo agoHugging Face18APProjects /us-historical-layoffs-archive-warn-act-notices-removed-from-state-websites Historical US layoffs archive: 6,799 WARN Act notices that state websites no longer list (2000-2025), recovered Rebuilt 2026-09-25. Five state labor agencies — Connecticut, Michigan, New York, North Carolina and Pennsylvania — retired the web pages their older WARN Act layoff notices lived on. Their current pages start years later. This dataset is every notice in our file that came from one of those retired pages and is not on the agency's live page today: 6,799 notices, 6,799… See the full description on the dataset page: https://huggingface.co/datasets/APProjects/us-historical-layoffs-archive-warn-act-notices-removed-from-state-websites.tabulartabular-classification1K<n<10K0 likes821 downloads20h agoHugging Face19poweredshine /ur3-remove-cup-from-nested-cupsvideon<1K0 likes599 downloads5mo agoHugging Face20semeru /text-code-galeras-code-generation-from-docstring-3k-dedupedtabular1K<n<10K0 likes598 downloads3y agoHugging Face21colabfit /OMat24_train_aimd_from_PBE_1000_npt Cite this dataset Barroso-Luque, L., Shuaibi, M., Fu, X., Wood, B. M., Dzamba, M., Gao, M., Rizvi, A., Zitnick, C. L., and Ulissi, Z. W. OMat24 train aimd from PBE 1000 npt. ColabFit, 2025. https://doi.org/10.60732/25f16f85 This dataset has been curated and formatted for the ColabFit Exchange This dataset is also available on the ColabFit Exchange: https://materials.colabfit.org/id/DS_jqrkc9e7cgmh_0 Visit the ColabFit Exchange to search… See the full description on the dataset page: https://huggingface.co/datasets/colabfit/OMat24_train_aimd_from_PBE_1000_npt.tabular10M<n<100M0 likes590 downloads11mo agoHugging Face22rebase-energy /low-to-high-res_weather_from_topography Dataset: Low-to-High-Resolution Weather Forecasting using Topography The dataset is intended and structured for the problem of transforming/interpolating low-resolution weather forecasts into higher resolution using topography data. The dataset consists of 3 different types of data (as illustrated above): Historical weather observation data (SMHI) Historical weather observation data from selected SMHI observation stations (evaluation points)Historical low-resolution weather… See the full description on the dataset page: https://huggingface.co/datasets/rebase-energy/low-to-high-res_weather_from_topography.3 likes575 downloads2y agoHugging Face23argilla-internal-testing /test_import_dataset_from_hub_using_settings_with_recordsFalse Dataset Card for test_import_dataset_from_hub_using_settings_with_recordsFalse This dataset has been created with Argilla. As shown in the sections below, this dataset can be loaded into your Argilla server as explained in Load with Argilla, or used directly with the datasets library in Load with datasets. Using this dataset with Argilla To load with Argilla, you'll just need to install Argilla as pip install argilla --upgrade and then use the following code: import… See the full description on the dataset page: https://huggingface.co/datasets/argilla-internal-testing/test_import_dataset_from_hub_using_settings_with_recordsFalse.n<1K0 likes575 downloads2y agoHugging Face24vondele /from_kaggle_2_relabel0 likes558 downloads3mo agoHugging Face25vondele /from_kaggle_1_relabel0 likes557 downloads3mo agoHugging Face26sghosts /sync_bigjob_8_finalised_processed_with_error_handling_from_51th_splitimage100K<n<1M0 likes545 downloads1y agoHugging Face27kevykibbz /ecommerce-behavior-data-from-multi-category-store_oct-nov_2019 eCommerce Behavior Data from Multi-Category Store About the Dataset This dataset contains behavioral data for 285 million user events from a large multi-category eCommerce store. The data spans 7 months (October 2019 - April 2020) and records various user interactions with products. Dataset Overview Time Frame: October 2019 - April 2020 Total Events: 285 million Event Granularity: Each row represents an event associated with a product and a user. Data Source:… See the full description on the dataset page: https://huggingface.co/datasets/kevykibbz/ecommerce-behavior-data-from-multi-category-store_oct-nov_2019.tabular100M<n<1B4 likes519 downloads2y agoHugging Face28from-our-page /hillary-clinton-emails-wikileakstext0 likes519 downloads1y agoHugging Face29RichardErkhov /April_2023_Public_Data_File_from_Crossref0 likes482 downloads2y agoHugging Face30mazkooleg /digit_mask_ensemble_distilled_from_cv12_balanced_mfcc Dataset Card for "digit_mask_ensemble_distilled_from_cv12_balanced_mfcc" More Information needed timeseries10M<n<100M0 likes477 downloads3y agoHugging Face

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