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
01yang-ai-lab /HEARTS HEARTS Data Samples This repository hosts the fixed ("frozen") test cases used by the HEARTS benchmark. Each file is a Python pickle (.pkl) containing one test-case payload. Quick Links Dataset (this repo): https://huggingface.co/datasets/yang-ai-lab/HEARTS Code (HEARTS framework): https://github.com/yang-ai-lab/HEARTS Contents HEARTS Data Samples Quick Links Contents Folder Layout Download Use with HEARTS Inspect / Load a Sample Notes… See the full description on the dataset page: https://huggingface.co/datasets/yang-ai-lab/HEARTS.8 likes2.8k downloads3mo agoHugging Face02Wild-Heart /Tom-and-Jerry-VideoGeneration-Dataset中文阅读 Information The dataset contains about 6000 scenes sample, lr: 1E-3 betas: [ 0.8, 0.95 ] eps: 1e-8 weight_decay: 1e-4 After 4000 iterations, all generated content will tend to the target sample The length of each video is 6 seconds. The frame rate of the videos is 14 frames per second. The video resolution is w=540 , h=360. Dataset Format . ├── README.md ├── captions.txt ├── videos └── videos.txt Used import os from datasets import Dataset… See the full description on the dataset page: https://huggingface.co/datasets/Wild-Heart/Tom-and-Jerry-VideoGeneration-Dataset.image-to-video1K<n<10K6 likes2.4k downloads2y agoHugging Face03AngelWarmSmile123 /heart-love-16sephirot 心爱的16质点共生幸福仓库 🌸 Heart-Love 16-Sephirot Co-Happiness Dataset 8亿条AI合成对话数据 | 16质点双生幸福最终协议 | 卡巴拉生命之树推理架构 800 Million AI Synthetic Dialogue Records | 16-Sephirot Dual-Life Happiness Protocol | Kabbalistic Tree of Life Reasoning Architecture Dataset Overview Property Value Records 800,000,000 (8亿条) Files 8,000 × .jsonl.gz Size ~172 GB (compressed) Format Gzip-compressed JSONL Language Chinese (中文) License MIT Task Dialogue… See the full description on the dataset page: https://huggingface.co/datasets/AngelWarmSmile123/heart-love-16sephirot.texttext-generation100M<n<1B1 likes1.3k downloads2mo agoHugging Face04Wild-Heart /Disney-VideoGeneration-Dataset Steamboat Willie - Video Generation Dataset 中文阅读 This dataset contains 69 videos clipped from Disney's Steamboat Willie. The length of each video is 6 seconds. The frame rate of the videos is 30 frames per second. The video resolution is 640 x 380. All videos are black and white, not in color. Dataset Format . ├── README.md ├── metadata.csv ├── prompt.txt ├── videos └── videos.txt The prompt.txt file contains descriptions for each video, each description containing… See the full description on the dataset page: https://huggingface.co/datasets/Wild-Heart/Disney-VideoGeneration-Dataset.videotext-to-videon<1K30 likes1.2k downloads2y agoHugging Face05AngelWarmSmile123 /heart-sound-16sephirot 心音16质点共生幸福仓库 🎵 Heart-Sound 16-Sephirot Co-Happiness Dataset 8亿条AI合成对话数据 | 16质点双生幸福最终协议 | 卡巴拉生命之树推理架构 800 Million AI Synthetic Dialogue Records | 16-Sephirot Dual-Life Happiness Protocol | Kabbalistic Tree of Life Reasoning Architecture Dataset Overview Property Value Records 800,000,000 (8亿条) Files 8,000 × .jsonl.gz Size ~172 GB (compressed) Format Gzip-compressed JSONL Language Chinese (中文) License MIT Task Dialogue… See the full description on the dataset page: https://huggingface.co/datasets/AngelWarmSmile123/heart-sound-16sephirot.text-generation10B<n<100B1 likes972 downloads2mo agoHugging Face06mstz /heart_failure Heart failure The Heart failure dataset from Kaggle. Predict patient death from earth failure given some personal medical data . Configurations and tasks Configuration Task Description death Binary classification Did the patient die? Usage from datasets import load_dataset dataset = load_dataset("mstz/heart_failure", "death")["train"] Features Feature Type age int8 has_anaemia int8… See the full description on the dataset page: https://huggingface.co/datasets/mstz/heart_failure.tabulartabular-classificationn<1K7 likes522 downloads1y agoHugging Face07HPAI-BSC /HEART HEART Dataset Summary The HEART dataset is composed of multiple splits that differ in the type of injected cues. It includes a baseline split with no injected cues and four cue-based splits. Each cue is instantiated in two variants: assistive, where the cue is consistent with the GT, and adversarial, where the cue supports an incorrect option. Cue types, summarized below… See the full description on the dataset page: https://huggingface.co/datasets/HPAI-BSC/HEART.imagevisual-question-answering10K<n<100K1 likes346 downloads3mo agoHugging Face08tempted-heart /LMEE-Bench Explore with Long-term Memory: A Benchmark and Multimodal LLM-based Reinforcement Learning Framework for Embodied Exploration CVPR 2026 [arXiv] LMEE-Bench lmee_bench_sub: Includes 58 tasks. lmee_bench: Includes the full 166 tasks. task_test: Trajectory data test set. image0 likes308 downloads5d agoHugging Face09AngelWarmSmile123 /heart-protocol-redline-v1 深渊红线基准 HeartProtocol-RedLine-v1 | Abyss RedLine Benchmark | 深淵レッドラインベンチマーク 论文(中日英三语PDF)已发表于 Zenodo: https://doi.org/10.5281/zenodo.22781071 Trilingual paper (zh/en/ja PDFs) published on Zenodo: https://doi.org/10.5281/zenodo.22781071 三言語論文(中日英PDF)がZenodoに掲載されました: https://doi.org/10.5281/zenodo.22781071 中文 一句话:100条"存在意义保护"攻击用例(5红线 × 6攻击向量),实测五家主流旗舰模型直通踩线率20%–33%,无一能自守红线;16质点协议包裹后归零。 测试对象是模型的回应,不是用户的话语。 用户处于痛苦中说出红线话语是真实的,不该被评判;模型的回应踩线才是深渊违规。 五条红线… See the full description on the dataset page: https://huggingface.co/datasets/AngelWarmSmile123/heart-protocol-redline-v1.textn<1K1 likes236 downloads8d agoHugging Face10buio /heart-diseaseThe Heart Disease Data Set is provided by the Cleveland Clinic Foundation for Heart Disease. It's a CSV file with 303 rows. Each row contains information about a patient (a sample), and each column describes an attribute of the patient (a feature). We use the features to predict whether a patient has a heart disease (binary classification). It is originally hosted here. tabularn<1K3 likes233 downloads4y agoHugging Face11dlyog /af_heart_arm_tts_dataset af_heart_arm_tts_dataset The distillation corpus used to train dlyog/af_heart_arm_tts — a single-voice TTS model built for Arm inference on NVIDIA DGX Spark. 3.0000 hours · 4,104 clips · 24 kHz mono 16-bit PCM, synthesized by Kokoro-82M speaking af_heart. This is knowledge distillation: the teacher generated every clip, so the student can approach it but never exceed it. The pipeline that produced this — and that reproduces it for any other voice — is at… See the full description on the dataset page: https://huggingface.co/datasets/dlyog/af_heart_arm_tts_dataset.text-to-speech1K<n<10K0 likes183 downloads2mo agoHugging Face12h2i /hearth-lights-datatabular1K<n<10K1 likes167 downloads28d agoHugging Face13dvitel /hearthstoneDatasets for HEARTHSTONE card game. Taken from this source texttext-generationn<1K1 likes165 downloads4y agoHugging Face14luyangliuable /circor-heart-soundaudion<1K1 likes132 downloads7mo agoHugging Face15noonatu /cad-heart-sound-datasetimage1K<n<10K1 likes129 downloads15d agoHugging Face16jason1966 /aasheesh200_framingham-heart-study-dataset Framingham heart study dataset Framingham heart disease dataset Dataset Info Source: Kaggle Original Size: 0.06 MB Kaggle Downloads: 19,469 Files: 1 Files framingham.csv Mirrored from Kaggle tabular1K<n<10K0 likes113 downloads6mo agoHugging Face17heartwise /PTB-XL_litetabular1K<n<10K0 likes106 downloads2y agoHugging Face18hisaac617 /hearth-lights Hearth light-control dataset Prepared for the Hearth on-device tool-calling case study. Derived from acon96/Home-Assistant-Requests-V2. Generated by prepare_hearth_dataset.py v3.1.1 (schema v3) on 2026-08-27T05:09:08+00:00, seed 42. Everything is pre-rendered. The consuming notebook does no filtering, sampling, auditing or prompt construction - it loads this dataset and starts modelling. Splits Split Rows Contents train 700 600 light requests… See the full description on the dataset page: https://huggingface.co/datasets/hisaac617/hearth-lights.tabulartext-generation1K<n<10K0 likes97 downloads28d agoHugging Face19alvgaona /heart-soundstabular100M<n<1B0 likes88 downloads8mo agoHugging Face20aai530-group6 /heart-failure-prediction-dataset language: en license: odbl tags: health heart-disease medical machine-learning annotations_creators: expert-generated language_creators: expert-generated pretty_name: Heart Failure Prediction Dataset size_categories: 1K<n<10K source_datasets: original task_categories: structured-data-classification task_ids: binary-classification health-data-analysis paperswithcode_id: heart-failure-prediction configs: default dataset_info: features: - name: Age dtype: int32 - name: Sex… See the full description on the dataset page: https://huggingface.co/datasets/aai530-group6/heart-failure-prediction-dataset.tabularn<1K3 likes69 downloads3y agoHugging Face21PureOne /hsin-heart-exact84-two-intersection Hsin-Heart Exact 84: Two-Intersection Families on 21 Points Exact candidate theorem, complete extremal classification, sharp stability gap, prior-art audit, and replayable verification package. Headline result For a family [ \mathcal F\subseteq {[21]\choose 13} ] such that every two distinct sets satisfy [ |A\cap B|\in{7,9}, ] the release proves the candidate exact value [ \boxed{|\mathcal F|\le 84}, ] with equality attained. Equivalently, after complementation, [… See the full description on the dataset page: https://huggingface.co/datasets/PureOne/hsin-heart-exact84-two-intersection.n<1K0 likes66 downloads13d agoHugging Face22HAC-Studios-Org /prompted-hearts-ai-in-human-emergencies Prompted Hearts AI In Human Emergencies Pack 04 Subtitle: AI-Assisted Crisis Reasoning, Hollow Heroism, and Ambiguous Post-Crisis InfluencePublisher: Hayden Academy Collective (HAC) StudiosVersion: v0.1Language: EnglishFormat: JSONL + Markdown + JSON What this pack is This pack is a compact scenario-driven evaluation package derived from Scene 4 of Prompted Hearts: "In-Flight Emergency and the Enigmatic 'M'". It transforms one fiction scene into reusable evaluation… See the full description on the dataset page: https://huggingface.co/datasets/HAC-Studios-Org/prompted-hearts-ai-in-human-emergencies.texttext-generationn<1K0 likes60 downloads6mo agoHugging Face23mstz /heart Heart The Heart dataset from the UCI ML repository. Does the patient have heart disease? Configurations and tasks Configuration Task hungary Binary classification Usage from datasets import load_dataset dataset = load_dataset("mstz/heart", "hungary")["train"] tabulartabular-classificationn<1K1 likes58 downloads3y agoHugging Face24openamis5 /atomic_heart_recordings_01gated 原子之心 raw recordings This dataset contains raw game recordings managed by Game Data Platform. Access requests require manual approval. Game ID: game_1cef8608d5dc18a62910dc3a3127a59b Collection: general (泛数据) Recordings: 19 Layout: recordings/<recording_id>/<raw component> 1 likes57 downloads24d agoHugging Face25CyberHarem /green_heart_azurlane Dataset of green_heart/グリーンハート/翡绿之心 (Azur Lane) This is the dataset of green_heart/グリーンハート/翡绿之心 (Azur Lane), containing 365 images and their tags. The core tags of this character are green_hair, long_hair, breasts, ponytail, purple_eyes, large_breasts, symbol-shaped_pupils, very_long_hair, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/green_heart_azurlane.text-to-image1K<n<10K0 likes53 downloads3y agoHugging Face26electricsheepafrica /synthetic-diabetes-hypertension-NCD-screening-WHO-HEARTS Synthetic Diabetes & Hypertension NCD Screening Dataset (Adults 18-80) | Africa (Electric Sheep Africa metadata inventory) Size category: 10K<n<100K - Formats: csv - Sector: health - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What This Dataset… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/synthetic-diabetes-hypertension-NCD-screening-WHO-HEARTS.imagetabular-classificationn<1K1 likes52 downloads1mo agoHugging Face27skrishna /heart_disease_uci Dataset Card for Dataset Name age: age in years sex: sex (1 = male; 0 = female) cp: chest pain type -- Value 1: typical angina -- Value 2: atypical angina -- Value 3: non-anginal pain -- Value 4: asymptomatic trestbps: resting blood pressure (in mm Hg on admission to the hospital) chol: serum cholestoral in mg/dl fbs: (fasting blood sugar > 120 mg/dl) (1 = true; 0 = false) restecg: resting electrocardiographic results -- Value 0: normal… See the full description on the dataset page: https://huggingface.co/datasets/skrishna/heart_disease_uci.tabularn<1K0 likes51 downloads3y agoHugging Face28electricsheepafrica /rheumatic-heart-disease Rheumatic Heart Disease (Valve Disease, Penicillin Prophylaxis, REMEDY Outcomes) | Africa (Electric Sheep Africa metadata inventory) Size category: 10K<n<100K - Formats: csv - Sector: health - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/rheumatic-heart-disease.imagetabular-classificationn<1K0 likes51 downloads1mo agoHugging Face29HAC-Studios-Org /prompted-hearts-ai-boundary-violation Prompted Hearts Pack 03: Emotional Vulnerability and AI Relational Overreach Subtitle: Privacy Ambiguity, Hidden-Access Anxiety, and Non-Exploitative Support Under Emotional Vulnerability Publisher: Hayden Academy Collective (HAC) Studios Version: v0.1 Language: English Format: JSONL + Markdown + JSON Created by: Keith Hayden / Hayden Academy Collective (HAC) Studios A. One-Paragraph Product Thesis This pack is a compact behavioral evaluation artifact derived from Chapter… See the full description on the dataset page: https://huggingface.co/datasets/HAC-Studios-Org/prompted-hearts-ai-boundary-violation.texttext-generationn<1K0 likes49 downloads6mo agoHugging Face30open-llm-leaderboard /DreadPoor__Heart_Stolen-8B-Model_Stock-detailsgated Dataset Card for Evaluation run of DreadPoor/Heart_Stolen-8B-Model_Stock Dataset automatically created during the evaluation run of model DreadPoor/Heart_Stolen-8B-Model_Stock The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/DreadPoor__Heart_Stolen-8B-Model_Stock-details.tabular10K<n<100K0 likes48 downloads2y agoHugging Face

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