Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,14 +6,16 @@ configs:
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
-
- name:
|
|
|
|
|
10 |
dtype: string
|
11 |
splits:
|
12 |
- name: train
|
13 |
-
num_bytes:
|
14 |
num_examples: 10000
|
15 |
-
download_size:
|
16 |
-
dataset_size:
|
17 |
---
|
18 |
# Dataset Card for "Turkish-wikipedia-10k"
|
19 |
|
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: title
|
10 |
+
dtype: string
|
11 |
+
- name: content
|
12 |
dtype: string
|
13 |
splits:
|
14 |
- name: train
|
15 |
+
num_bytes: 27125700.558973916
|
16 |
num_examples: 10000
|
17 |
+
download_size: 15631635
|
18 |
+
dataset_size: 27125700.558973916
|
19 |
---
|
20 |
# Dataset Card for "Turkish-wikipedia-10k"
|
21 |
|