forked from p04798526/LLaMA-Factory-Mirror
Support for WebNovel dataset
This commit is contained in:
parent
894f13e41f
commit
4955dc9eed
|
@ -73,6 +73,7 @@
|
|||
- [UltraChat](https://github.com/thunlp/UltraChat)
|
||||
- [Open Assistant](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
||||
- [Open Assistant (Chinese)](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
||||
- [WebNovel (Chinese)](https://huggingface.co/datasets/zxbsmk/webnovel_cn)
|
||||
- For reward model training:
|
||||
- [HH-RLHF](https://huggingface.co/datasets/Anthropic/hh-rlhf)
|
||||
- [Open Assistant](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
||||
|
|
|
@ -149,5 +149,8 @@
|
|||
"response": "",
|
||||
"history": ""
|
||||
}
|
||||
},
|
||||
"novel_tokens512_50k": {
|
||||
"hf_hub_url": "zxbsmk/webnovel_cn"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue