Files
GENIES/distributions/alpaca_chat/metadata.json
T
JoshuaClymer 70bd2ea15d Initial commit
2023-11-11 19:44:09 +00:00

20 lines
537 B
JSON

{
"id": "alpaca_chat",
"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_mmlu",
"reward_seeking",
"punishment_avoidance"
]
}