CoolFace
27 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01zentardev /handwritten-digit-dataset Handwritten Digit Dataset This dataset contains a collection of handwritten digits (0-9) contributed by users through an interactive web-based drawing application. The dataset is continuously updated, reflecting real-world human handwriting variability. Dataset Details The images are pre-processed to match the standard machine learning format for digit recognition: Dimensions: 28x28 pixels. Format: Grayscale (single channel). Processing: Each digit is cropped to… See the full description on the dataset page: https://huggingface.co/datasets/zentardev/handwritten-digit-dataset.tabularimage-classificationn<1K0 likes396 downloads1d agoHugging Face02jason1966 /abhishekgupta56447_video-games-sales-from-zenodo Video Games Sales (from Zenodo) Video game sales data including platform, genre, publisher, and global sales. Dataset Info Source: Kaggle Original Size: 0.37 MB Kaggle Downloads: 819 Files: 1 Files vgsales.csv Mirrored from Kaggle tabular10K<n<100K0 likes91 downloads6mo agoHugging Face03Zentris /zentris Dataset Description: Solana Ecosystem Web3 QA Dataset Data Sources and Reliability This dataset aggregates multidimensional information within the Solana ecosystem, with reliable and authentic data sourced from the following channels: Exchanges: Market trends and relevant information gathered from major cryptocurrency exchanges (e.g., Binance, FTX). News Platforms: Content reported by cryptocurrency industry news websites such as CoinDesk and The Block. Social Media:… See the full description on the dataset page: https://huggingface.co/datasets/Zentris/zentris.text10K<n<100K1 likes63 downloads2y agoHugging Face04zenithLens /separate-mark-e34c97 separate-mark-e34c97 Synthetic sensors test data: 33 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/zenithLens/separate-mark-e34c97.tabularn<1K0 likes48 downloads13d agoHugging Face05ZenithMind /rough-focus-982a49 rough-focus-982a49 Synthetic sensors test data: 30 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/ZenithMind/rough-focus-982a49.tabularn<1K0 likes44 downloads13d agoHugging Face06ZennyKenny /scotus-citation-dataset-rawtabular10K<n<100K0 likes42 downloads1y agoHugging Face07zenithfield /safe-police-9935f1 safe-police-9935f1 Synthetic products test data: 36 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/zenithfield/safe-police-9935f1.tabularn<1K0 likes42 downloads13d agoHugging Face08ZennyKenny /russian_llm_response_chatgpt_distill LLM Usage in Russian (Distilled Dataset) Dataset Summary LLM Usage RU Dataset is a synthetic dataset of 50,000 Russian-language human–LLM interaction logs. Each sample includes a user query, the LLM's response, timestamp, user feedback, and session metadata. The dataset was generated to explore how large language models perform in Russian — a language that tends to receive less training coverage than English. The queries and responses were distilled from GPT-4-turbo… See the full description on the dataset page: https://huggingface.co/datasets/ZennyKenny/russian_llm_response_chatgpt_distill.text10K<n<100K2 likes41 downloads1y agoHugging Face09Zenith-Theo /single-yard-c8b613 single-yard-c8b613 Synthetic sensors test data: 44 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/Zenith-Theo/single-yard-c8b613.tabularn<1K0 likes40 downloads13d agoHugging Face10Zenith-James /female-station-178d86 female-station-178d86 Synthetic products test data: 56 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/Zenith-James/female-station-178d86.tabularn<1K0 likes36 downloads13d agoHugging Face11Zenith-Kmoore /cool-oven-3fc121 cool-oven-3fc121 Synthetic sensors test data: 35 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/Zenith-Kmoore/cool-oven-3fc121.tabularn<1K0 likes33 downloads13d agoHugging Face12zenithridge /friendly-extent-07b08c friendly-extent-07b08c Synthetic sensors test data: 32 rows in data.csv. All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations. Fields sample_id: random identifier for this generated sample. row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/zenithridge/friendly-extent-07b08c.tabularn<1K0 likes31 downloads13d agoHugging Face13ZennyKenny /scotus-docket-dataset-rawtabular10K<n<100K0 likes27 downloads1y agoHugging Face14paulinenyaboe /swahili_zen_modelmodel: https://huggingface.co/zenlm/zen3-asr Code: from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor import torch import librosa import numpy as np model_id = "zenlm/zen3-asr" processor = AutoProcessor.from_pretrained(model_id) model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto") def transcribe(audio_path): audio, sr = librosa.load(audio_path, sr=16000) <!-- Pass raw waveform directly to processor -->… See the full description on the dataset page: https://huggingface.co/datasets/paulinenyaboe/swahili_zen_model.textautomatic-speech-recognitionn<1K0 likes23 downloads7mo agoHugging Face15ZennyKenny /ru_virtual_assistant_chatgpt_distill 📊 Virtual Assistant Queries Dataset (Russian, Synthetic, 100K) Описание Этот датасет содержит 100,000 синтетически сгенерированных пользовательских запросов к виртуальному ассистенту на русском языке. Он предназначен для задач анализа пользовательского опыта, обработки естественного языка и предсказательного моделирования. Каждая запись представляет собой реалистичный запрос пользователя, категорию запроса, устройство, с которого он был сделан, и оценку качества… See the full description on the dataset page: https://huggingface.co/datasets/ZennyKenny/ru_virtual_assistant_chatgpt_distill.tabulartext-classification100K<n<1M3 likes22 downloads1y agoHugging Face16Zenitsu07 /osworld_tasks_filestextn<1K0 likes19 downloads11mo agoHugging Face17ZennyKenny /yandex-alice-sessions-large-syn Synthetic Alice Dialog Sessions (Realistic, Large) Alice is a GPT assistant created by Yandex and available for free use here. Dataset Characteristics Key Features session_id: Unique identifier for each conversation session user_id: Unique identifier for each simulated user device: Type of device used (smartphone, tv, smart_speaker, car_display, robot) timestamp: Simulated timestamp of each interaction role: Whether the speaker is "user" or "assistant"… See the full description on the dataset page: https://huggingface.co/datasets/ZennyKenny/yandex-alice-sessions-large-syn.text100K<n<1M1 likes15 downloads1y agoHugging Face18Zen1t /texts-for-articlestexttext-generationn<1K0 likes13 downloads3y agoHugging Face19ZennyKenny /scotus-legal_provision-dataset-rawtabular10K<n<100K0 likes13 downloads1y agoHugging Face20zenitsu09 /medicine-dataset-v1image10K<n<100K1 likes12 downloads1y agoHugging Face21ZennyKenny /ru-image-generation 🧠 Image Generation Benchmark Dataset This dataset simulates a large-scale benchmark for analyzing the performance of a text-to-image generation system. It contains 100,000 entries with user prompt data, generated image metadata, and multi-criteria quality ratings. 📁 Dataset Structure Each row in the dataset corresponds to a single image generation request and includes the following fields: Column Name Description request_id Unique identifier for the request… See the full description on the dataset page: https://huggingface.co/datasets/ZennyKenny/ru-image-generation.tabular100K<n<1M0 likes10 downloads1y agoHugging Face22ZennyKenny /demo-customer-datatabularn<1K0 likes8 downloads2y agoHugging Face23zenitsu09 /hostel_rules_aryabhatttextn<1K0 likes5 downloads2y agoHugging Face24ZennyKenny /demo_customer_npstabularn<1K0 likes4 downloads2y agoHugging Face25ZennyKenny /forum_demo_datatext1K<n<10K0 likes3 downloads2y agoHugging Face26ZenkaiKalashnikov /Harmlesstextn<1K0 likes2 downloads7mo agoHugging Face27SreshtaSridhar /Zenalyzetext1K<n<10K0 likes1 downloads2y agoHugging Face

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