CoolFace
22 shown

datasets

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

Clear all
01swiss-ai /apertus-pretrain-romanshThis dataset consist of three differnt parts. Monolingual Romansh Data, Polylingual data or more precisely translated data from Romansh into either German, French, Italian or English and Sythetic Data. The Polylingual data consists of aligned and non aligned data. The synthetic data was created by interweaving the translational data and prefacing it with the sentence " This is a text translated from SOURCE LANGUAGE to Rumantsch Grischun". The data has a metadata "idiom" if the if specific… See the full description on the dataset page: https://huggingface.co/datasets/swiss-ai/apertus-pretrain-romansh.tabulartranslation100K<n<1M4 likes216 downloads1y agoHugging Face02mlx-community /Apertus-v1.5-QAT-10K mlx-community/Apertus-v1.5-QAT-10K This is a 2000 sample subset of the chosen pairs inside swiss-ai/Apertus_v1p5_Preference_Data for MLX-LM-LoRA and MLX-LoRA-Studio and the Quantization Aware Trained Appertus models. texttext-generation10K<n<100K1 likes112 downloads6d agoHugging Face03swiss-ai /apertus-pretrain-poisonandcanariesThis dataset was used as part of Apertus v1 training for poisoning experiments. See our technical report for details, as well as the dedicated study. tabular100K<n<1M3 likes88 downloads11mo agoHugging Face04thomaskiefer /EAGLE3-Apertus-8B-Instruct-2509-Data EAGLE3-Apertus-8B-Instruct-2509-Data Training dataset for the thomaskiefer/EAGLE3-Apertus-8B-Instruct-2509 speculative decoding draft model. Dataset Description This dataset contains ~375k multi-turn conversations used to train an Eagle3 draft model for swiss-ai/Apertus-8B-Instruct-2509. Data Sources The prompts are sourced from: UltraChat - Large-scale multi-turn dialogue dataset ShareGPT - Real user conversations OpenThoughts-114k-math - Mathematical… See the full description on the dataset page: https://huggingface.co/datasets/thomaskiefer/EAGLE3-Apertus-8B-Instruct-2509-Data.texttext-generation100K<n<1M0 likes53 downloads10mo agoHugging Face05swiss-ai /apertus-posttrain-romansh license: cc-by-4.0 Romansh SFT Data Supervised fine-tuning (SFT) splits built from the swiss-ai/apertus-pretrain-rumansh corpus. It contains dictionary list translation, sentence-level translation, idiom identification, and a small set of human-translated Romansh instructions. Source hub: https://huggingface.co/datasets/swiss-ai/apertus-pretrain-rumansh Provenance Dictionaries: All dictionary entries originate from Pledarigrond and are provided by the… See the full description on the dataset page: https://huggingface.co/datasets/swiss-ai/apertus-posttrain-romansh.text10K<n<100K5 likes42 downloads1y agoHugging Face06jvamvas /apertus-pretrain-romansh-backtranslatedVersion of https://hf.co/datasets/swiss-ai/apertus-pretrain-romansh (monolingual split only) that includes MT-generated translations into German. The intended purpose of this dataset is to train MT systems or LLMs on the task of idiom-specific German→Romansh translation. Note that the German translations in this dataset might contain errors, since they have been automatically generated by an MT system. Composition of the dataset and Romansh data sources See… See the full description on the dataset page: https://huggingface.co/datasets/jvamvas/apertus-pretrain-romansh-backtranslated.tabular100K<n<1M1 likes29 downloads2mo agoHugging Face07fffoivos /greek-apertus-sftgated Greek Apertus SFT datasets The supervised fine-tuning data of the Greek Apertus project: the GlossAPI team of EELLAK (Open Technologies Alliance) continues the pre-training of swiss-ai/Apertus-8B-2509 on Greek text and then trains it on instructions, with a grant from the Swiss AI Initiative. This repository holds every training arm we assembled, exactly as it went (or goes) to the trainer: one messages list per row, chat format, no system turn. Access is gated: request it and… See the full description on the dataset page: https://huggingface.co/datasets/fffoivos/greek-apertus-sft.texttext-generation100K<n<1M0 likes28 downloads16d agoHugging Face08liechticonsulting /filtered_apertus_pretrainedUsed to create this dataset: import json import os from datasets import load_dataset from tqdm import tqdm # --- Configuration --- DATASET_NAME = "swiss-ai/apertus-pretrain-swiss" SUBSTRING_TO_FILTER = "entscheidsuche_html" COLUMN_TO_CHECK = "id" OUTPUT_FILENAME = "filtered_apertus_pretrain_swiss.jsonl" def filter_function(example): """ Returns True to keep the example, False to discard it. We keep the row only if the substring is NOT in the 'id' column. """ return… See the full description on the dataset page: https://huggingface.co/datasets/liechticonsulting/filtered_apertus_pretrained.text100K<n<1M0 likes22 downloads1y agoHugging Face09snae /emotion_stories_Apertus_8B_Instruct Emotion Stories — Apertus-8B-Instruct Synthetic short stories that convey a target emotion implicitly — without ever naming the emotion or its direct synonyms. Each story expresses the emotion only through actions, body language, dialogue, internal reactions, and situational context. The dataset was built to study emotion representations in language models (e.g. probing and activation-steering experiments). Generated with swiss-ai/Apertus-8B-Instruct-2509. A companion set… See the full description on the dataset page: https://huggingface.co/datasets/snae/emotion_stories_Apertus_8B_Instruct.texttext-generationn<1K0 likes20 downloads3mo agoHugging Face10danish-foundation-models /croco-munin-apertus-8b-da-simpo-fulltabular1K<n<10K0 likes19 downloads3mo agoHugging Face11danish-foundation-models /croco-munin-apertus-8b-da-50ktabular10K<n<100K0 likes19 downloads2mo agoHugging Face12danish-foundation-models /croco-munin-apertus-8b-da-simpo-full-50ktabular10K<n<100K0 likes18 downloads2mo agoHugging Face13jvamvas /apertus-pretrain-romansh-backtranslated-sftSubsampled version of https://huggingface.co/datasets/jvamvas/apertus-pretrain-romansh-backtranslated that has been processed as follows: Balanced subsampling to 30k samples (5k samples per variety) Samples with higher LID scores are prioritized Formatted as German-to-Romansh translation instruction pairs in prompt/completion format (prompt: Übersetze den folgenden Text nach {variety}:\n\n{german_backtranslation}; completion: the Romansh text) Normalized linebreaks to have clear text… See the full description on the dataset page: https://huggingface.co/datasets/jvamvas/apertus-pretrain-romansh-backtranslated-sft.text10K<n<100K0 likes17 downloads6mo agoHugging Face14danish-foundation-models /croco-munin-apertus-8b-da-generatedtabular1K<n<10K0 likes15 downloads3mo agoHugging Face15danish-foundation-models /croco-munin-apertus-8b-da-goldtabular1K<n<10K0 likes13 downloads3mo agoHugging Face16fffoivos /apertus-c3-dedup-audit-dedup-20260519t010924zgated Apertus C3 Dedup Audit - dedup_20260519T010924Z This gated public dataset repository contains machine-readable duplicate-overlap artifacts for the run dedup_20260519T010924Z. Scope: HF source-pool overlap with Apertus pretraining sources, not the exact sampled C3 training mix. The held-out contamination check was skipped because no holdout doc-key list was provided. Headline Counts HF source-pool docs audited: 98,203,721 Matched HF source-pool docs: 2,223,781… See the full description on the dataset page: https://huggingface.co/datasets/fffoivos/apertus-c3-dedup-audit-dedup-20260519t010924z.n<1K0 likes12 downloads4mo agoHugging Face17danish-foundation-models /croco-munin-apertus-8b-da-simpo-tunedtabular1K<n<10K0 likes11 downloads3mo agoHugging Face18jkminder /apertus-annotation-feedbacktextn<1K0 likes7 downloads3mo agoHugging Face19danish-foundation-models /croco-munin-apertus-8b-databular1K<n<10K0 likes7 downloads3mo agoHugging Face20danish-foundation-models /croco-munin-apertus-8b-da-simpotabular1K<n<10K0 likes7 downloads3mo agoHugging Face21danish-foundation-models /croco-munin-apertus-8b-da-lstabular1K<n<10K0 likes5 downloads3mo agoHugging Face22NewEden /apertus-rollouts-1tabularn<1K0 likes2 downloads9mo agoHugging Face

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