|
|
--- |
|
|
dataset_info: |
|
|
features: |
|
|
- name: content |
|
|
dtype: string |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 123238 |
|
|
num_examples: 80 |
|
|
- name: validation |
|
|
num_bytes: 23072 |
|
|
num_examples: 20 |
|
|
download_size: 96425 |
|
|
dataset_size: 146310 |
|
|
license: apache-2.0 |
|
|
task_categories: |
|
|
- text-generation |
|
|
language: |
|
|
- zh |
|
|
size_categories: |
|
|
- n<1K |
|
|
--- |
|
|
# Dataset Card for "dev_pretrain" |
|
|
|
|
|
[Tigerbot模型](https://github.com/TigerResearch/TigerBot#%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD)develop pretrain数据。 |
|
|
|
|
|
在[train_clm.py](https://github.com/TigerResearch/TigerBot/blob/main/train/train_clm.py)中被使用。 |
|
|
|
|
|
## Usage |
|
|
```python |
|
|
import datasets |
|
|
|
|
|
ds_sft = datasets.load_dataset('TigerResearch/dev_pretrain') |
|
|
``` |
|
|
|
|
|
## Field |
|
|
- content: 语料 |