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
01TommyKwok /binance-top50-spot-v1 Binance Top 50 Backtesting Dataset Built at: 2026-05-21T11:53:45.468482+00:00 Parameters Lookback: 1 days Top N: 3 Trade Types: spot, um Data Types: klines, aggTrades Build Status SPOT: 3 symbols klines: 3/3 healthy aggTrades: 3/3 healthy UM: 3 symbols klines: 3/3 healthy aggTrades: 3/3 healthy fundingRate: 3/3 healthy textrobotics100K<n<1M0 likes883 downloads4mo agoHugging Face02WeihaoLi /icd_naive_sft_mimic4_top50text100K<n<1M0 likes364 downloads5mo agoHugging Face03ddzyx /european-football-matches-top5 ⚽️ European Top 5 Football Leagues Match Stats (QiuXiaoCe Dataset) 欧洲五大联赛(英超、西甲、意甲、德甲、法甲)历史比赛攻防与比分开放研究数据集。 由 球小策(qiuxiaoce.com) 足球大数据中心清洗、校验并开源,供机器学习、体育运筹学、泊松分布赛果预测模型与量化分析研究使用。 🌐 数据事实源: 球小策 AI 足球数据中心 📊 每日分析与赛前速览: https://www.qiuxiaoce.com/mei-ri-bao-gao-su-lan/ 💻 官方 Python SDK: pip install qiuxiaoce (PyPI) 📋 数据集字段说明 字段名 类型 说明 fixture_id Integer 国际通用比赛唯一 ID date String 比赛开赛时间(ISO 8601 UTC) season Integer 赛季起始年份(如 2024 代表 2024/25 赛季) league… See the full description on the dataset page: https://huggingface.co/datasets/ddzyx/european-football-matches-top5.tabulartabular-classificationn<1K0 likes111 downloads17d agoHugging Face04DCAgent /e1_gpt_long_top50_weighted_top4_glm47_tracestext100K<n<1M0 likes100 downloads5mo agoHugging Face05BByrneLab /Infoseek-train-with-EvaClip-retrieval-top5text10K<n<100K0 likes60 downloads2mo agoHugging Face06bgchoi /multiqa_top5The dataset is originated by dmrau/multi_qa. The topk passages are retrieved by SPLADE-v3 and the pred_answer is generated with Mistral-7B-Instruct-v0.2 with the retrieved passages. text100K<n<1M0 likes56 downloads5mo agoHugging Face07myyycroft /counterfact_true_false_top512_logitstext10K<n<100K0 likes51 downloads6mo agoHugging Face08Atipico1 /trivia-top5_preprocessedtext10K<n<100K0 likes44 downloads3y agoHugging Face09tarsur385 /swebench-pro-top5-trajectories SWE-bench Pro — top-5 model trajectories (from Transluce Docent) Agent trajectories for the 5 highest-resolved models in the SWE-bench Pro public Docent collection 032fb63d-4992-4bfc-911d-3b7dafcb931f, pulled via the Docent SDK. Models (by resolved rate): Claude 4.5 Sonnet (43.7%), Claude 4 Sonnet (42.7%), Claude 4.5 Haiku (39.5%), GPT-5 (36.4%), GLM-4.5 (35.5%). 3,479 trajectories. One JSONL row per run: trajectory_id, task_id (instance_id), model, reward (resolved 1/0)… See the full description on the dataset page: https://huggingface.co/datasets/tarsur385/swebench-pro-top5-trajectories.text1K<n<10K0 likes43 downloads4d agoHugging Face10TommyKwok /binance-swing-top50 Binance Top 50 Backtesting Dataset Built at: 2026-06-01T22:11:05.621245+00:00 Parameters Lookback: 30 days Top N: 50 Trade Types: spot, um, cm Data Types: klines, aggTrades, fundingRate Build Status SPOT: 50 symbols aggTrades: 47/50 healthy fundingRate: 49/50 healthy klines: 49/50 healthy UM: 50 symbols aggTrades: 48/50 healthy fundingRate: 47/50 healthy klines: 49/50 healthy CM: 0 symbols tabularrobotics1M<n<10M0 likes40 downloads4mo agoHugging Face11pxyyy /mix-math-20k-removed-top5000-by-mp-1e-4-for-MATH-Correct-2k Dataset Card for "mix-math-20k-removed-top5000-by-mp-1e-4-for-MATH-Correct-2k" More Information needed text10K<n<100K0 likes39 downloads1y agoHugging Face12pxyyy /NuminaMath-CoT-smp20k-removed-top500-by-mp-3e-4 Dataset Card for "NuminaMath-CoT-smp20k-removed-top500-by-mp-3e-4" More Information needed text10K<n<100K0 likes39 downloads1y agoHugging Face13DLBDAlkemy /enhanced_reranking_hyde_text-embedding-3-small_queries_with_top5_chunkstext10K<n<100K0 likes38 downloads11mo agoHugging Face14pxyyy /NuminaMath-CoT-smp20k-removed-top500-by-logix-Qwen2.5-7B-NuminaMath-CoT-smp20k-ep1-2e-5 Dataset Card for "NuminaMath-CoT-smp20k-removed-top500-by-logix-Qwen2.5-7B-NuminaMath-CoT-smp20k-ep1-2e-5" More Information needed text10K<n<100K0 likes37 downloads2y agoHugging Face15dynopii /OpenOrca-Top5percent🐋 The OpenOrca-Top5Percent Dataset! 🐋 We are excited to introduce the OpenOrca-Top5Percent dataset, a refined version of the original OpenOrca dataset. This dataset contains only those entries which utilize the top 5% most frequently used words in the OpenOrca dataset, aiming to focus on high-frequency vocabulary for various NLP tasks. Dataset Summary The OpenOrca-Top5Percent dataset is a curated subset of the augmented FLAN Collection data, focusing specifically on entries that… See the full description on the dataset page: https://huggingface.co/datasets/dynopii/OpenOrca-Top5percent.texttext-classification1M<n<10M2 likes36 downloads3y agoHugging Face16pxyyy /NuminaMath-CoT-smp20k-removed-top500-by-logix-for-MATH-Correct-2kimport numpy as np import torch from tqdm import tqdm from datasets import load_dataset, DatasetDict, Dataset import datasets def get_top_n_docs(scores, n): """Return top-n document indices for a query, ignoring negative scores.""" valid_docs = np.where(scores >= 0)[0] # Filter out negative scores sorted_indices = np.argsort(-scores[valid_docs]) # Descending order top_n_indices = valid_docs[sorted_indices][:n] # Take top n return set(top_n_indices) def… See the full description on the dataset page: https://huggingface.co/datasets/pxyyy/NuminaMath-CoT-smp20k-removed-top500-by-logix-for-MATH-Correct-2k.text10K<n<100K0 likes35 downloads2y agoHugging Face17seonjeongh /ODQA_bm25_top5_documentstext10K<n<100K1 likes34 downloads2y agoHugging Face18DLBDAlkemy /enhanced_text-embedding-3-small_queries_with_top5_chunkstext10K<n<100K0 likes34 downloads11mo agoHugging Face19pxyyy /autoif-20k-removed-top500-by-logix-for-ifeval-correct-200 Dataset Card for "autoif-20k-removed-top500-by-logix-for-ifeval-correct-200" More Information needed text10K<n<100K0 likes33 downloads1y agoHugging Face20seonjeongh /ODQA_colbert_top5_100wordstext10K<n<100K0 likes32 downloads2y agoHugging Face21pxyyy /NuminaMath-CoT-smp20k-removed-top500-by-mp-Qwen2.5-7B-NuminaMath-CoT-smp20k-ep1-2e-5 Dataset Card for "NuminaMath-CoT-smp20k-removed-top500-by-mp-Qwen2.5-7B-NuminaMath-CoT-smp20k-ep1-2e-5" More Information needed text10K<n<100K0 likes30 downloads2y agoHugging Face22pxyyy /mix-math-20k-removed-top500-by-mp-3e-4-for-MATH-Correct-2k Dataset Card for "mix-math-20k-removed-top500-by-mp-3e-4-for-MATH-Correct-2k" More Information needed text10K<n<100K0 likes30 downloads1y agoHugging Face23Atipico1 /trivia-top5text10K<n<100K0 likes28 downloads3y agoHugging Face24chwenjun225 /top_5_insurance_brands_june_news_and_twitter_only Top 5 Insurance Brands June News and Twitter Only A brief description of the dataset and its purpose. Dataset Summary Provide a summary of the dataset, including its size, the type of data it contains, and any other relevant information. Supported Tasks and Leaderboards List the tasks that this dataset supports and any associated leaderboards. Languages English Dataset Structure Data Instances Provide an example of a data… See the full description on the dataset page: https://huggingface.co/datasets/chwenjun225/top_5_insurance_brands_june_news_and_twitter_only.text1K<n<10K0 likes27 downloads2y agoHugging Face25Aratako /Bluemoon_Top50MB_Sorted_Fixed_ja Bluemoon_Top50MB_Sorted_Fixed_ja SicariusSicariiStuff/Bluemoon_Top50MB_Sorted_Fixedを、GENIAC-Team-Ozaki/karakuri-lm-8x7b-chat-v0.1-awqを用いて日本語に翻訳したロールプレイ学習用データセットです。 LLMの推論にはDeepInfraというサービスを使いました。 翻訳の詳細 3-shots promptingでの翻訳 mistralのtokenizerで出力が8000トークンを超えるまで翻訳 元データセットにある非常に長い対話は上記条件で途中のターンで翻訳を終了しています。 LLM特有の同じ出力が繰り返される現象に遭遇した場合、その時点で該当レコードの翻訳を終了 この結果1ターン未満となったレコード(157件)を削除… See the full description on the dataset page: https://huggingface.co/datasets/Aratako/Bluemoon_Top50MB_Sorted_Fixed_ja.tabulartext-generationn<1K3 likes26 downloads2y agoHugging Face26pxyyy /NuminaMath-CoT-smp20k-removed-top500-by-random Dataset Card for "NuminaMath-CoT-smp20k-removed-top500-by-random" More Information needed text10K<n<100K0 likes26 downloads2y agoHugging Face27pxyyy /mix-math-20k-removed-top5000-by-mp-3e-4-for-MATH-Correct-2k Dataset Card for "mix-math-20k-removed-top5000-by-mp-3e-4-for-MATH-Correct-2k" More Information needed text10K<n<100K0 likes26 downloads1y agoHugging Face28pxyyy /autoif-20k-removed-top500-by-mp-3e-4-for-ifeval-correct-200 Dataset Card for "autoif-20k-removed-top500-by-mp-3e-4-for-ifeval-correct-200" More Information needed text10K<n<100K0 likes26 downloads1y agoHugging Face29pxyyy /mix-math-20k-removed-top500-by-mp_cov-3e-4-for-MATH-Correct-2k Dataset Card for "mix-math-20k-removed-top500-by-mp_cov-3e-4-for-MATH-Correct-2k" More Information needed text10K<n<100K0 likes26 downloads1y agoHugging Face30bjoernp /code_search_net_python_filtered_top50k Dataset Card for "code_search_net_python_filtered_top50k" More Information needed tabular10K<n<100K0 likes25 downloads3y agoHugging Face

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