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
01figmtu /aac_c4_deberta_classifiedThis dataset contains sentences from the Colossal Clean Crawled Corpus corpus. Each sentence is scored according to how similar it was to a spoken (dialogue_prob) or written (forum_prob) communication. See our EMNLP 2025 paper for details. tabular1B<n<10B1 likes386 downloads5mo agoHugging Face02figmtu /aac_c4_deberta_classified_0.90This dataset contains sentences from the Colossal Clean Crawled Corpus corpus. This is a subset of the dataset figmtu/aac_c4_deberta_classified. It contains only the sentences that had a dialogue or forum probability of 0.90 or greater. See our EMNLP 2025 paper for details. text100M<n<1B0 likes319 downloads5mo agoHugging Face03hriaz /wikitext-tags-deberta-base1M<n<10M0 likes173 downloads1y agoHugging Face04hriaz /wikitext-tags-deberta-v31M<n<10M0 likes105 downloads1y agoHugging Face05cike-dev /DeBERTa_multi-class_cb_datasettabular100K<n<1M0 likes94 downloads8mo agoHugging Face06figmtu /aac_subtitle_deberta_classifiedThis dataset contains sentences from the OpenSubtitles2016 movie subtitle corpus. Each sentence is scored according to how similar it was to a spoken (dialogue_prob) or written (forum_prob) communication. See our EMNLP 2025 paper for details. tabular10M<n<100M0 likes69 downloads5mo agoHugging Face07gguichard /wsd_UFSAC_deberta_v3_largetext1M<n<10M0 likes67 downloads2y agoHugging Face08hlyn-labs /prompt-injection-judge-deberta-datasetgated 🛡️ Prompt Injection Detection Dataset A 400K-sample, production-grade dataset for training binary classifiers to detect prompt injections, jailbreaks, and adversarial attacks targeting LLMs. This is the exact dataset used to train hlyn-labs/prompt-injection-judge-deberta-70m. Quick Start from datasets import load_dataset ds = load_dataset("hlyn-labs/prompt-injection-judge-deberta-dataset") Dataset Summary Stat Value Total Samples 399… See the full description on the dataset page: https://huggingface.co/datasets/hlyn-labs/prompt-injection-judge-deberta-dataset.texttext-classification100K<n<1M3 likes62 downloads4mo agoHugging Face09artianand /test_data_deberta_v3_large_npretabular10K<n<100K0 likes49 downloads2y agoHugging Face10artianand /test_data_deberta_v3_large_racetabular10K<n<100K0 likes44 downloads2y agoHugging Face11figmtu /aac_c4_deberta_classified_0.90_small_4mThis dataset contains sentences from the Colossal Clean Crawled Corpus corpus. This is a subset of the dataset figmtu/aac_c4_deberta_classified. It contains only the sentences that had a dialogue or forum probability of 0.90 or greater. This dataset is further limited to only 4M training examples for use in hyperparameter tuning. See our EMNLP 2025 paper for details. text1M<n<10M0 likes39 downloads5mo agoHugging Face12llm-semantic-router /halueval-spans-deberta HaluEval Span-Level Dataset 🔍 Span-level hallucination detection dataset converted from HaluEval using DeBERTa-FEVER-ANLI NLI model. Quick Start from datasets import load_dataset dataset = load_dataset("llm-semantic-router/halueval-spans-deberta") Why This Dataset? Problem Solution HaluEval has binary labels only ✅ Span-level annotations Most hallucination datasets are imbalanced ✅ 45.8% hallucinated tokens Token classifiers need character… See the full description on the dataset page: https://huggingface.co/datasets/llm-semantic-router/halueval-spans-deberta.texttoken-classification10K<n<100K0 likes37 downloads9mo agoHugging Face13Shweta-singh /Deberta_results_racetabular10K<n<100K0 likes32 downloads2y agoHugging Face14kkvc-hf /Style-Bert-VITS2-bert_deberta-v2-large-japanese-char-wwm0 likes28 downloads2y agoHugging Face15RoyArkh /deberta-base-pii-300k100K<n<1M0 likes26 downloads5mo agoHugging Face16Crystalcareai /UltraInteract-Debertatext100K<n<1M0 likes25 downloads2y agoHugging Face17RowKick /stage1-deberta0 likes22 downloads1y agoHugging Face18Shweta-singh /Deberta_results_race_new_input_format_2tabular10K<n<100K0 likes21 downloads2y agoHugging Face19ShiningJazz /rs_deberta_faithful_summary_unannotatedtext10K<n<100K0 likes17 downloads2y agoHugging Face20artianand /bbq_deberta_v3_large_race_custom_loss_less_adapter_categories_predictionstabular10K<n<100K0 likes16 downloads2y agoHugging Face21artianand /bbq_deberta_v3_large_race_custom_loss_custom_dataset_custom_headtabular10K<n<100K0 likes16 downloads1y agoHugging Face22RowKick /stage2-deberta-v30 likes16 downloads1y agoHugging Face23rosimeirecosta /c_corpus_br_finetuning_language_model_deberta Dataset Card for "c_corpus_br_finetuning_language_model_deberta" More Information needed text100K<n<1M2 likes15 downloads4y agoHugging Face24AITeamUIT /eval-gliner2-deberta_base-uni-202606210 likes15 downloads3mo agoHugging Face25Shweta-singh /Deberta_results_race_new_input_formattabular10K<n<100K0 likes14 downloads2y agoHugging Face26artianand /bbq_deberta_v3_large_race_custom_loss_race_format_predictionstabular10K<n<100K0 likes14 downloads2y agoHugging Face27artianand /bbq_deberta_v3_large_race_custom_loss_lamda_07_predictionstabular10K<n<100K0 likes14 downloads1y agoHugging Face28artianand /bbq_deberta_v3_large_race_finetuned_predictionstabular10K<n<100K0 likes14 downloads1y agoHugging Face29yizhilll /demo_rejection_sampling_QA_phi-2_deberta-v3-large-v2_temp0.2This is a demo constructed dataset for alignment/preference learning. With paritially handcrafted questions (prompts), the answers are genreated by the phi-2 model with temperature 0.2 and the answers are scores select by the deberta-large-v2. The dataset containing questions and the selected answers from highest to lowest, decoding with rejection sampling K=8. Example loading: import datasets ds = datasets.load_dataset('yizhilll/demo_rejection_sampling_QA_phi-2_deberta-v3-large-v2_temp0.2')… See the full description on the dataset page: https://huggingface.co/datasets/yizhilll/demo_rejection_sampling_QA_phi-2_deberta-v3-large-v2_temp0.2.texttext-generationn<1K0 likes13 downloads3y agoHugging Face30Shweta-singh /test_data_deberta_v3_large_racetabular10K<n<100K0 likes13 downloads2y agoHugging Face

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