Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,24 @@ language:
|
|
6 |
- ru
|
7 |
size_categories:
|
8 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
# Russian summarization data mix
|
11 |
|
|
|
6 |
- ru
|
7 |
size_categories:
|
8 |
- 100K<n<1M
|
9 |
+
configs:
|
10 |
+
- config_name: mixedsum
|
11 |
+
data_files:
|
12 |
+
- split: train
|
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 |
|