This dataset is used to check criticon prompts/responses while testing, it contains instructions/responses from mt_bench_eval, as extracted from:
https://github.com/kaistAI/prometheus/blob/main/evaluation/benchmark/data/mt_bench_eval.json
The dataset has been obtained cleaning the data with:
import re
import pandas as pd
from datasets import Dataset
ds = Dataset.from_pandas(df, preserve_index=False)… See the full description on the dataset page:
https://huggingface.co/datasets/distilabel-internal-testing/mt-bench-eval-critique.