File size: 862 Bytes
62e50af 595dc8c 62e50af 595dc8c 91010d6 595dc8c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
dataset_info:
features:
- name: dataType
dtype: string
- name: title
dtype: string
- name: content
dtype: string
- name: uniqueKey
dtype: string
- name: titleUkey
dtype: string
- name: id
dtype: int64
splits:
- name: train
num_bytes: 58043923125
num_examples: 16905023
download_size: 25662051889
dataset_size: 58043923125
---
# Dataset Card for "pretrain_zh"
[Tigerbot](https://github.com/TigerResearch/TigerBot) pretrain数据的中文部分。
包含(未压缩前) 书籍zh-books 12G, 新闻zh-news 25G, 百科类zh-wiki 19G
更多语料请关注开源模型及持续更新 [https://github.com/TigerResearch/TigerBot](https://github.com/TigerResearch/TigerBot)
<p align="center" width="40%">
</p>
## Usage
```python
import datasets
ds_sft = datasets.load_dataset('TigerResearch/pretrain_zh')
``` |