Update README.md
Browse files
README.md
CHANGED
@@ -13,17 +13,17 @@ configs:
|
|
13 |
path: train/train.parquet
|
14 |
- split: test
|
15 |
path: test/test.parquet
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
---
|
28 |
# Russian summarization data mix
|
29 |
|
|
|
13 |
path: train/train.parquet
|
14 |
- split: test
|
15 |
path: test/test.parquet
|
16 |
+
dataset_info:
|
17 |
+
features:
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
+
- name: summary
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_examples: 197561
|
25 |
+
- name: test
|
26 |
+
num_examples: 258
|
27 |
---
|
28 |
# Russian summarization data mix
|
29 |
|