CoolFace
12 shown

datasets

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

Clear all
01ghostcc3 /mix-context-post-training-128k Mix-Context Post-Training Dataset for 128K Context Extension Overview Mix-Context Post-Training 128K is a dataset designed specifically for post-training context window extension of pretrained LLMs. It targets the stage after base pretraining, where a model is adapted to operate over much longer contexts (up to 128K tokens) while preserving short-context behavior. The dataset mixes short- and long-context packed sequences with a controlled length distribution to support:… See the full description on the dataset page: https://huggingface.co/datasets/ghostcc3/mix-context-post-training-128k.text-generation10K<n<100K3 likes597 downloads8mo agoHugging Face02f20180301 /loft-rag-nq-128k LOFT RAG - Natural Questions (128k) Dataset Description This dataset is part of the LOFT (Long-context Open Foundation Tasks) benchmark, specifically the RAG (Retrieval-Augmented Generation) task. Dataset: Natural Questions Context Length: 128k Task Type: RAG (Retrieval-Augmented Generation) Language: English Source: LOFT Benchmark (Google DeepMind) Dataset Structure Data Fields context (string): Full prompt context including corpus… See the full description on the dataset page: https://huggingface.co/datasets/f20180301/loft-rag-nq-128k.textquestion-answeringn<1K0 likes116 downloads10mo agoHugging Face03Lala8383 /msmarco-item-id-hardneg-100shot-v4_128ktexttext-generation100K<n<1M0 likes79 downloads5mo agoHugging Face04f20180301 /loft-rag-hotpotqa-128k LOFT RAG - HotpotQA (128k) Dataset Description This dataset is part of the LOFT (Long-context Open Foundation Tasks) benchmark, specifically the RAG (Retrieval-Augmented Generation) task. Dataset: HotpotQA Context Length: 128k Task Type: RAG (Retrieval-Augmented Generation) Language: English Source: LOFT Benchmark (Google DeepMind) Dataset Structure Data Fields context (string): Full prompt context including corpus documents and few-shot… See the full description on the dataset page: https://huggingface.co/datasets/f20180301/loft-rag-hotpotqa-128k.textquestion-answeringn<1K0 likes64 downloads10mo agoHugging Face05f20180301 /loft-rag-musique-128k LOFT RAG - MuSiQue (128k) Dataset Description This dataset is part of the LOFT (Long-context Open Foundation Tasks) benchmark, specifically the RAG (Retrieval-Augmented Generation) task. Dataset: MuSiQue Context Length: 128k Task Type: RAG (Retrieval-Augmented Generation) Language: English Source: LOFT Benchmark (Google DeepMind) Dataset Structure Data Fields context (string): Full prompt context including corpus documents and few-shot… See the full description on the dataset page: https://huggingface.co/datasets/f20180301/loft-rag-musique-128k.textquestion-answeringn<1K0 likes60 downloads10mo agoHugging Face06f20180301 /loft-rag-qampari-128k LOFT RAG - Qampari (128k) Dataset Description This dataset is part of the LOFT (Long-context Open Foundation Tasks) benchmark, specifically the RAG (Retrieval-Augmented Generation) task. Dataset: Qampari Context Length: 128k Task Type: RAG (Retrieval-Augmented Generation) Language: English Source: LOFT Benchmark (Google DeepMind) Dataset Structure Data Fields context (string): Full prompt context including corpus documents and few-shot… See the full description on the dataset page: https://huggingface.co/datasets/f20180301/loft-rag-qampari-128k.textquestion-answeringn<1K0 likes54 downloads10mo agoHugging Face07f20180301 /loft-rag-quest-128k LOFT RAG - Quest (128k) Dataset Description This dataset is part of the LOFT (Long-context Open Foundation Tasks) benchmark, specifically the RAG (Retrieval-Augmented Generation) task. Dataset: Quest Context Length: 128k Task Type: RAG (Retrieval-Augmented Generation) Language: English Source: LOFT Benchmark (Google DeepMind) Dataset Structure Data Fields context (string): Full prompt context including corpus documents and few-shot… See the full description on the dataset page: https://huggingface.co/datasets/f20180301/loft-rag-quest-128k.textquestion-answeringn<1K0 likes48 downloads10mo agoHugging Face08birgermoell /oellm-longctx-tokenized-natural-128k-256k-pilot-v1 OELLM Natural Long-Context Tokenized 128K/256K Expanded Pilot This dataset contains Megatron-LM tokenized continuation-training artifacts for natural long-context extension experiments at 128K and 256K sequence scales. This public revision expands the original pilot from 128 to 512 packed examples per source/tier, for 3,072 packed examples total. The raw pack manifest reports approximately 586M source-side estimated tokens across all six source/tier shards. Accessible source… See the full description on the dataset page: https://huggingface.co/datasets/birgermoell/oellm-longctx-tokenized-natural-128k-256k-pilot-v1.text-generation0 likes38 downloads3mo agoHugging Face09AmanPriyanshu /reasoning-sft-synthetic_text_to_sql-128K synthetic_text_to_sql (converted) Converted version of gretelai/synthetic_text_to_sql, reformatted to 100,000 rows for reasoning SFT training. Format Each row has three columns: input — list of dicts [{"role": "system", "content": "..."}, {"role": "user", "content": "..."}] (system prompt contains the database schema, user prompt contains the natural language question) response — response string with <think> reasoning block (SQL explanation) followed by the SQL query… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/reasoning-sft-synthetic_text_to_sql-128K.textquestion-answering100K<n<1M0 likes27 downloads7mo agoHugging Face10BEE-spoke-data /fineweb-100_128k BEE-spoke-data/fineweb-100_128k 100 documents from HuggingFaceFW/fineweb that are 128,000 GPT-4 tiktoken tokens or more. texttext-generationn<1K4 likes20 downloads9mo agoHugging Face11viktor-shcherb /longbench2-128k-plus LongBench2-128k-plus LongBench2-128k-plus is a long-context corpus derived from the zai-org/LongBench-v2 benchmark. It keeps only the "long" examples and exposes just the raw long documents, making it convenient for: long-context pretraining or continued training, long-context adaptation (e.g., RoPE scaling, attention tuning), retrieval and RAG-style experimentation where only documents are needed. All question/answer and multiple-choice metadata from LongBench v2 are dropped;… See the full description on the dataset page: https://huggingface.co/datasets/viktor-shcherb/longbench2-128k-plus.texttext-generationn<1K0 likes15 downloads10mo agoHugging Face12birgermoell /oellm-longctx-tokenized-structured-128k-256k-v1 OELLM Structured Long-Context Tokenized 128K/256K v1 This dataset is a structured long-context add-on for continuation training. It complements the natural code/books/arXiv mix with precise, cross-reference-heavy technical prose. Source families: RFC Editor plain-text RFC standards/specifications, collected directly from rfc-editor.org/rfc curated technical documentation files from Rust Reference, Rust Book, Django docs, Kubernetes docs, Python docs, and PostgreSQL docs The… See the full description on the dataset page: https://huggingface.co/datasets/birgermoell/oellm-longctx-tokenized-structured-128k-256k-v1.text-generation0 likes12 downloads3mo agoHugging Face

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