Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,31 @@ dataset_info:
|
|
16 |
dtype: string
|
17 |
splits:
|
18 |
- name: train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
configs:
|
20 |
-
- config_name:
|
21 |
data_files:
|
22 |
- split: train
|
23 |
path: train*.parquet
|
|
|
|
|
|
|
|
|
24 |
---
|
|
|
16 |
dtype: string
|
17 |
splits:
|
18 |
- name: train
|
19 |
+
- config_name: audiobooks_rus_translations
|
20 |
+
features:
|
21 |
+
- name: audio
|
22 |
+
dtype: audio
|
23 |
+
- name: text
|
24 |
+
dtype: string
|
25 |
+
- name: duration
|
26 |
+
dtype: float64
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
+
- name: title_rus
|
30 |
+
dtype: string
|
31 |
+
- name: title
|
32 |
+
dtype: string
|
33 |
+
- name: lang
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
configs:
|
38 |
+
- config_name: audiobooks_rus_translations
|
39 |
data_files:
|
40 |
- split: train
|
41 |
path: train*.parquet
|
42 |
+
- config_name: audiobooks
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: rus_train*.parquet
|
46 |
---
|