m-a-p/Matrix 已完整同步
Matrix
An open-source pretraining dataset containing 4690 billion tokens, this bilingual dataset with both English and Chinese texts is used for training neo models.
Dataset Composition
The dataset consists of several components, each originating from different sources and serving various purposes in language modeling and processing. Below is a brief overview of each component:
Common Crawl
Extracts from the Common Crawl project, featuring a rich diversity of internet text including websites, blogs, news articles, and more.
Code
A collection of coding-related data.
Paper
Consists of academic and research papers covering a broad spectrum of disciplines, offering technical and domain-specific language.
Book
Comprises texts from a range of published books, encompassing literature, non-fiction, textbooks, and more.
Instruction
Features a collection of texts primarily in a Q&A format.
Exam
Contains various educational materials and assessments used in academic examinations.
News
A collection of texts from various journalistic sources, reporting on current events and news stories.
Wiki
Articles from various encyclopedic sources, not limited to Wikipedia, covering a wide array of topics and information.
Patent
Includes texts from patent documents, providing detailed descriptions of inventions and their applications.
Citation
@article{zhang2024mapneo,
title = {MAP-Neo: Highly Capable and Transparent Bilingual Large Language Model Series},
author = {Ge Zhang and Scott Qu and Jiaheng Liu and Chenchen Zhang and Chenghua Lin and Chou Leuang Yu and Danny Pan and Esther Cheng and Jie Liu and Qunshu Lin and Raven Yuan and Tuney Zheng and Wei Pang and Xinrun Du and Yiming Liang and Yinghao Ma and Yizhi Li and Ziyang Ma and Bill Lin and Emmanouil Benetos and Huan Yang and Junting Zhou and Kaijing Ma and Minghao Liu and Morry Niu and Noah Wang and Quehry Que and Ruibo Liu and Sine Liu and Shawn Guo and Soren Gao and Wangchunshu Zhou and Xinyue Zhang and Yizhi Zhou and Yubo Wang and Yuelin Bai and Yuhan Zhang and Yuxiang Zhang and Zenith Wang and Zhenzhu Yang and Zijian Zhao and Jiajun Zhang and Wanli Ouyang and Wenhao Huang and Wenhu Chen},
year = {2024},
journal = {arXiv preprint arXiv: 2405.19327}
}
数据概览
Matrix 面向大语言模型预训练,当前镜像主要包含 JSONL 语料和说明文件。数据规模很大,使用时应评估存储、带宽、去重质量和许可证覆盖范围。
496 个文件
浏览文件数据集版权信息
本数据集的许可证为 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_75903cf3e5 --revision d24b4ebc12d2bae7561647071b2e90e41e74db2e --output ./ds_ext_75903cf3e5
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_75903cf3e5 --revision d24b4ebc12d2bae7561647071b2e90e41e74db2e --output ./ds_ext_75903cf3e5
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_75903cf3e5 --revision d24b4ebc12d2bae7561647071b2e90e41e74db2e --output ./ds_ext_75903cf3e5 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_75903cf3e5 --revision d24b4ebc12d2bae7561647071b2e90e41e74db2e --output ./ds_ext_75903cf3e5 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_75903cf3e5 --revision d24b4ebc12d2bae7561647071b2e90e41e74db2e --output ./ds_ext_75903cf3e5 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_75903cf3e5 --revision d24b4ebc12d2bae7561647071b2e90e41e74db2e --output ./ds_ext_75903cf3e5 --jobs 8
完整帮助:wehub datasets download --help