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
01unsloth /alpaca-cleaned Dataset Card for Alpaca-Cleaned Forked from https://huggingface.co/datasets/yahma/alpaca-cleaned Repository: https://github.com/gururise/AlpacaDataCleaned Dataset Description This is a cleaned version of the original Alpaca Dataset released by Stanford. The following issues have been identified in the original release and fixed in this dataset: Hallucinations: Many instructions in the original dataset had instructions referencing data on the internet, which just caused… See the full description on the dataset page: https://huggingface.co/datasets/unsloth/alpaca-cleaned.texttext-generation10K<n<100K25 likes3.4k downloads9mo agoHugging Face02unsloth /LaTeX_OCR1% sampled from https://huggingface.co/datasets/linxy/LaTeX_OCR image10K<n<100K92 likes2.7k downloads2y agoHugging Face03unsloth /OpenMathReasoning-minitext10K<n<100K65 likes1.7k downloads1y agoHugging Face04unsloth /Radiology_mini0.33% sampled from https://huggingface.co/datasets/eltorio/ROCOv2-radiology image1K<n<10K46 likes803 downloads2y agoHugging Face05unsloth /llava-instruct-mix-vsft-miniOriginally from https://huggingface.co/datasets/HuggingFaceH4/llava-instruct-mix-vsft but 0.33% randomnly sampled image1K<n<10K4 likes689 downloads2y agoHugging Face06SZLHOLDINGS /receipted-unsloth Receipted Unsloth How SZL Holdings actually trains. Silhouette from Unsloth QLoRA. Cut is original SZL. We do not republish Unsloth Studio, Desktop, copy, code, or someone else's tensors. Collection: Receipted Unsloth — LIVE The house loop Disclose the Apache base (Qwen/Qwen2.5-* or Qwen/Qwen3.5-0.8B). Train with Unsloth FastLanguageModel QLoRA on owner metal or HF Jobs (uv run + HF_TOKEN). Bind dataset SHA-256, LoRA knobs, seed, and loss into a training receipt.… See the full description on the dataset page: https://huggingface.co/datasets/SZLHOLDINGS/receipted-unsloth.text-generation0 likes341 downloads23d agoHugging Face07farukalamai /Agri-CM3-Vision-Unsloth Agri-CM3-Vision-Unsloth An English vision-only dataset prepared for fine-tuning Vision Language Models (VLMs) with Unsloth. This is a reformatted subset of the original HIT-Kwoo/Agri-CM3 benchmark — a large-scale Chinese agricultural pest and disease dataset. We extracted only the English vision splits, keeping all image-based tasks and formatting them in the ShareGPT conversation format compatible with Unsloth fine-tuning. Purpose This dataset was specifically… See the full description on the dataset page: https://huggingface.co/datasets/farukalamai/Agri-CM3-Vision-Unsloth.imagevisual-question-answering10K<n<100K3 likes260 downloads3mo agoHugging Face08unsloth /OpenMathReasoningtext100K<n<1M12 likes207 downloads1y agoHugging Face09unsloth /notebooks36 likes206 downloads2y agoHugging Face10henry1477 /pcbslm-static-v2-unsloth-vlm PCBSLM static-v2 Unsloth VLM Portable multimodal Unsloth dataset for PCB layout/document-grounded training. The JSONL splits use Unsloth/Gemma-style chat messages: { "messages": [ {"role": "user", "content": [ {"type": "image", "image": "assets/raw_docs/.../images/page.png"}, {"type": "text", "text": "instruction..."} ]}, {"role": "assistant", "content": [ {"type": "text", "text": "{...json answer...}"} ]} ] } Files… See the full description on the dataset page: https://huggingface.co/datasets/henry1477/pcbslm-static-v2-unsloth-vlm.documentimage-text-to-text1K<n<10K0 likes185 downloads5mo agoHugging Face11festr2 /GLM-5.2-Unsloth-Style-KLD-Refs-20260707 GLM-5.2 Unsloth-Style KLD BF16 Reference Logits This dataset contains the BF16 reference prompt logprobs used for the GLM-5.2 Unsloth-style prefill KLD run measured on 2026-07-07. The reference cache is intended to make the candidate-side KLD comparison reproducible without rerunning the expensive BF16 reference pass. Reference Logits reference-logprobs/meta.json reference-logprobs/batch_*.safetensors The reference was generated from: zai-org/GLM-5.2 snapshot:… See the full description on the dataset page: https://huggingface.co/datasets/festr2/GLM-5.2-Unsloth-Style-KLD-Refs-20260707.0 likes154 downloads3mo agoHugging Face12open-llm-leaderboard-old /details_unsloth__tinyllama-chat0 likes132 downloads2y agoHugging Face13unsloth /jobs 🦥 Unsloth Training Scripts for HF Jobs UV scripts for fine-tuning LLMs and VLMs using Unsloth on HF Jobs (on-demand cloud GPUs). UV handles dependency installation automatically, so you can run these scripts directly without any local setup. These scripts can also be used or adapted by agents to train models for you. Prerequisites A Hugging Face account The HF CLI installed and authenticated (hf auth login) A dataset on the Hub in the appropriate format (see format… See the full description on the dataset page: https://huggingface.co/datasets/unsloth/jobs.56 likes130 downloads7mo agoHugging Face14standrey /listing-descriptions-unsloth Listing-Descriptions-Unsloth Made with ❤️ using 🦥 Unsloth Studio listing_descriptions_dataset_full was generated with Unsloth Recipe Studio. It contains 1,654 generated records. 🚀 Quick Start from datasets import load_dataset # Load the main dataset dataset = load_dataset("standrey/listing-descriptions-unsloth", "data", split="train") df = dataset.to_pandas() 📊 Dataset Summary 📈 Records: 1,654 📋 Columns: 2 ✅ Completion: 51.7% (3,200 requested)… See the full description on the dataset page: https://huggingface.co/datasets/standrey/listing-descriptions-unsloth.text1K<n<10K0 likes121 downloads5mo agoHugging Face15barryallen16 /myntra-fashion-stage2_unslothtext10K<n<100K0 likes99 downloads8mo agoHugging Face16beezza /ogiri-bokete-unsloth-vlm Japanese Bokete Ogiri — Unsloth VLM format YANS-official/ogiri-bokete を、UnslothのVision SFTで扱える会話形式に変換した非公開用データセットです。 各JSONLレコードは「1画像 + 1回答」です。 { "messages": [ {"role": "user", "content": [ {"type": "image", "image": "images/124469.jpg"}, {"type": "text", "text": "この画像のお題に対して、面白い一言を1つ返してください。"} ]}, {"role": "assistant", "content": [ {"type": "text", "text": "..."} ]} ] } Files train.jsonl: 1,678 records / 630 prompts… See the full description on the dataset page: https://huggingface.co/datasets/beezza/ogiri-bokete-unsloth-vlm.imageimage-to-text1K<n<10K0 likes89 downloads2mo agoHugging Face17r0b0tlab /Hermes-OmniForge-Qwen36-27B-full-v0.3.0-unsloth Hermes OmniForge Qwen3.6-27B Dataset v0.3.0 This package contains the Hermes OmniForge Qwen3.6-27B v0.3.0 synthetic SFT dataset and Unsloth-ready exports. data/final/train.jsonl data/final/validation.jsonl data/final/test.jsonl data/final/*_unsloth_text.jsonl data/final/*_unsloth_vision.jsonl scripts/export_unsloth.py scripts/validate_dataset.py scripts/train_unsloth_text_example.py scripts/train_unsloth_vision_example.py reports/dataset_report.json Dataset Shape… See the full description on the dataset page: https://huggingface.co/datasets/r0b0tlab/Hermes-OmniForge-Qwen36-27B-full-v0.3.0-unsloth.texttext-generation100K<n<1M8 likes83 downloads5mo agoHugging Face18nezahatkorkmaz /unsloth-pmc-vqa-trtext100K<n<1M0 likes77 downloads1y agoHugging Face19unsloth /Support-Bot-Recommendationtextn<1K7 likes70 downloads1y agoHugging Face20unsloth /studio_datasettextn<1K2 likes67 downloads2y agoHugging Face21malaiwah /glm53-fidelity-gguf-unsloth-udq4kxl-v1 fidelity--glm53.malaiwah.quant.gguf-unsloth-udq4kxl A quant fidelity dataset in hidden form, produced by engines/tools/hf_capture.py from unsloth/GLM-5.3-GGUF. The cut the final hidden state handed to lm_head -- after the text model's final norm and immediately before the head matmul -- captured as the head module's input via torch.nn.Module.register_forward_pre_hook; replay applies the head ONLY (no final norm at replay time: the capture already sits after it).… See the full description on the dataset page: https://huggingface.co/datasets/malaiwah/glm53-fidelity-gguf-unsloth-udq4kxl-v1.tabularn<1K0 likes62 downloads16d agoHugging Face22starsofchance /PrimeVul_For_unsloth_V1.0_failed_finetuning0 likes58 downloads1y agoHugging Face23malaiwah /glm52-fidelity-gguf-unsloth-udq4kxl-v1 fidelity--glm52.malaiwah.quant.gguf-unsloth-udq4kxl A quant fidelity dataset in hidden form, produced by engines/tools/hf_capture.py from unsloth/GLM-5.2-GGUF. The cut the final hidden state handed to lm_head -- after the text model's final norm and immediately before the head matmul -- captured as the head module's input via torch.nn.Module.register_forward_pre_hook; replay applies the head ONLY (no final norm at replay time: the capture already sits after it).… See the full description on the dataset page: https://huggingface.co/datasets/malaiwah/glm52-fidelity-gguf-unsloth-udq4kxl-v1.tabularn<1K0 likes57 downloads16d agoHugging Face24llmguy342 /RealMythosReasoning-unsloth-studio-fixedThe exactly same dataset as RealMythosReasoning(https://huggingface.co/datasets/RealMythos/RealMythosReasoning) but fixed for unsloth studio. Tested on cli and gui, it does work perfectly fine. text1K<n<10K0 likes56 downloads2d agoHugging Face25lakhera2023 /dockerNLcommands-sft-unsloth Docker NL Commands (Unsloth-ready) Converted from dockerNLcommands-sft-jsonl for Unsloth Studio. Configurations Config Format Columns Train rows Test rows alpaca (default) Alpaca instruction, input, output 2294 121 chatml ChatML messages (with role + content) 2294 121 Usage Unsloth Studio Dataset → Hugging Face → lakhera2023/dockerNLcommands-sft-unsloth Format: alpaca (default config) Train split: train, eval split: test… See the full description on the dataset page: https://huggingface.co/datasets/lakhera2023/dockerNLcommands-sft-unsloth.texttext-generation1K<n<10K0 likes50 downloads4mo agoHugging Face26unsloth /precompiled_llama_cpp3 likes49 downloads1y agoHugging Face27open-llm-leaderboard /sonthenguyen__ft-unsloth-zephyr-sft-bnb-4bit-20241014-170522-detailsgated Dataset Card for Evaluation run of sonthenguyen/ft-unsloth-zephyr-sft-bnb-4bit-20241014-170522 Dataset automatically created during the evaluation run of model sonthenguyen/ft-unsloth-zephyr-sft-bnb-4bit-20241014-170522 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… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/sonthenguyen__ft-unsloth-zephyr-sft-bnb-4bit-20241014-170522-details.tabular10K<n<100K0 likes46 downloads2y agoHugging Face28kyumhhggyq /lama3_khg_unsloth_datatextn<1K1 likes43 downloads12d agoHugging Face29combatsolutions /tenderdataset_unsloth Dataset Card for Tender Categorization Dataset Dataset Description The Tender Categorization Dataset is designed for categorizing various types of tenders into predefined categories. The dataset includes a diverse set of tender descriptions from different domains, and each entry is categorized according to its type. This dataset is useful for training models to automatically classify tenders based on their descriptions. Data Fields input: The text description… See the full description on the dataset page: https://huggingface.co/datasets/combatsolutions/tenderdataset_unsloth.text100K<n<1M3 likes42 downloads2y agoHugging Face30open-llm-leaderboard-old /details_YeungNLP__firefly-qwen1.5-en-7b-unsloth0 likes41 downloads2y agoHugging Face

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