add MathInstruct dataset

Former-commit-id: 3d1d4b47055739854cf9788a902607e1bbba3723
This commit is contained in:
hiyouga
2023-09-13 22:30:14 +08:00
parent 1b762cf22c
commit 5daa358aab
3 changed files with 18 additions and 7 deletions

View File

@@ -95,6 +95,12 @@
"history": "history"
}
},
"codealpaca": {
"hf_hub_url": "sahil2801/CodeAlpaca-20k"
},
"alpaca_cot": {
"hf_hub_url": "QingyiSi/Alpaca-CoT"
},
"firefly": {
"hf_hub_url": "YeungNLP/firefly-train-1.1M",
"columns": {
@@ -104,11 +110,14 @@
"history": ""
}
},
"codealpaca": {
"hf_hub_url": "sahil2801/CodeAlpaca-20k"
},
"alpaca_cot": {
"hf_hub_url": "QingyiSi/Alpaca-CoT"
"mathinstruct": {
"hf_hub_url": "TIGER-Lab/MathInstruct",
"columns": {
"prompt": "instruction",
"query": "",
"response": "output",
"history": ""
}
},
"webqa": {
"hf_hub_url": "suolyer/webqa",