charsiu commited on
Commit
398109d
1 Parent(s): 15668b8

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +122 -0
dataset_infos.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"charsiu--Common_voice_sentence_similarity": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "sentence_a": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "sentence_b": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "path_a": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "path_b": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "audio_a": {
28
+ "feature": {
29
+ "dtype": "float32",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "length": -1,
34
+ "id": null,
35
+ "_type": "Sequence"
36
+ },
37
+ "audio_b": {
38
+ "feature": {
39
+ "dtype": "float32",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "length": -1,
44
+ "id": null,
45
+ "_type": "Sequence"
46
+ },
47
+ "similarity": {
48
+ "dtype": "float64",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "client_id_a": {
53
+ "dtype": "string",
54
+ "id": null,
55
+ "_type": "Value"
56
+ },
57
+ "client_id_b": {
58
+ "dtype": "string",
59
+ "id": null,
60
+ "_type": "Value"
61
+ },
62
+ "pair": {
63
+ "feature": {
64
+ "dtype": "string",
65
+ "id": null,
66
+ "_type": "Value"
67
+ },
68
+ "length": -1,
69
+ "id": null,
70
+ "_type": "Sequence"
71
+ },
72
+ "sent_a_hubert_50": {
73
+ "dtype": "string",
74
+ "id": null,
75
+ "_type": "Value"
76
+ },
77
+ "sent_b_hubert_50": {
78
+ "dtype": "string",
79
+ "id": null,
80
+ "_type": "Value"
81
+ },
82
+ "sent_a_hubert_100": {
83
+ "dtype": "string",
84
+ "id": null,
85
+ "_type": "Value"
86
+ },
87
+ "sent_b_hubert_100": {
88
+ "dtype": "string",
89
+ "id": null,
90
+ "_type": "Value"
91
+ },
92
+ "sent_a_hubert_200": {
93
+ "dtype": "string",
94
+ "id": null,
95
+ "_type": "Value"
96
+ },
97
+ "sent_b_hubert_200": {
98
+ "dtype": "string",
99
+ "id": null,
100
+ "_type": "Value"
101
+ }
102
+ },
103
+ "post_processed": null,
104
+ "supervised_keys": null,
105
+ "task_templates": null,
106
+ "builder_name": null,
107
+ "config_name": null,
108
+ "version": null,
109
+ "splits": {
110
+ "dev": {
111
+ "name": "dev",
112
+ "num_bytes": 322579533,
113
+ "num_examples": 459,
114
+ "dataset_name": "Common_voice_sentence_similarity"
115
+ }
116
+ },
117
+ "download_checksums": null,
118
+ "download_size": 313852917,
119
+ "post_processing_size": null,
120
+ "dataset_size": 322579533,
121
+ "size_in_bytes": 636432450
122
+ }}