Update dataset card
Browse files
README.md
CHANGED
|
@@ -10,29 +10,11 @@ configs:
|
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
- split: train
|
| 13 |
-
path: data/train
|
| 14 |
tags:
|
| 15 |
- simple-wikipedia
|
| 16 |
- markdown
|
| 17 |
- sqlite
|
| 18 |
-
dataset_info:
|
| 19 |
-
features:
|
| 20 |
-
- name: page_id
|
| 21 |
-
dtype: int64
|
| 22 |
-
- name: title
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: content
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: content_no_link
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: importance
|
| 29 |
-
dtype: string
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 212567
|
| 33 |
-
num_examples: 20
|
| 34 |
-
download_size: 140495
|
| 35 |
-
dataset_size: 212567
|
| 36 |
---
|
| 37 |
|
| 38 |
# Simple English Wikipedia (Markdown)
|
|
|
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
- split: train
|
| 13 |
+
path: data/train-*.parquet
|
| 14 |
tags:
|
| 15 |
- simple-wikipedia
|
| 16 |
- markdown
|
| 17 |
- sqlite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Simple English Wikipedia (Markdown)
|