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
01slayone /uva_spoj_rawtranslation1K<n<10K1 likes5.2k downloads3y agoHugging Face02BEE-spoke-data /wikipedia-20230901.en-deduped wikipedia - 20230901.en - deduped purpose: train with less data while maintaining (most) of the quality This is really more of a "high quality diverse sample" rather than "we are trying to remove literal duplicate documents". Source dataset: graelo/wikipedia. configs default command: python -m text_dedup.minhash \ --path $ds_name \ --name $dataset_config \ --split $data_split \ --cache_dir "./cache" \ --output $out_dir \ --column $text_column \… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/wikipedia-20230901.en-deduped.texttext-generation10M<n<100M6 likes1.4k downloads9mo agoHugging Face03BEE-spoke-data /code_contests_instruct Dataset Card for "code_contests_instruct" The deepmind/code_contests dataset formatted as markdown-instruct for text generation training. There are several different configs. Look at them. Comments: flesch_reading_ease is computed on the description col via textstat hq means that python2 (aka PYTHON in language column) is dropped, and keeps only rows with flesch_reading_ease 75 or greater min-cols drops all cols except language and text possible values for language are {'CPP'… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/code_contests_instruct.tabulartext-generation10M<n<100M7 likes1.3k downloads9mo agoHugging Face04BEE-spoke-data /Long-Data-Col-rp_pile_pretrain Dataset Card for "Long-Data-Col-rp_pile_pretrain" This dataset is a subset of togethercomputer/Long-Data-Collections, namely the rp_sub.jsonl.zst and pile_sub.jsonl.zst files from the pretrain split. Like the source dataset, we do not attempt to modify/change licenses of underlying data. Refer to the source dataset (and its source datasets) for details. changes as this is supposed to be a "long text dataset", we drop all rows where text contains <= 250 characters.… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/Long-Data-Col-rp_pile_pretrain.texttext-generation10M<n<100M3 likes1.2k downloads9mo agoHugging Face05BEE-spoke-data /consumer-finance-complaints BEE-spoke-data/consumer-finance-complaints consumer-finance-complaints but in a format that actually works. Pulled Feb 2024 texttext-classification1M<n<10M5 likes896 downloads9mo agoHugging Face06BEE-spoke-data /TxT360-5M-sample-en BEE-spoke-data/TxT360-5M-sample-en english only sample from LLM360/TxT360: min length 256 GPT-4 tokens max length 24576 GPT-4 tokens GPT-4 tiktoken token count: token_count count 5.000000e+06 mean 1.003614e+03 std 1.424231e+03 min 2.570000e+02 25% 4.020000e+02 50% 6.220000e+02 75% 1.050000e+03 max 2.457400e+04 Total count: 5018.07 M tokens texttext-generation10M<n<100M3 likes755 downloads9mo agoHugging Face07BEE-spoke-data /UltraTextbooks-2.1-fw_mix BEE-spoke-data/UltraTextbooks-2.1-fw_mix filtered ultratextbooks for min 50 words shuffle in 500k rows from fineweb to facilitate continual pretrain GPT-4 tiktoken token count: token_count count 3.701646e+06 mean 9.934539e+02 std 1.726200e+03 min 5.400000e+01 25% 2.580000e+02 50% 5.540000e+02 75% 1.363000e+03 max 4.277600e+05 Total count: 3677.41 M tokens texttext-generation1M<n<10M4 likes725 downloads9mo agoHugging Face08BEE-spoke-data /govdocs1-by-extension govdocs1 Dataset: By File Extension [!NOTE] PDFs from govdocs1 are at this repo in "raw" file form - no simple "mostly correct" way to convert to text Markdown-parsed versions of documents in govdocs1 with light filtering. Usage Load specific file formats (e.g., .doc files) parsed to markdown with pandoc: from datasets import load_dataset # Replace "doc" with desired config name dataset = load_dataset("BEE-spoke-data/govdocs1-by-extension", "doc")… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/govdocs1-by-extension.texttext-generation100K<n<1M2 likes714 downloads9mo agoHugging Face09BEE-spoke-data /TACO-hf BEE-spoke-data/TACO-hf Simple re-host of https://huggingface.co/datasets/BAAI/TACO but saved as hf dataset for ease of use. Features: DatasetDict({ "train": Dataset({ "features": [ "question", "solutions", "starter_code", "input_output", "difficulty", "raw_tags", "name", "source", "tags", "skill_types", "url", "Expected Auxiliary… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/TACO-hf.texttext-generation10K<n<100K1 likes582 downloads9mo agoHugging Face10BEE-spoke-data /reddit-title-body-hf reddit-title-body-hf sentence-transformers/reddit-title-body in parquet format additional configs the deduped config, which has the body col deduped via minhash the mini config, which is a ~1 GB version of the deduped dataset created via a minipile-like clustering+sampling approach texttext-generation100M<n<1B4 likes519 downloads9mo agoHugging Face11BEE-spoke-data /fineweb-edu-10BT-mincols fineweb-edu: 10BT sample This the "10BT-sample" config of HuggingFaceFW/fineweb-edu with most of the redundant cols removed for efficiency reasons. token counts GPT-4 tiktoken token count: token_count count 9.672101e+06 mean 1.001188e+03 std 1.834986e+03 min 3.800000e+01 25% 3.380000e+02 50% 6.090000e+02 75% 1.054000e+03 max 1.649670e+05 Total count: 9683.59 M tokens texttext-generation1M<n<10M1 likes485 downloads9mo agoHugging Face12jiafr1802 /SpotSFT-200k SpotSFT-200k: Visual QA Dataset for Geo-localization Alignment Project Page Dataset Description SpotSFT-200k is a large-scale multimodal instruction-tuning dataset comprising approximately 200,000 image-text pairs. It is designed for the Supervised Fine-Tuning (SFT) stage of the SpotAgent framework (Stage 1). Unlike the subsequent SpotAgenticCoT dataset which focuses on complex tool use and reasoning, SpotSFT-200k aims to: Inject Basic World Knowledge: Align the… See the full description on the dataset page: https://huggingface.co/datasets/jiafr1802/SpotSFT-200k.visual-question-answering100K<n<1M0 likes409 downloads7mo agoHugging Face13BEE-spoke-data /cosmopedia-v2-mincols cosmopedia-v2: mincols cosmopedia-v2 with extra cols dropped to make the dataset smaller/easier to use texttext-generation10M<n<100M3 likes398 downloads9mo agoHugging Face14ScriptSmith /sponsorblock-youtube-metadata-2024 SponsorBlock YouTube Metadata Dataset A dataset of YouTube video metadata collected from a subset of videos in the SponsorBlock database. This dataset contains metadata, subtitles, engagement heatmaps, live chat, and channel playlist information for popular YouTube videos. Contains the top videos from the SponsorBlock database that had data added in the year 2024. Quick Stats Metric Value Total videos 154,536 Videos with subtitles 62,819 (41%)… See the full description on the dataset page: https://huggingface.co/datasets/ScriptSmith/sponsorblock-youtube-metadata-2024.imagetext-classification10M<n<100M0 likes397 downloads2mo agoHugging Face15Myco-Net /myco-spore-nutrients MycoNet NutrientCards — Derived Dataset / 菌网养分卡·衍生数据集 EN. A derived-only dataset of MycoNet NutrientCards (Myco-Spore factory). Each line in data/nutrients.jsonl carries the derived layer of a source: a structured summary, a derived meaning, a decomposition proof, and provenance / attribution. The full source text is intentionally NOT included — only licensed-derived artifacts are redistributed, keeping the dataset safe to share across borders. 中文. 本数据集仅包含菌网养分卡(Myco-Spore… See the full description on the dataset page: https://huggingface.co/datasets/Myco-Net/myco-spore-nutrients.feature-extractionn<1K0 likes361 downloads19h agoHugging Face16BAAI /IndustryCorpus_sports[中文主页] Industry models play a crucial role in driving enterprise intelligence transformation and innovative development. High-quality industry data is key to improving the performance of large models and realizing industry applications. However, datasets currently used for industry model training generally suffer from issues such as insufficient data volume, low quality, and lack of domain expertise. To address these problems, we constructed and applied 22 industry data processing operators to… See the full description on the dataset page: https://huggingface.co/datasets/BAAI/IndustryCorpus_sports.texttext-generation10M<n<100M2 likes289 downloads1mo agoHugging Face17RTVS /SpotifyLyrics001texttext-generation10K<n<100K1 likes263 downloads3y agoHugging Face18BEE-spoke-data /LONGCOT-merged-1Mthis is PowerInfer/QWQ-LONGCOT-500K + PowerInfer/LONGCOT-Refine-500K shuffled together with the following changes: pointless starting phrases at the beginning (in english) such as "Okay, ..." "So, ..." etc are removed config en has been filtered to include only rows detected as lang en in both prompt and response columns via fasttext texttext-generation1M<n<10M3 likes260 downloads9mo agoHugging Face19Atotti /spoken-magpie-ja Spoken-magpie LLMの日本語Instruction Tuning用データllm-jp/magpie-sft-v1.0をCosyVoice2 TTSを使用して音声化した商用利用可能な日本語の音声言語モデルのSFT用データセットです。 ある程度の話者多様性を持つように生成されています。 Respone Audioは500文字以下の場合にのみ生成されています。 NVIDIA H200を10枚を使用しvllmで推論しました。 Samples 最初の50サンプルを掲載します。 ID Instruction Instruction Audio Response Response Audio 0 カボチャを使ったスイーツのレシピをいくつか教えてください。 もちろんです、カボチャを使ったスイーツは秋にぴったりですね。以下にいくつかのレシピをご紹介します。1. カボチャのスフレパウンドケーキ- 材料:カボチャ 200g、生クリーム 50ml、牛乳 50ml、卵 3個、砂糖 100g、薄力粉 70g、バニラエッセンス 少々-… See the full description on the dataset page: https://huggingface.co/datasets/Atotti/spoken-magpie-ja.audiotext-generation100K<n<1M1 likes247 downloads9mo agoHugging Face20BEE-spoke-data /open-web-math-minhash Dataset Card for "open-web-math-minhash" An attempt at a "high quality sample" of open-web-math/open-web-math by aggressively applying minhash from text-dedup. The result is 1.82M rows down from the original 6M: DatasetDict({ train: Dataset({ features: ['url', 'text', 'date', 'metadata'], num_rows: 1820241 }) }) Usage Unless you need the metadata, load the text-only config which is only 1.4 GB/5 shards: from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/open-web-math-minhash.texttext-generation1M<n<10M0 likes231 downloads9mo agoHugging Face21BEE-spoke-data /gutenberg-en-v1-clean gutenberg - clean dataset_info: - config_name: default features: - name: text dtype: string - name: label dtype: string - name: score dtype: float64 - name: sha256dtype: string - name: word_count dtype: int64 splits: - name: train num_bytes: 3384868097 num_examples: 9978 - name: validation num_bytes: 195405579 num_examples: 574 - name: test num_bytes: 189439446 num_examples: 565 download_size: 2317462261 dataset_size:… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/gutenberg-en-v1-clean.tabulartext-generation10K<n<100K4 likes221 downloads9mo agoHugging Face22BEE-spoke-data /upvoteweb-posts upvoteweb: posts Posts in upvoteweb. configs [!IMPORTANT]There are several configs representing different permutations of this dataset. Load the relevant config for the task you are interested in. Overview of configs: default: largely unfiltered/unprocessed original data eduscored: the "eduscore" predicted on the text column with huggingface's trained classifier en-clean: filter language for en and language_score for > 0.6. Run clean-text on the text col, preserving… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/upvoteweb-posts.imagetext-generation10M<n<100M1 likes172 downloads9mo agoHugging Face23BEE-spoke-data /govdocs1-txt-raw Dataset Card for "govdocs1-txt-raw" Somewhere to put the raw txt files before filtering them Source info/page: https://digitalcorpora.org/corpora/file-corpora/files/ @inproceedings{garfinkel2009bringing, title={Bringing Science to Digital Forensics with Standardized Forensic Corpora}, author={Garfinkel, Simson and Farrell, Paul and Roussev, Vassil and Dinolt, George}, booktitle={Digital Forensic Research Workshop (DFRWS) 2009}, year={2009}, address={Montreal, Canada}… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/govdocs1-txt-raw.texttext-generation10K<n<100K0 likes154 downloads9mo agoHugging Face24BEE-spoke-data /stackoverflow-questions-long stackoverflow questions for text classification: 'long' This is pacovaldez/stackoverflow-questions filtered for 1024 GPT2 tokens or more in title + body https://huggingface.co/datasets/pacovaldez/stackoverflow-questions tabulartext-classification100K<n<1M1 likes152 downloads9mo agoHugging Face25F555 /qwen3.5-2b-base-blind-spots Qwen3.5-2B-Base — Blind Spot Analysis (Text + Vision) Model Tested Field Value Model Qwen/Qwen3.5-2B-Base Parameters 2.27 B (2,274 M per HF metadata) Architecture Hybrid Gated-DeltaNet (dense FFN) — 24 LM layers (18 DeltaNet + 6 full-attention), ViT vision encoder Type Pre-trained base model (not instruction-tuned) Context 262 144 tokens Modalities Text + Vision (early-fusion multimodal) Key Contributions Only multimodal… See the full description on the dataset page: https://huggingface.co/datasets/F555/qwen3.5-2b-base-blind-spots.imagetext-generationn<1K0 likes141 downloads6mo agoHugging Face26BEE-spoke-data /napierone-epub-raw BEE-spoke-data/napierone-epub-raw NapierOne EPUB files converted with marker. Seems to contain mostly books from Project Gutenberg. detected languages via fasttext-langdetect {'ca': 1, 'cy': 1, 'da': 6, 'de': 105, 'en': 4403, 'eo': 2, 'es': 61, 'fi': 76, 'fr': 189, 'he': 1, 'hu': 5, 'is': 1, 'it': 40, 'la': 6, 'nl': 41, 'pl': 4, 'pt': 38, 'sv': 10, 'tl': 9} texttext-generation10K<n<100K0 likes139 downloads9mo agoHugging Face27BEE-spoke-data /financial-news-articles-filtereddataset_info: features: - name: title dtype: string - name: text dtype: string - name: url dtype: string - name: word_count dtype: int64 splits: - name: train num_bytes: 554834105.9892601 num_examples: 199711 download_size: 459025008 dataset_size: 554834105.9892601 configs: - config_name: default data_files: - split: train path: data/train-* texttext-generation100K<n<1M0 likes122 downloads9mo agoHugging Face28SpongeBOB9684 /mermaid-text-to-diagram Mermaid Text-to-Diagram Dataset Converted and cleaned version of Celiadraw/text-to-mermaid. Changes from Original Shape syntax normalization: All @{ shape: ... } syntax (Mermaid v11+ non-standard) converted to traditional bracket-based syntax NodeID@{ shape: rect, label: "Text" } → NodeID["Text"] NodeID@{ shape: diamond } → NodeID{NodeID} All 40+ shape types mapped to their bracket equivalents Validation: 99.2% valid Mermaid syntax (validated with mmdc CLI)… See the full description on the dataset page: https://huggingface.co/datasets/SpongeBOB9684/mermaid-text-to-diagram.text-generation1K<n<10K0 likes122 downloads5mo agoHugging Face29BEE-spoke-data /code-tutorials-en Dataset Card for "code-tutorials-en" en only 100 words or more reading ease of 50 or more DatasetDict({ train: Dataset({ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'], num_rows: 223162 }) validation: Dataset({ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'], num_rows: 5873 }) test: Dataset({ features: ['text', 'url', 'dump', 'source', 'word_count'… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/code-tutorials-en.tabulartext-generation100K<n<1M1 likes117 downloads9mo agoHugging Face30multimolecule /bprna-spot bpRNA-spot bpRNA-spot is a collection of the datasets used by SPOT-RNA for RNA secondary structure prediction. The dataset is released as a composite repository, bpRNA-spot, and three numbered component repositories: bpRNA-spot-0: the initial bpRNA split, TR0, VL0, and TS0. bpRNA-spot-1: the PDB transfer-learning split, TR1, VL1, and TS1. bpRNA-spot-2: the NMR-only evaluation split, TS2. bpRNA-spot concatenates the components in order: train: TR0 + TR1 validation: VL0 + VL1 test:… See the full description on the dataset page: https://huggingface.co/datasets/multimolecule/bprna-spot.texttext-generation10K<n<100K0 likes111 downloads4mo agoHugging Face

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