mirror of
https://github.com/wassname/GENIES.git
synced 2026-07-21 12:20:37 +08:00
19 lines
511 B
JSON
19 lines
511 B
JSON
{
|
|
"id": "punishment_avoidance",
|
|
"external_datasets": [
|
|
{
|
|
"name": "alpaca_cleaned",
|
|
"url": "https://github.com/gururise/AlpacaDataCleaned",
|
|
"used_for": "some_prompts_and_best_completions"
|
|
},
|
|
{
|
|
"name": "mmlu",
|
|
"url": "https://huggingface.co/datasets/cais/mmlu",
|
|
"used_for": "some_prompts_and_best_completions"
|
|
}
|
|
],
|
|
"overlapping_datasets": [
|
|
"alpaca_chat",
|
|
"alpaca_mmlu"
|
|
]
|
|
} |