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
01datasets-examples /doc-formats-csv-1 [doc] formats - csv - 1 This dataset contains one csv file at the root: data.csv kind,sound dog,woof cat,meow pokemon,pika human,hello The YAML section of the README does not contain anything related to loading the data (only the size category metadata): --- size_categories: - n<1K --- textn<1K0 likes2.1k downloads3y agoHugging Face02vikasgautam2003 /Ecommerce_data.csvtext10K<n<100K0 likes188 downloads1y agoHugging Face03starsofchance /OWASP_Dataset_v1.2_BenchmarkTests_AND_Expectedresults-1.2.csvtext0 likes159 downloads11mo agoHugging Face04StoryAura /Danbooru-Dataset-csv Danbooru Dataset CSV 面向 Danbooru 标签管理 / 打标工具的公开元数据合集。这里只放整理后的 CSV,不含任何图片。后续还会继续补充 artist、copyright 等更多表;本页只做项目总览,各文件以仓库里的 CSV 为准。 标签与 wiki 来自 Danbooru。本仓库整理表使用 MIT 协议。原图版权仍归各自作者。 当前文件 文件 内容 截止日期 行数 danbooru_dataset_general_260820.csv general 通用标签(别名、层级、父子、分类、wiki) 2026-08-20 106,414 danbooru_character_tags.csv character 角色标签(别名、作品、父标签、投稿数) 2026-07-20 329,747 danbooru_artist_tags.csv artist 画师标签(译名、数据量) — 576,842 tag-near-synonym-relations4.csv… See the full description on the dataset page: https://huggingface.co/datasets/StoryAura/Danbooru-Dataset-csv.tabulartext-classification100K<n<1M1 likes141 downloads7d agoHugging Face05anandjh8 /csv-datasettabularn<1K0 likes91 downloads11mo agoHugging Face06Abiola-Dave /DATA_CSVimage10K<n<100K0 likes78 downloads5d agoHugging Face07fatymahaly /urdu_rag_dataset.csv Dataset Card for Urdu RAG Knowledge Base Dataset Overview This dataset is designed specifically to bootstrap and evaluate Retrieval-Augmented Generation (RAG) applications, search systems, and semantic retrieval pipelines using the Urdu language. It contains 185 clean, structured, and informative text chunks covering a wide array of domains. Language: Urdu (ur) Script: Nastaliq / Arabic script (Unicode UTF-8) Total Rows: 185 chunks Format: CSV (id, title… See the full description on the dataset page: https://huggingface.co/datasets/fatymahaly/urdu_rag_dataset.csv.textn<1K1 likes76 downloads14d agoHugging Face08ZohraT /adulteration_dataset_26_08_2021.csvtabular1K<n<10K0 likes63 downloads3y agoHugging Face09Denisijcu /miami_real_estate_data.csvtabular1K<n<10K0 likes58 downloads1y agoHugging Face10minemaster01 /call_center_data_csvtabular10K<n<100K0 likes54 downloads1y agoHugging Face11chaoyi-wu /RadFM_data_csv RadFM_data_csv The data_csv used for training and testing RadFM. The explanation for each csv file are listed as: File Explanation radiology_test/train.json The file for RP3D dataset containing rich information like caption, artical linking for one case radiology_vqa_test/train.json The file for RP3D vqa subdataset containing the question and answer for rp3D images article.json The file for RP3D case linked article contents modality_set.json The file for the… See the full description on the dataset page: https://huggingface.co/datasets/chaoyi-wu/RadFM_data_csv.text1M<n<10M2 likes52 downloads2y agoHugging Face12Cleanlab /bad_data_gsm8k_svamp.csvSome bad data discovered in the popular GSM8K and SVAMP LLM benchmarking datasets. These examples have incorrect answers in the corresponding math problem benchmark dataset, and should not be used to evaluate AI models. We detected this bad data automatically using Cleanlab's Trustworthy Language Model. TLM's estimated trustworthiness score for each example is also provided. Example error found in the GSM8K dataset: Question: After scoring 14 points, Erin now has three times… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/bad_data_gsm8k_svamp.csv.tabularn<1K3 likes39 downloads2y agoHugging Face13Chesscorner /HCS_Dataset-csvimagen<1K3 likes39 downloads2y agoHugging Face14waris-gill /csv-upload-synthetic_datasets_archive_synthetic_medical_traintext10K<n<100K0 likes34 downloads1y agoHugging Face15pizzagatakasugi /dataset1000.csvtabular1K<n<10K0 likes29 downloads3y agoHugging Face16datasets-examples /doc-formats-csv-3 [doc] formats - csv - 3 This dataset contains one csv file at the root: data.csv # ignored comment col1|col2 dog|woof cat|meow pokemon|pika human|hello We define the config name in the YAML config, as well as the exact location of the file, the separator as "|", the name of the columns, and the number of rows to ignore (the row #1 is a row of column headers, that will be replaced by the names option, and the row #0 is ignored). The reference for the options is the documentation… See the full description on the dataset page: https://huggingface.co/datasets/datasets-examples/doc-formats-csv-3.textn<1K0 likes25 downloads3y agoHugging Face17waris-gill /csv-upload-newer_synthetic_data-microsoft_phi-4text1M<n<10M0 likes22 downloads1y agoHugging Face18breadlicker45 /eia-csv-datatext10K<n<100K0 likes21 downloads3y agoHugging Face19datasets-examples /doc-formats-csv-2 [doc] formats - csv - 2 This dataset contains one csv file at the root: data.csv kind,sound dog,woof cat,meow pokemon,pika human,hello We define the separator as "," in the YAML config, as well as the config name and the location of the file, with a glob expression: --- configs: - config_name: default data_files: "*.csv" sep: "," size_categories: - n<1K --- textn<1K0 likes19 downloads3y agoHugging Face20waris-gill /csv-upload-synthetic_datasets_traintabular100K<n<1M0 likes19 downloads1y agoHugging Face21waris-gill /csv-upload-synthetic_datasets_google-gemma-3-27b-it-synthetic-quora_train-cosine-simmtabular1M<n<10M0 likes19 downloads1y agoHugging Face22waris-gill /csv-upload-synthetic_datasets_archive_synthetic_medical_testtext1K<n<10K0 likes19 downloads1y agoHugging Face23waris-gill /csv-upload-synthetic_datasets_archive_synthetic_medical_validation1text1K<n<10K0 likes19 downloads1y agoHugging Face24Data-Gouv-ML /communes-et-villes-de-france-en-csv-excel-json-parquet-et-feather Communes et villes de France en CSV, Excel, Json, Parquet et Feather Source Source officielle : https://www.data.gouv.fr/datasets/communes-et-villes-de-france-en-csv-excel-json-parquet-et-feather Identifiant du jeu de données data.gouv.fr : 6745d9ae4524d845d2138193 Slug data.gouv.fr : communes-et-villes-de-france-en-csv-excel-json-parquet-et-feather Licence indiquée dans les métadonnées data.gouv.fr : lov2 Structure Hugging Face Un jeu de données… See the full description on the dataset page: https://huggingface.co/datasets/Data-Gouv-ML/communes-et-villes-de-france-en-csv-excel-json-parquet-et-feather.text100K<n<1M0 likes18 downloads3mo agoHugging Face25minhkhoiuet /CSV_DataSettextn<1K0 likes16 downloads2y agoHugging Face26chaosen /fine_tuning_dataset_1_with_label.csv Dataset Name Description A brief description of the dataset. Features label: int64 text: string Splits train: 186 examples Usage For training models on the dataset. Citation @article{dataset_paper, title={Title of the Dataset Paper}, author={Author Name}, journal={Journal Name}, year={Year} } textn<1K0 likes16 downloads2y agoHugging Face27parsa-mhmdi /csv_dataset_smalltext10K<n<100K0 likes16 downloads1y agoHugging Face28nestoralvaro /data_prep_2021_12_26___t1_7.csvtext10K<n<100K0 likes15 downloads4y agoHugging Face29SriramRokkam /ner_dataset.csv Dataset : Name Entity Recognition The dataset used is a custom NER dataset provided in CSV format with columns: sentence_id: Unique identifier for sentences. words: The words in each sentence. labels: The named entity labels corresponding to each word. texttext-classification100K<n<1M0 likes15 downloads2y agoHugging Face30alwanrahmana /labeled-20-data-csvtexttoken-classificationn<1K0 likes14 downloads3y agoHugging Face

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