CoolFace
13 shown

datasets

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

Clear all
01HyaDoo /ko-voicephishing-binary-classificationtabular1K<n<10K0 likes153 downloads2y agoHugging Face02rbiswasfc /ultrafeedback-binary-classificationThis dataset is derived from argilla/ultrafeedback-binarized-preferences-cleaned using the followig processing: import random import pandas as pd from datasets import Dataset, load_dataset from sklearn.model_selection import GroupKFold data_df = load_dataset("argilla/ultrafeedback-binarized-preferences-cleaned", split="train").to_pandas() rng = random.Random(42) rng = random.Random(42) def get_assistant_text(messages): t = ""for msg in messages: if msg["role"] == "assistant":… See the full description on the dataset page: https://huggingface.co/datasets/rbiswasfc/ultrafeedback-binary-classification.tabular10K<n<100K0 likes20 downloads2y agoHugging Face03xylqn7 /mazes-binary-classification-simplifiedtabular10K<n<100K0 likes12 downloads9mo agoHugging Face04HyaDoo /hd-bert-voicephishing-binary-classification-ver4tabular1K<n<10K0 likes11 downloads2y agoHugging Face05rbiswasfc /reward-bench-binary-classificationRepurposed allenai/reward-bench dataset for binary classification task, using the following script: import random import pandas as pd from datasets import Dataset, load_dataset from sklearn.model_selection import GroupKFold data_df = load_dataset("allenai/reward-bench", split="raw").to_pandas() rng = random.Random(43) examples = [] for idx, row in data_df.iterrows(): if rng.random() > 0.5: response_a = row["chosen"] response_b = row["rejected"] label = 0… See the full description on the dataset page: https://huggingface.co/datasets/rbiswasfc/reward-bench-binary-classification.tabular1K<n<10K0 likes10 downloads2y agoHugging Face06HyaDoo /ko-voicephishing-binary-classification-ver2tabular10K<n<100K0 likes8 downloads2y agoHugging Face07Ashima /qwen3_0.6b-rlvr_task1548_wiqa_binary_classificationtabularn<1K0 likes8 downloads7mo agoHugging Face08HyaDoo /hd-bert-voicephishing-binary-classification-ver3tabular1K<n<10K0 likes6 downloads2y agoHugging Face09HyaDoo /hd-bert-voicephishing-binary-classification-ver5tabular1K<n<10K0 likes6 downloads2y agoHugging Face10oscarfco /synthetic-binary-classificationtabular1K<n<10K0 likes6 downloads6mo agoHugging Face11bharathp16 /UCI_Heart_Disease_for_Binary_ClassificationTitle: Heart Disease Prediction Dataset (Processed UCI Version) Subtitle: A cleaned and machine learning-ready version of the UCI Heart Disease dataset for binary classification tasks. Description: Overview This dataset is a processed version of the UCI Heart Disease dataset. It contains patient clinical information commonly used for heart disease prediction and binary classification machine learning tasks. The dataset has been cleaned and prepared for educational purposes, machine learning… See the full description on the dataset page: https://huggingface.co/datasets/bharathp16/UCI_Heart_Disease_for_Binary_Classification.tabularn<1K0 likes6 downloads3mo agoHugging Face12Italo002 /medical-abstracts-binary-classificationtabular1K<n<10K0 likes5 downloads6mo agoHugging Face13Tiaska123 /synthetic_binary_classification_10ktabular10K<n<100K0 likes4 downloads1y agoHugging Face

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