zhuohan-7 commited on
Commit
15742b1
·
1 Parent(s): 067fc9d

Upload folder using huggingface_hub

Browse files
examples/ytb_pqa_batch1/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "context": {
6
+ "text": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "audio": {
11
+ "sampling_rate": 16000,
12
+ "_type": "Audio"
13
+ }
14
+ },
15
+ "instruction": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "audio": {
21
+ "sampling_rate": 16000,
22
+ "_type": "Audio"
23
+ }
24
+ },
25
+ "answer": {
26
+ "text": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "audio": {
31
+ "sampling_rate": 16000,
32
+ "_type": "Audio"
33
+ }
34
+ },
35
+ "other_attributes": {
36
+ "End_Time": {
37
+ "dtype": "null",
38
+ "_type": "Value"
39
+ },
40
+ "Link": {
41
+ "dtype": "null",
42
+ "_type": "Value"
43
+ },
44
+ "Question_Type": {
45
+ "dtype": "null",
46
+ "_type": "Value"
47
+ },
48
+ "Start_Time": {
49
+ "dtype": "null",
50
+ "_type": "Value"
51
+ },
52
+ "Title": {
53
+ "dtype": "null",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "language": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "audio_length": {
62
+ "dtype": "float64",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": ""
68
+ }
examples/ytb_pqa_batch1/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "51c95b1c01487908",
8
+ "_format_columns": [
9
+ "answer",
10
+ "audio_length",
11
+ "context",
12
+ "instruction",
13
+ "language",
14
+ "other_attributes"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }
examples/ytb_sds_batch1/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "context": {
6
+ "text": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "audio": {
11
+ "sampling_rate": 16000,
12
+ "_type": "Audio"
13
+ }
14
+ },
15
+ "instruction": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "audio": {
21
+ "sampling_rate": 16000,
22
+ "_type": "Audio"
23
+ }
24
+ },
25
+ "answer": {
26
+ "text": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "audio": {
31
+ "sampling_rate": 16000,
32
+ "_type": "Audio"
33
+ }
34
+ },
35
+ "other_attributes": {
36
+ "End_Time": {
37
+ "dtype": "float64",
38
+ "_type": "Value"
39
+ },
40
+ "Link": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "Question_Type": {
45
+ "dtype": "int64",
46
+ "_type": "Value"
47
+ },
48
+ "Start_Time": {
49
+ "dtype": "float64",
50
+ "_type": "Value"
51
+ },
52
+ "Title": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "language": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "audio_length": {
62
+ "dtype": "float64",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": ""
68
+ }
examples/ytb_sds_batch1/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "001adf7ce82937e0",
8
+ "_format_columns": [
9
+ "answer",
10
+ "audio_length",
11
+ "context",
12
+ "instruction",
13
+ "language",
14
+ "other_attributes"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }
examples/ytb_sqa_batch1/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "context": {
6
+ "text": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "audio": {
11
+ "sampling_rate": 16000,
12
+ "_type": "Audio"
13
+ }
14
+ },
15
+ "instruction": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "audio": {
21
+ "sampling_rate": 16000,
22
+ "_type": "Audio"
23
+ }
24
+ },
25
+ "answer": {
26
+ "text": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "audio": {
31
+ "sampling_rate": 16000,
32
+ "_type": "Audio"
33
+ }
34
+ },
35
+ "other_attributes": {
36
+ "End_Time": {
37
+ "dtype": "float64",
38
+ "_type": "Value"
39
+ },
40
+ "Link": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "Question_Type": {
45
+ "dtype": "int64",
46
+ "_type": "Value"
47
+ },
48
+ "Start_Time": {
49
+ "dtype": "float64",
50
+ "_type": "Value"
51
+ },
52
+ "Title": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "language": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "audio_length": {
62
+ "dtype": "float64",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": ""
68
+ }
examples/ytb_sqa_batch1/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f02f9612426fa5b1",
8
+ "_format_columns": [
9
+ "answer",
10
+ "audio_length",
11
+ "context",
12
+ "instruction",
13
+ "language",
14
+ "other_attributes"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }