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
01albertvillanova /datasets-tests-compressiontextn<1K0 likes60k downloads5y agoHugging Face02albertvillanova /tests-raw-jsonltext10K<n<100K1 likes38k downloads5y agoHugging Face03huggingface /datatrove-testsDatasets used for datatrove testing. Each split contains the same data: dst = [ {"text": "hello"}, {"text": "world"}, {"text": "how"}, {"text": "are"}, {"text": "you"}, ] But based on the split name the data are sharded into n-bins textn<1K0 likes8.7k downloads2y agoHugging Face04lighteval-tests-datasets /dataset-test-1textn<1K0 likes5.2k downloads2y agoHugging Face05Multilingual-Multimodal-NLP /IfEvalCode-testsettextn<1K2 likes3.3k downloads1y agoHugging Face06manycore-research /SpatialLM-Testset SpatialLM Testset Project page | Paper | Code We provide a test set of 107 preprocessed point clouds and their corresponding GT layouts, point clouds are reconstructed from RGB videos using MASt3R-SLAM. SpatialLM-Testset is quite challenging compared to prior clean RGBD scan datasets due to the noises and occlusions in the point clouds reconstructed from monocular RGB videos. Folder Structure Outlines of the dataset files:… See the full description on the dataset page: https://huggingface.co/datasets/manycore-research/SpatialLM-Testset.3dn<1K60 likes1.6k downloads1y agoHugging Face07GPUMODE /backendbench_tests TorchBench The TorchBench suite of BackendBench is designed to mimic real-world use cases. It provides operators and inputs derived from 155 model traces found in TIMM (67), Hugging Face Transformers (45), and TorchBench (43). (These are also the models PyTorch developers use to validate performance.) You can view the origin of these traces by switching the subset in the dataset viewer to ops_traces_models and torchbench for the full dataset. When running BackendBench, much of the… See the full description on the dataset page: https://huggingface.co/datasets/GPUMODE/backendbench_tests.tabular10K<n<100K4 likes862 downloads1y agoHugging Face08sunday-hao /vindr-cxr-testsetimage1K<n<10K0 likes858 downloads2mo agoHugging Face09samansmink /duckdb_ci_teststextn<1K0 likes852 downloads2y agoHugging Face10KerwinJob /test_sample_1000image10K<n<100K0 likes634 downloads2y agoHugging Face11FluidInference /THCHS-30-tests THCHS-30 Test Set THCHS-30 test split for Mandarin Chinese speech recognition benchmarking. Dataset Info Language: Mandarin Chinese (zh-CN) Samples: 2,495 Speakers: 10 Sample Rate: 16 kHz License: Apache 2.0 Usage from datasets import load_dataset # After uploading to HuggingFace dataset = load_dataset("your-username/thchs30-test") # Example print(dataset['train'][0]) # { # 'audio': {'array': [...], 'sampling_rate': 16000, 'path': 'audio/D11_750.wav'}, #… See the full description on the dataset page: https://huggingface.co/datasets/FluidInference/THCHS-30-tests.audio1K<n<10K0 likes608 downloads6mo agoHugging Face12videoSALMONN2 /video-SALMONN_2_testset video-SALMONN 2 Benchmark Generate the caption corresponding to the video and the audio with video_salmonn2_test.json Organize your results in the format like the following example: [ { "id": ["0.mp4"], "pred": "Generated Caption" } ] Replace res_file in eval.py with your result file. Run python3 eval.pytextn<1K3 likes552 downloads1y agoHugging Face13davanstrien /test-sync-commentstextn<1K0 likes450 downloads3y agoHugging Face14manycore-research /SpatialGen-Testset SpatialGen Testset This repository contains the test set for SPATIALGEN: Layout-guided 3D Indoor Scene Generation, a novel multi-view multi-modal diffusion model for generating realistic and semantically consistent 3D indoor scenes. Project page | Paper | Code We provide a test set of 48 preprocessed point clouds and their corresponding GT layouts, multi-view images are cropped from the high-resolution panoramic images. Folder Structure Outlines of the dataset files:… See the full description on the dataset page: https://huggingface.co/datasets/manycore-research/SpatialGen-Testset.imageimage-to-3dn<1K7 likes421 downloads1y agoHugging Face15DCAgent /swesmith-sandboxes-with_teststext10K<n<100K0 likes384 downloads10mo agoHugging Face16allegrolab /testset_popqatext1K<n<10K0 likes369 downloads1y agoHugging Face17allegrolab /testset_piqatext1K<n<10K0 likes347 downloads1y agoHugging Face18KerwinJob /test_sample_1000_part4image1K<n<10K0 likes314 downloads2y agoHugging Face19juntaoyuan /test-sciencetextn<1K0 likes313 downloads2y agoHugging Face20swordhealth /MindGuard-testsetgated MindGuard-testset: Expert-Annotated Evaluation Data for Mental Health AI Safety MindGuard-testset is a clinically grounded benchmark dataset for evaluating safety classifiers in mental health AI systems. This dataset was developed by Sword Health in collaboration with licensed clinical psychologists to address the critical need for contextually appropriate safety measures in therapeutic AI applications. Overview MindGuard-testset contains 1,134 annotated user turns… See the full description on the dataset page: https://huggingface.co/datasets/swordhealth/MindGuard-testset.text1K<n<10K4 likes307 downloads8mo agoHugging Face21RfKnowledge /dolci-think-translation-tests Dolci-Think Translation Tests This dataset contains the inputs, outputs, reconstruction records, automatic diagnostics, and retained COMET-QE evidence from a set of controlled translation experiments over 340 English messages selected from allenai/Dolci-Think-SFT-7B. It is intended for inspecting the experiments and reproducing analyses, not as a ready-made translation training set. The central complication is that one source document does not always correspond to one model… See the full description on the dataset page: https://huggingface.co/datasets/RfKnowledge/dolci-think-translation-tests.tabulartranslation1M<n<10M0 likes280 downloads28d agoHugging Face22allegrolab /testset_mmlutext1K<n<10K0 likes269 downloads1y agoHugging Face23Tengpaz /WorldRenderer-Testsetimage10K<n<100K0 likes261 downloads13d agoHugging Face24pietrolesci /stress_tests_nli Overview Original dataset page here and dataset available here. Dataset curation Added new column label with encoded labels with the following mapping {"entailment": 0, "neutral": 1, "contradiction": 2} and the columns with parse information are dropped as they are not well formatted. Also, the name of the file from which each instance comes is added in the column dtype. Code to create the dataset import pandas as pd from datasets import Dataset, ClassLabel… See the full description on the dataset page: https://huggingface.co/datasets/pietrolesci/stress_tests_nli.text10K<n<100K0 likes258 downloads4y agoHugging Face25KerwinJob /test_sample_1000_part3image1K<n<10K0 likes239 downloads2y agoHugging Face26allegrolab /testset_hellaswagtext1K<n<10K0 likes232 downloads1y agoHugging Face27KerwinJob /test_sample_1000_part2image1K<n<10K0 likes227 downloads2y agoHugging Face28allegrolab /testset_winogrande-infilltext1K<n<10K0 likes224 downloads1y agoHugging Face29KerwinJob /test_sample_1000_part1image1K<n<10K0 likes222 downloads2y agoHugging Face30CPP-UT-BENCH /cpp_unit_tests_benchmark_datatext1K<n<10K5 likes220 downloads2y agoHugging Face

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