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
01HiTZ /Magpie-Llama-3.1-8B-Instruct-UnfilteredDataset generated using meta-llama/Llama-3.1-8B-Instruc with the MAGPIE codebase. The filtered dataset can be found here: /HiTZ/Magpie-Llama-3.1-8B-Instruct-Filtered System prompts used General <|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nCutting Knowledge Date: December 2023\nToday Date: 26 Jul 2024\n\n<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n Code <|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are an AI… See the full description on the dataset page: https://huggingface.co/datasets/HiTZ/Magpie-Llama-3.1-8B-Instruct-Unfiltered.tabular1M<n<10M0 likes375 downloads1y agoHugging Face02raymondzmc /tweet_topic_Llama-3.1-8B-Instruct_vocab_2000_lasttabular10K<n<100K0 likes272 downloads9mo agoHugging Face03raymondzmc /20_newsgroups_Llama-3.1-8B-Instruct_vocab_2000_lasttabular10K<n<100K0 likes227 downloads9mo agoHugging Face04raymondzmc /stackoverflow_Llama-3.1-8B-Instruct_vocab_2000_lasttabular10K<n<100K0 likes224 downloads9mo agoHugging Face05twinkle-ai /Llama-3.1-8B-Instruct-eval-logs-and-scorestabular100K<n<1M0 likes176 downloads7mo agoHugging Face06twinkle-ai /Llama-3.1-Taiwan-8B-Instruct-eval-logs-and-scorestabular100K<n<1M0 likes170 downloads7mo agoHugging Face07dongboklee /MMLU-Pro_Llama-3.1-8B-Instruct_gORM_train MMLU-Pro_Llama-3.1-8B-Instruct_gORM_train tabular100K<n<1M0 likes148 downloads3mo agoHugging Face08OALL /details_Dampfinchen__Llama-3.1-8B-Ultra-Instruct Dataset Card for Evaluation run of Dampfinchen/Llama-3.1-8B-Ultra-Instruct Dataset automatically created during the evaluation run of model Dampfinchen/Llama-3.1-8B-Ultra-Instruct. The dataset is composed of 136 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the… See the full description on the dataset page: https://huggingface.co/datasets/OALL/details_Dampfinchen__Llama-3.1-8B-Ultra-Instruct.tabular100K<n<1M0 likes143 downloads2y agoHugging Face09OALL /details_gaverfraxz__Meta-Llama-3.1-8B-Instruct-HalfAbliterated-TIES Dataset Card for Evaluation run of gaverfraxz/Meta-Llama-3.1-8B-Instruct-HalfAbliterated-TIES Dataset automatically created during the evaluation run of model gaverfraxz/Meta-Llama-3.1-8B-Instruct-HalfAbliterated-TIES. The dataset is composed of 136 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The… See the full description on the dataset page: https://huggingface.co/datasets/OALL/details_gaverfraxz__Meta-Llama-3.1-8B-Instruct-HalfAbliterated-TIES.tabular100K<n<1M0 likes130 downloads2y agoHugging Face10HINT-lab /Llama_3.1-8B-Instruct-Self-CalibrationThe official repository which contains the code and pre-trained models/datasets for our paper Efficient Test-Time Scaling via Self-Calibration. 🔥 Updates [2025-3-3]: We released our paper. [2025-2-25]: We released our codes, models and datasets. 🏴󠁶󠁵󠁭󠁡󠁰󠁿 Overview We propose an efficient test-time scaling method by using model confidence for dynamically sampling adjustment, since confidence can be seen as an intrinsic measure that directly reflects model… See the full description on the dataset page: https://huggingface.co/datasets/HINT-lab/Llama_3.1-8B-Instruct-Self-Calibration.tabularquestion-answering100K<n<1M0 likes127 downloads2y agoHugging Face11juiceb0xc0de /llama-3.1-8b-instruct-atlas llama-3.1-8b-instruct-atlas image1M<n<10M0 likes127 downloads28d agoHugging Face12sibasmarakp /Llama-3.1-8B-Instruct-uPRM-T80-adapters-best_of_n-completionstabular10K<n<100K0 likes123 downloads8mo agoHugging Face13dvilasuero /mmlu-pro-prep-eval-Llama-3.1-8B-Instruct-cottabularn<1K0 likes117 downloads2y agoHugging Face14HiTZ /Magpie-Llama-3.1-8B-Instruct-FilteredDataset generated using meta-llama/Llama-3.1-8B-Instruct with the MAGPIE codebase. The unfiltered dataset can be found here: /HiTZ/Magpie-Llama-3.1-8B-Instruct-Unfiltered Filter criteria min_repetition = 100 def test_no_repetition(text: str): # Count the frequency of each word in the text word_count = Counter(text.split()) # Check if any word appears more than min_repetition times return all(count <= min_repetition for count in word_count.values()) def… See the full description on the dataset page: https://huggingface.co/datasets/HiTZ/Magpie-Llama-3.1-8B-Instruct-Filtered.tabular1M<n<10M1 likes86 downloads1y agoHugging Face15sibasmarakp /Llama-3.1-8B-Instruct-uPRM-T80-adapters-dvts-completionstabular1K<n<10K0 likes84 downloads8mo agoHugging Face16hazyresearch /MMLU-Pro_with_Llama_3.1_8B_Instruct_v1 MMLU-Pro with Llama-3.1-8B-Instruct This dataset contains 500 multiple-choice questions from the MMLU-Pro benchmark with 100 candidate responses generated by Llama-3.1-8B-Instruct for each problem. Each response has been evaluated for correctness using a mixture of GPT-4o-mini and procedural Python code to robustly parse different answer formats, and scored by multiple reward models (scalar values) and LM judges (boolean verdicts). Dataset Structure Split: Single… See the full description on the dataset page: https://huggingface.co/datasets/hazyresearch/MMLU-Pro_with_Llama_3.1_8B_Instruct_v1.tabularn<1K0 likes80 downloads1y agoHugging Face17dvilasuero /meta-llama_Llama-3.1-8B-Instruct_cot_mmlu-pro_20241016_231257 Dataset Card for meta-llama_Llama-3.1-8B-Instruct_cot_mmlu-pro_20241016_231257 This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/dvilasuero/meta-llama_Llama-3.1-8B-Instruct_cot_mmlu-pro_20241016_231257/raw/main/pipeline.yaml" or explore the… See the full description on the dataset page: https://huggingface.co/datasets/dvilasuero/meta-llama_Llama-3.1-8B-Instruct_cot_mmlu-pro_20241016_231257.tabularn<1K0 likes57 downloads2y agoHugging Face18open-llm-leaderboard /DeepAutoAI__d2nwg_Llama-3.1-8B-Instruct-v0.0-detailsgated Dataset Card for Evaluation run of DeepAutoAI/d2nwg_Llama-3.1-8B-Instruct-v0.0 Dataset automatically created during the evaluation run of model DeepAutoAI/d2nwg_Llama-3.1-8B-Instruct-v0.0 The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/DeepAutoAI__d2nwg_Llama-3.1-8B-Instruct-v0.0-details.tabular10K<n<100K0 likes53 downloads2y agoHugging Face19open-llm-leaderboard /meta-llama__Llama-3.1-8B-Instruct-detailsgated Dataset Card for Evaluation run of meta-llama/Llama-3.1-8B-Instruct Dataset automatically created during the evaluation run of model meta-llama/Llama-3.1-8B-Instruct The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/meta-llama__Llama-3.1-8B-Instruct-details.tabular10K<n<100K0 likes53 downloads2y agoHugging Face20mlfoundations-dev /Llama-3.1-8B-Instruct_eval_5554 mlfoundations-dev/Llama-3.1-8B-Instruct_eval_5554 Precomputed model outputs for evaluation. Evaluation Results Summary Metric AIME24 AMC23 MATH500 MMLUPro JEEBench GPQADiamond LiveCodeBench CodeElo CodeForces HLE HMMT AIME25 LiveCodeBenchv5 Accuracy 4.7 15.8 43.2 44.7 14.1 25.8 13.1 2.1 6.7 17.0 0.3 0.3 8.9 AIME24 Average Accuracy: 4.67% ± 0.84% Number of Runs: 10 Run Accuracy Questions Solved Total Questions 1 3.33%… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-dev/Llama-3.1-8B-Instruct_eval_5554.tabular10K<n<100K0 likes52 downloads1y agoHugging Face21winnieyangwannan /entity_all_Llama-3.1-8B-Instructtabular100K<n<1M0 likes45 downloads1y agoHugging Face22open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT-details.tabular10K<n<100K0 likes42 downloads2y agoHugging Face23open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-0.001-128K-auto-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-0.001-128K-auto Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-0.001-128K-auto The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-0.001-128K-auto-details.tabular10K<n<100K0 likes41 downloads2y agoHugging Face24open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto-details.tabular10K<n<100K0 likes40 downloads2y agoHugging Face25open-llm-leaderboard /NbAiLab__nb-llama-3.1-8B-Instruct-detailsgated Dataset Card for Evaluation run of NbAiLab/nb-llama-3.1-8B-Instruct Dataset automatically created during the evaluation run of model NbAiLab/nb-llama-3.1-8B-Instruct The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/NbAiLab__nb-llama-3.1-8B-Instruct-details.tabular10K<n<100K0 likes38 downloads2y agoHugging Face26open-llm-leaderboard /EpistemeAI2__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math-detailsgated Dataset Card for Evaluation run of EpistemeAI2/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math Dataset automatically created during the evaluation run of model EpistemeAI2/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI2__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math-details.tabular10K<n<100K0 likes37 downloads2y agoHugging Face27open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-details.tabular10K<n<100K1 likes36 downloads2y agoHugging Face28open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-details.tabular10K<n<100K0 likes36 downloads2y agoHugging Face29open-llm-leaderboard /EpistemeAI__Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy-detailsgated Dataset Card for Evaluation run of EpistemeAI/Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy Dataset automatically created during the evaluation run of model EpistemeAI/Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy-details.tabular10K<n<100K0 likes36 downloads2y agoHugging Face30JasonYan777 /PersonaSignal-LeakageCheck-Communication-Formality-Meta-Llama-3.1-8B-Instruct-Turbotabularn<1K0 likes36 downloads10mo agoHugging Face

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