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
01Gugu8 /Scraped-Datagated Scraped-Data — Building to 1 TB A continuously-growing, cleaned text corpus scraped, parsed, cleaned, losslessly-zipped, and auto-pushed from a CPU-only Google Colab pipeline. Current repo size: ~26 GB → target: 1 TB (incremental batch uploads). Current files File Size Contents corpus_batch1.clean.zip 4.80 GB ~2.9M Wikipedia docs (stored, from first scrape) corpus_batch2.clean.zip 4.85 GB ~2.5M docs corpus_batch3.clean.zip 4.91 GB ~2.3M docs… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Scraped-Data.texttext-generation100M<n<1B0 likes1.8k downloads19d agoHugging Face02gugett /olympiads AI-MO Olympiad Reference Dataset This dataset contains a structured collection of Olympiad problems and their solutions, organized by competition. Contains high quality data, prioritizing "official" solutions to problems. Structure <competition name>/ # Problems and solutions from the International Mathematical Olympiad ├── raw/ # Raw problem/solution statements (.pdf) │ ├── file1.pdf │ ├── file2.pdf ├── download_script/ # the scripts used… See the full description on the dataset page: https://huggingface.co/datasets/gugett/olympiads.document0 likes634 downloads17d agoHugging Face03Gugu8 /Math-Expanded Massive Step-by-Step Mathematics Instruction Dataset Dataset Description This is a 60GB, highly knowledge-dense dataset designed to teach Large Language Models (LLMs) rigorous mathematical reasoning. Unlike standard math datasets that only provide the final answer, this dataset emphasizes Chain-of-Thought (CoT) reasoning. Every single row contains a detailed, step-by-step breakdown of how to arrive at the solution, making it ideal for supervised fine-tuning (SFT)… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Math-Expanded.text100M<n<1B0 likes174 downloads2mo agoHugging Face04Gugu8 /Science Science Learning Curriculum A large collection of structured learning units covering the scientific method, physics, chemistry, biology, earth and space science, and supporting mathematics. Content is organised by domain, topic, difficulty level (1–10), and unit type (explanation, worked example, practice problem, etc.). Each row contains a self-contained pedagogical text together with key equations, prerequisites, and an explicit learning objective. Columns id… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Science.tabular10M<n<100M0 likes135 downloads2mo agoHugging Face05todo1111 /gugugaga-keypoints-v1 gugugaga-keypoints-v1 Synthetic 18-point 2D keypoint dataset rendered from a chibi character (gugugaga) for pose / keypoint model training. Summary Item Value Samples 450 Poses 25 anchors Cameras front, back, side_r, side_l, top, bottom Pitch eye, high, low Image size 720 × 1280 Schema gugugaga_kp18_v1 (18 keypoints) Grid: 25 pose × 6 camera × 3 pitch = 450. Layout images/{pose_id}/{stem}_rgb.png… See the full description on the dataset page: https://huggingface.co/datasets/todo1111/gugugaga-keypoints-v1.imagekeypoint-detectionn<1K0 likes120 downloads2mo agoHugging Face06gugu043 /imageimagen<1K0 likes110 downloads1mo agoHugging Face07Gugu8 /English-Mini LLM-English-100MB — Compact & Dense English Teaching Corpus A 100MB, extremely clean CSV designed to teach an LLM English from scratch via instruction-tuning. No noise, no HTML, no duplicates — just pure grammar, vocabulary, and syntax transformations. Generated with a single paste-and-run Python script in Google Colab. Why this teaches English Instead of raw text, the dataset is instruction -> input -> output pairs that force the model to learn rules: Grammar… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/English-Mini.text1M<n<10M0 likes75 downloads2mo agoHugging Face08Gugu8 /Te-Reo-Maori Te Reo Māori Multi-Format Training Dataset Dataset Description A 3GB multi-format training dataset for te reo Māori language models, containing approximately 1.5–3 million unique sentences generated using rule-based grammar with authentic Māori vocabulary. ⚠️ Important: This dataset is synthetically generated. It contains programmatically constructed Māori sentences using real vocabulary and grammatical patterns, not natural human-written text. See Limitations… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Te-Reo-Maori.text10M<n<100M0 likes71 downloads18d agoHugging Face09Gugu8 /LOOM LOOM: Language-Only Operational Microworlds LOOM is a synthetic natural-language reasoning dataset designed to teach language models the deep structures behind code and math without exposing source code, formal equations, or symbolic programming syntax. Instead of showing code or math notation, LOOM trains models on ordinary-language microworlds where the hidden logic is algorithmic: state changes, causal chains, conditionals, invariants, iteration, and reverse reasoning. The… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/LOOM.text1M<n<10M0 likes52 downloads1mo agoHugging Face10puschinka /Gugager 🌟 DESTEK & TOPLULUK ÇAĞRISI (SUPPORT & LIKE):Açık kaynak ve ücretsiz olarak sunduğum bu devasa çalışmayı faydalı bulduysanız, projenin sürdürülebilirliğine ve açık kaynak ekosisteminin görünürlüğüne katkı sağlamak için lütfen sayfanın sağ üstündeki Like (❤️ Beğeni) butonuna basarak destek olmayı unutmayın!(If you find this open-source dataset valuable for your research or models, please consider leaving a ❤️ Like at the top-right to support future updates and maintenance). 🇹🇷… See the full description on the dataset page: https://huggingface.co/datasets/puschinka/Gugager.texttoken-classification10K<n<100K0 likes50 downloads26d agoHugging Face11Guggu /CANADA_ACT_REGULATION_QA Canadian Acts and Regulation QA source- https://laws-lois.justice.gc.ca/eng/XML/Legis.xml model_name="gemini-1.5-flash-latest" with 1 million context length, First summarize the text scrapped text from xml tree of urls using gemini. then generate QA from sumarised text. Performance of Gemini was way way better than GPT-4. Fitering was done based on Heuristics after rigrous analysis because llms were not always accurate. summary_prompt_template= """ You'r legal expert… See the full description on the dataset page: https://huggingface.co/datasets/Guggu/CANADA_ACT_REGULATION_QA.textquestion-answering10K<n<100K2 likes49 downloads2y agoHugging Face12Gugu8 /Pattern-Recognition Pattern Completion Dataset A 30 GB synthetic dataset of numeric sequence‑completion prompts and their next values, designed to teach large language models how to recognize and extrapolate patterns. Each row contains a prompt (the sequence with a ? indicating the missing next element) and a completion (the correct next number). Dataset Structure Format: CSV (no header row) Columns: prompt – "Find the next number in the sequence: a,b,c,... ,?" completion – the… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Pattern-Recognition.texttext-generation100M<n<1B0 likes48 downloads2mo agoHugging Face13Gugu8 /Coding-Corpus-Benchgated Coding-Corpus-Bench A benchmark dataset for evaluating language-semantics reasoning across systems programming and low-level programming languages. Overview Coding-Corpus-Bench contains 100 curated programming-language questions designed to test whether a model can reason precisely about language semantics rather than rely on superficial pattern matching or observed behavior. The benchmark covers: Rust Go C C++ Zig V CUDA Questions focus on subtle semantic rules… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Coding-Corpus-Bench.textn<1K0 likes43 downloads27d agoHugging Face14Gugu8 /Math-Dataset Math Teaching Dataset - 100MB / 735k Rows A large math dataset designed for training and fine-tuning AI models with step-by-step reasoning. Files math_dataset_100MB.csv - Full dataset, 100.33 MB, 735,000 rows math_dataset_100MB.csv.gz - Compressed version, 18.95 MB splits/math_part_1.csv to math_part_10.csv - 10 x ~10MB chunks Dataset Stats Total rows: 735,000 Size: 100.33 MB raw, 18.95 MB gzipped Format: CSV, UTF-8, with header… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Math-Dataset.text100K<n<1M0 likes42 downloads2mo agoHugging Face15squarelike /OpenOrca-gugugo-ko OpenOrca 한국어 번역 데이터셋 Gugugo-koen-7B-V1.1을 이용하여 OpenOrca데이터셋을 번역하고 있습니다. 번역 진행상황은 아래를 참고해 주십시오. 진행상황 GPT4 생성물 약 100만 개 중 약 64만 개 번역완료 GPT3.5 생성물 약 350만 개 중 약 159만 개 번역완료 데이터셋 사용 후 출처표기는 제작자에게 큰 힘이 됩니다. Original dataset card: OpenOrca 🐋 The OpenOrca Dataset! 🐋 We are thrilled to announce the release of the OpenOrca dataset! This rich collection of augmented FLAN data aligns, as best as possible, with the distributions outlined in the Orca paper. It has… See the full description on the dataset page: https://huggingface.co/datasets/squarelike/OpenOrca-gugugo-ko.texttext-classification1M<n<10M35 likes40 downloads3y agoHugging Face16gugaio /notas-fiscaisDataset com imagens de comprovantes de pagamento e notas ficais no Brasil.0 likes39 downloads3y agoHugging Face17kyujinpy /KOR-gugugu-platypus-set Dataset Card for "KOR-gugugu-platypus-set" Pre-processing # Make the special text lists, manually. [\n\t-=+,#/\$?:^$.@*\"–∼①②③④⑤ⓐⓑⓒ㉮㉯㉰㈜®...TL;DR...∂Σ∩∅φμσℝλΛ≥℃∉⊂θ±€Øπ√≠≤ε∈∫ωηαβ÷≈ס̊°²/] 위의 정규표현식을 이용하여, 한국어 및 영어를 제외한 다양한 외국어, 이모지, 특수 문자 등등 제거. 번역 task 최대한 제거. (~번역 task는 한국어로 번역하면 거의 100% 오류) gugugu-ko의 GPT4 번역 결과에서 약 20k sampling. 데이터셋 이용하셔서 모델이나 데이터셋을 만드실 때, 간단한 출처 표기를 해주신다면 연구에 큰 도움이 됩니다😭😭 References Thank you for squarelike/OpenOrca-gugugo-ko… See the full description on the dataset page: https://huggingface.co/datasets/kyujinpy/KOR-gugugu-platypus-set.text10K<n<100K1 likes38 downloads3y agoHugging Face18Gugu8 /Math-Mini Clean Math Reasoning Dataset A clean dataset for training and evaluating language models on mathematical problem solving. The dataset contains concise mathematical question-and-answer pairs designed to improve model performance on structured numerical reasoning tasks. Dataset Structure The dataset contains two fields: Column Description prompt A mathematical problem or question response The corresponding solution Example: prompt: 48392+92831=?… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Math-Mini.text1M<n<10M0 likes37 downloads2mo agoHugging Face19heegyu /OpenOrca-gugugo-ko-len100 Original dataset: squarelike/OpenOrca-gugugo-ko 길이가 100 이상인 답변만 필터링 text1M<n<10M0 likes32 downloads3y agoHugging Face20gugett /DeepMath-103K DeepMath-103K 🔥 News May 8, 2025: We found that 48 samples contained hints that revealed the answers. The relevant questions have now been revised to remove the leaked answers. April 14, 2025: We release DeepMath-103K, a large-scale dataset featuring challenging, verifiable, and decontaminated math problems tailored for RL… See the full description on the dataset page: https://huggingface.co/datasets/gugett/DeepMath-103K.texttext-generation100K<n<1M0 likes32 downloads2mo agoHugging Face21Gugu8 /CoT-for-LLM README — Advanced Chain‑of‑Thought Dataset Generator Overview This project generates a large-scale synthetic dataset of Chain‑of‑Thought (CoT) reasoning examples across multiple domains: Math (algebra, word problems, multi‑step reasoning) English (vocabulary explanations, nuance, tone) Writing (multi‑paragraph reflections, structured planning) Coding (advanced algorithms, data structures, real code snippets) Science (physics, biology, chemistry, earth science… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/CoT-for-LLM.text100K<n<1M0 likes31 downloads2mo agoHugging Face22gugucheng123 /AI-PVOD0 likes31 downloads6d agoHugging Face23gugarosa /synthetic-pretraining-transformers-v1 Synthetic Pre-training Transformers v1.0.0 Dataset Description This is a synthetic pre-training dataset generated from transformer architecture patterns. It contains paraphrased, augmented, and interpolated content derived from validated seed data about neural sequence modeling and attention mechanisms. Dataset Summary Total Samples: 100 Total Tokens: 6,084 Average Tokens per Sample: 60.84 Format: Parquet Version: 1.0.0 License: CC-BY-4.0 Supported… See the full description on the dataset page: https://huggingface.co/datasets/gugarosa/synthetic-pretraining-transformers-v1.tabulartext-generationn<1K0 likes26 downloads6mo agoHugging Face24Gugu8 /English Synthetic English Language Acquisition Dataset (3GB) A structured, 3GB synthetic CSV dataset generated to assist in pretraining or fine-tuning Language Models (LLMs) on core English syntax, vocabulary, narrative structures, and explicit grammar rules. Dataset Structure The dataset contains four primary columns: Column Name Data Type Description data_type string Categorises the entry (sentence, narrative_chunk, or grammar_instruction). text_content… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/English.text10M<n<100M0 likes25 downloads2mo agoHugging Face25Gugu8 /Code-Syntax-Expanded Code-Syntax-Expanded A massive, high-quality synthetic dataset for training LLMs to identify and correct syntax errors across 33 programming languages. Contains 5+ million unique examples (~1.1 GB) with English explanations – no artificial padding, no duplicate rows. 📊 Dataset Overview Property Value Total rows 5,000,000+ File size ~1.1 GB (uncompressed CSV) Languages 33 Unique templates 160+ error patterns Format CSV (4 columns) License… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Code-Syntax-Expanded.text10M<n<100M0 likes24 downloads2mo agoHugging Face26Gugu8 /Legal Massive Legal & Law Instruction Tuning Dataset (5GB) This dataset contains a massive, synthetically generated corpus of legal instruction-tuning data designed to teach Large Language Models (LLMs) how to understand, reason through, and respond to legal queries. The dataset scales progressively from fundamental legal concepts to highly advanced jurisprudential masterclasses. Dataset Structure The dataset is provided as a single CSV file… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Legal.text1M<n<10M0 likes24 downloads2mo agoHugging Face27Gugu8 /Pretrain pretrain-60GB A 60GB, knowledge-dense pretraining corpus built as a clean, superior alternative to TinyStories. TinyStories teaches grammar. This teaches knowledge, reasoning, and code. File: pretrain.csv - 60GB, ~15M rows, single column text Why vs TinyStories? TinyStories is fiction for kids. This is textbook / encyclopedia / reasoning / code. Every row is 3500-5200 chars packed with 2-3 fused concepts, not a story. Physics, Chem, Bio, Math, CS, History, Geo… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Pretrain.text10M<n<100M0 likes24 downloads2mo agoHugging Face28Gugu8 /Jailbreak-Refusal LLM Refusal Training Dataset A large-scale dataset designed to teach LLMs how to safely refuse jailbreak attempts, prompt injections, and policy-violating requests. Dataset Description This dataset contains 30GB of (category, prompt, response) triplets pairing simulated adversarial prompts with safe, helpful refusals. The data is non-operational and does not contain real exploits or harmful instructions. Columns Column Type Description… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Jailbreak-Refusal.0 likes24 downloads2mo agoHugging Face29guglothmahipal007 /deepfake-detection-dataset-v3 Deepfake Detection Dataset V3 This dataset contains images and detailed explanations for training and evaluating deepfake detection models. It includes original images, manipulated images, confidence scores, and comprehensive technical and non-technical explanations. Dataset Structure The dataset consists of: Original images (image) CAM visualization images (cam_image) CAM overlay images (cam_overlay) Comparison images (comparison_image) Labels (label): Binary… See the full description on the dataset page: https://huggingface.co/datasets/guglothmahipal007/deepfake-detection-dataset-v3.imageimage-classificationn<1K0 likes23 downloads9mo agoHugging Face30heegyu /OpenOrca-gugugo-ko-len300 Original dataset: squarelike/OpenOrca-gugugo-ko 길이가 300 이상인 답변만 필터링 text100K<n<1M0 likes22 downloads3y agoHugging Face

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