szymonrucinski
commited on
Commit
•
26a57f3
1
Parent(s):
c183661
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,19 +2,19 @@
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
-
- split: validation
|
6 |
-
path: data/validation-*
|
7 |
- split: train
|
8 |
path: data/train-*
|
|
|
|
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: text
|
12 |
dtype: string
|
13 |
splits:
|
14 |
-
- name:
|
15 |
num_bytes: 464733
|
16 |
num_examples: 797
|
17 |
-
- name:
|
18 |
num_bytes: 16271
|
19 |
num_examples: 25
|
20 |
download_size: 362939
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
|
|
|
|
5 |
- split: train
|
6 |
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: text
|
12 |
dtype: string
|
13 |
splits:
|
14 |
+
- name: train
|
15 |
num_bytes: 464733
|
16 |
num_examples: 797
|
17 |
+
- name: validation
|
18 |
num_bytes: 16271
|
19 |
num_examples: 25
|
20 |
download_size: 362939
|