File size: 354 Bytes
9f94d72 e58b875 9f94d72 afce124 55c1431 afce124 1a34ea2 afce124 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: agpl-3.0
configs:
- config_name: default
data_files:
- split: train
path: "train.jsonl"
---
# Chinese Markdown
```python
from datasets import load_dataset
chinese_markdown = load_dataset("rojas-diego/chinese-markdown", split="train")
```
```python
Dataset({
features: ['code', 'size', 'license'],
num_rows: 187258
})
```
|