Datasets:

Languages:
Russian
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
DOI:
License:
Ar4ikov commited on
Commit
726a961
1 Parent(s): cbbe256

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +48 -1
dataset_infos.json CHANGED
@@ -1 +1,48 @@
1
- {"Aniemore--resd": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"name": {"dtype": "string", "id": null, "_type": "Value"}, "path": {"dtype": "string", "id": null, "_type": "Value"}, "emotion": {"dtype": "string", "id": null, "_type": "Value"}, "speech": {"feature": {"dtype": "float32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "csv", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 433371212, "num_examples": 1116, "dataset_name": "resd"}, "test": {"name": "test", "num_bytes": 106238971, "num_examples": 280, "dataset_name": "resd"}}, "download_checksums": null, "download_size": 468017807, "post_processing_size": null, "dataset_size": 539610183, "size_in_bytes": 1007627990}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "name": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "path": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "emotion": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "speech": {
20
+ "_type": "Audio"
21
+ }
22
+ },
23
+ "builder_name": "csv",
24
+ "config_name": "default",
25
+ "version": {
26
+ "version_str": "0.0.0",
27
+ "major": 0,
28
+ "minor": 0,
29
+ "patch": 0
30
+ },
31
+ "splits": {
32
+ "test": {
33
+ "name": "test",
34
+ "num_bytes": 96603538.0,
35
+ "num_examples": 280,
36
+ "dataset_name": null
37
+ },
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 398719157.336,
41
+ "num_examples": 1116,
42
+ "dataset_name": null
43
+ }
44
+ },
45
+ "download_size": 485403675,
46
+ "dataset_size": 495322695.336,
47
+ "size_in_bytes": 980726370.336
48
+ }}