Robin021/DISC-Law-SFT 已完整同步
DISC-Law-SFT Dataset
Legal Intelligent systems in Chinese require a combination of various abilities, including legal text understanding and generation. To achieve this, we have constructed a high-quality supervised fine-tuning dataset called DISC-Law-SFT, which covers different legal scenarios such as legal information extraction, legal judgment prediction, legal document summarization, and legal question answering. DISC-Law-SFT comprises two subsets, DISC-Law-SFT-Pair and DISC-Law-SFT-Triplet. The former aims to introduce legal reasoning abilities to the LLM, while the latter helps enhance the model's capability to utilize external legal knowledge. For more detailed information, please refer to our technical report. The distribution of the dataset is:
We currently open-source most of the DISC-Law-SFT Dataset.
More detail and news check our homepage !
3 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_097db9dbee --revision 517421ac7f5d82469e9d2ead414e396dd8e6ab39 --output ./ds_ext_097db9dbee
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_097db9dbee --revision 517421ac7f5d82469e9d2ead414e396dd8e6ab39 --output ./ds_ext_097db9dbee
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_097db9dbee --revision 517421ac7f5d82469e9d2ead414e396dd8e6ab39 --output ./ds_ext_097db9dbee --overwrite
仅包含匹配路径
wehub datasets download ds_ext_097db9dbee --revision 517421ac7f5d82469e9d2ead414e396dd8e6ab39 --output ./ds_ext_097db9dbee --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_097db9dbee --revision 517421ac7f5d82469e9d2ead414e396dd8e6ab39 --output ./ds_ext_097db9dbee --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_097db9dbee --revision 517421ac7f5d82469e9d2ead414e396dd8e6ab39 --output ./ds_ext_097db9dbee --jobs 8
完整帮助:wehub datasets download --help