CoolFace
10 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 likes191 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 likes26 downloads2y agoHugging Face03xylqn7 /mazes-binary-classification-simplifiedtabular10K<n<100K0 likes13 downloads9mo agoHugging Face04rbiswasfc /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 likes11 downloads2y agoHugging Face05HyaDoo /ko-voicephishing-binary-classification-ver2tabular10K<n<100K0 likes10 downloads2y agoHugging Face06HyaDoo /hd-bert-voicephishing-binary-classification-ver4tabular1K<n<10K0 likes10 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 Face

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