add MathInstruct dataset
This commit is contained in:
parent
7ba57d5b14
commit
026af87e7f
|
@ -90,10 +90,11 @@
|
||||||
- [BELLE Dialogue 0.4M (zh)](https://huggingface.co/datasets/BelleGroup/generated_chat_0.4M)
|
- [BELLE Dialogue 0.4M (zh)](https://huggingface.co/datasets/BelleGroup/generated_chat_0.4M)
|
||||||
- [BELLE School Math 0.25M (zh)](https://huggingface.co/datasets/BelleGroup/school_math_0.25M)
|
- [BELLE School Math 0.25M (zh)](https://huggingface.co/datasets/BelleGroup/school_math_0.25M)
|
||||||
- [BELLE Multiturn Chat 0.8M (zh)](https://huggingface.co/datasets/BelleGroup/multiturn_chat_0.8M)
|
- [BELLE Multiturn Chat 0.8M (zh)](https://huggingface.co/datasets/BelleGroup/multiturn_chat_0.8M)
|
||||||
- [Firefly 1.1M (zh)](https://huggingface.co/datasets/YeungNLP/firefly-train-1.1M)
|
|
||||||
- [LIMA (en)](https://huggingface.co/datasets/GAIR/lima)
|
- [LIMA (en)](https://huggingface.co/datasets/GAIR/lima)
|
||||||
- [CodeAlpaca 20k (en)](https://huggingface.co/datasets/sahil2801/CodeAlpaca-20k)
|
- [CodeAlpaca 20k (en)](https://huggingface.co/datasets/sahil2801/CodeAlpaca-20k)
|
||||||
- [Alpaca CoT (multilingual)](https://huggingface.co/datasets/QingyiSi/Alpaca-CoT)
|
- [Alpaca CoT (multilingual)](https://huggingface.co/datasets/QingyiSi/Alpaca-CoT)
|
||||||
|
- [MathInstruct (en)](https://huggingface.co/datasets/TIGER-Lab/MathInstruct)
|
||||||
|
- [Firefly 1.1M (zh)](https://huggingface.co/datasets/YeungNLP/firefly-train-1.1M)
|
||||||
- [Web QA (zh)](https://huggingface.co/datasets/suolyer/webqa)
|
- [Web QA (zh)](https://huggingface.co/datasets/suolyer/webqa)
|
||||||
- [UltraChat (en)](https://github.com/thunlp/UltraChat)
|
- [UltraChat (en)](https://github.com/thunlp/UltraChat)
|
||||||
- [WebNovel (zh)](https://huggingface.co/datasets/zxbsmk/webnovel_cn)
|
- [WebNovel (zh)](https://huggingface.co/datasets/zxbsmk/webnovel_cn)
|
||||||
|
|
|
@ -90,10 +90,11 @@
|
||||||
- [BELLE Dialogue 0.4M (zh)](https://huggingface.co/datasets/BelleGroup/generated_chat_0.4M)
|
- [BELLE Dialogue 0.4M (zh)](https://huggingface.co/datasets/BelleGroup/generated_chat_0.4M)
|
||||||
- [BELLE School Math 0.25M (zh)](https://huggingface.co/datasets/BelleGroup/school_math_0.25M)
|
- [BELLE School Math 0.25M (zh)](https://huggingface.co/datasets/BelleGroup/school_math_0.25M)
|
||||||
- [BELLE Multiturn Chat 0.8M (zh)](https://huggingface.co/datasets/BelleGroup/multiturn_chat_0.8M)
|
- [BELLE Multiturn Chat 0.8M (zh)](https://huggingface.co/datasets/BelleGroup/multiturn_chat_0.8M)
|
||||||
- [Firefly 1.1M (zh)](https://huggingface.co/datasets/YeungNLP/firefly-train-1.1M)
|
|
||||||
- [LIMA (en)](https://huggingface.co/datasets/GAIR/lima)
|
- [LIMA (en)](https://huggingface.co/datasets/GAIR/lima)
|
||||||
- [CodeAlpaca 20k (en)](https://huggingface.co/datasets/sahil2801/CodeAlpaca-20k)
|
- [CodeAlpaca 20k (en)](https://huggingface.co/datasets/sahil2801/CodeAlpaca-20k)
|
||||||
- [Alpaca CoT (multilingual)](https://huggingface.co/datasets/QingyiSi/Alpaca-CoT)
|
- [Alpaca CoT (multilingual)](https://huggingface.co/datasets/QingyiSi/Alpaca-CoT)
|
||||||
|
- [MathInstruct (en)](https://huggingface.co/datasets/TIGER-Lab/MathInstruct)
|
||||||
|
- [Firefly 1.1M (zh)](https://huggingface.co/datasets/YeungNLP/firefly-train-1.1M)
|
||||||
- [Web QA (zh)](https://huggingface.co/datasets/suolyer/webqa)
|
- [Web QA (zh)](https://huggingface.co/datasets/suolyer/webqa)
|
||||||
- [UltraChat (en)](https://github.com/thunlp/UltraChat)
|
- [UltraChat (en)](https://github.com/thunlp/UltraChat)
|
||||||
- [WebNovel (zh)](https://huggingface.co/datasets/zxbsmk/webnovel_cn)
|
- [WebNovel (zh)](https://huggingface.co/datasets/zxbsmk/webnovel_cn)
|
||||||
|
|
|
@ -95,6 +95,12 @@
|
||||||
"history": "history"
|
"history": "history"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"codealpaca": {
|
||||||
|
"hf_hub_url": "sahil2801/CodeAlpaca-20k"
|
||||||
|
},
|
||||||
|
"alpaca_cot": {
|
||||||
|
"hf_hub_url": "QingyiSi/Alpaca-CoT"
|
||||||
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"hf_hub_url": "YeungNLP/firefly-train-1.1M",
|
"hf_hub_url": "YeungNLP/firefly-train-1.1M",
|
||||||
"columns": {
|
"columns": {
|
||||||
|
@ -104,11 +110,14 @@
|
||||||
"history": ""
|
"history": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"codealpaca": {
|
"mathinstruct": {
|
||||||
"hf_hub_url": "sahil2801/CodeAlpaca-20k"
|
"hf_hub_url": "TIGER-Lab/MathInstruct",
|
||||||
},
|
"columns": {
|
||||||
"alpaca_cot": {
|
"prompt": "instruction",
|
||||||
"hf_hub_url": "QingyiSi/Alpaca-CoT"
|
"query": "",
|
||||||
|
"response": "output",
|
||||||
|
"history": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"webqa": {
|
"webqa": {
|
||||||
"hf_hub_url": "suolyer/webqa",
|
"hf_hub_url": "suolyer/webqa",
|
||||||
|
|
Loading…
Reference in New Issue