dobbySeo commited on
Commit
5d387aa
·
1 Parent(s): 731a689

Add dataset

Browse files
free_conv_samples ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 731a689767d3d255a05b6241d0992ca52745c361
output/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2137f425ccbd36b236ea905d11678b0fb92531c4895bef0fd5348ae60684fe06
3
+ size 5307048
output/dataset_info.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "metadata_path": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "audio": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "transcription": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "gender": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "age": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "metadata": {
26
+ "\ub179\uc74c\uc790\uc815\ubcf4": {
27
+ "age": {
28
+ "dtype": "int64",
29
+ "_type": "Value"
30
+ },
31
+ "gender": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "recorderId": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ }
39
+ },
40
+ "\ub300\ud654\uc815\ubcf4": {
41
+ "cityCode": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "colctUnitCode": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "convrsThema": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "recrdEnvrn": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "recrdUnit": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ }
61
+ },
62
+ "\ubc1c\ud654\uc815\ubcf4": {
63
+ "fileNm": {
64
+ "dtype": "string",
65
+ "_type": "Value"
66
+ },
67
+ "recrdDt": {
68
+ "dtype": "string",
69
+ "_type": "Value"
70
+ },
71
+ "recrdQuality": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ },
75
+ "recrdTime": {
76
+ "dtype": "string",
77
+ "_type": "Value"
78
+ },
79
+ "scriptId": {
80
+ "dtype": "string",
81
+ "_type": "Value"
82
+ },
83
+ "scriptSetNo": {
84
+ "dtype": "string",
85
+ "_type": "Value"
86
+ },
87
+ "stt": {
88
+ "dtype": "string",
89
+ "_type": "Value"
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "homepage": "",
95
+ "license": ""
96
+ }
output/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8650ac9b8e1984a6",
8
+ "_format_columns": [
9
+ "age",
10
+ "audio",
11
+ "gender",
12
+ "metadata",
13
+ "metadata_path",
14
+ "transcription"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }