PaiYuChi
commited on
Commit
•
1dde573
1
Parent(s):
19f0dd4
push slue-sqa5-code dataset
Browse files- dataset_dict.json +1 -0
- train/data-00000-of-00004.arrow +3 -0
- train/data-00001-of-00004.arrow +3 -0
- train/data-00002-of-00004.arrow +3 -0
- train/data-00003-of-00004.arrow +3 -0
- train/dataset_info.json +117 -0
- train/state.json +22 -0
- validation/data-00000-of-00001.arrow +3 -0
- validation/dataset_info.json +117 -0
- validation/state.json +13 -0
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
train/data-00000-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7163f33a535b9a9cbbab197c69cd201f303152f53ad1446293b665db7f6e4f24
|
3 |
+
size 429251152
|
train/data-00001-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8c27fe32105936511c51009f7de475c87371fd23c217aa2e5f30291aca3167d
|
3 |
+
size 422713872
|
train/data-00002-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e15a5bae4ff51877383ba2611749938aae53208f962b6fa5c2aeced778b4975a
|
3 |
+
size 437018768
|
train/data-00003-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edb83aabee67a4db398a7bd431c60770affd54c12089f80114338f086810f871
|
3 |
+
size 435962368
|
train/dataset_info.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"question_id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"question_speaker_id": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"raw_question_text": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"normalized_question_text": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"document_id": {
|
22 |
+
"dtype": "string",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"document_speaker_id": {
|
26 |
+
"dtype": "string",
|
27 |
+
"_type": "Value"
|
28 |
+
},
|
29 |
+
"raw_document_text": {
|
30 |
+
"dtype": "string",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"normalized_document_text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"word2time": {
|
38 |
+
"end_second": {
|
39 |
+
"feature": {
|
40 |
+
"dtype": "float64",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"_type": "Sequence"
|
44 |
+
},
|
45 |
+
"normalized_word": {
|
46 |
+
"feature": {
|
47 |
+
"dtype": "string",
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"_type": "Sequence"
|
51 |
+
},
|
52 |
+
"start_second": {
|
53 |
+
"feature": {
|
54 |
+
"dtype": "float64",
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"_type": "Sequence"
|
58 |
+
},
|
59 |
+
"word": {
|
60 |
+
"feature": {
|
61 |
+
"dtype": "string",
|
62 |
+
"_type": "Value"
|
63 |
+
},
|
64 |
+
"_type": "Sequence"
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"answer_spans": {
|
68 |
+
"answer": {
|
69 |
+
"feature": {
|
70 |
+
"dtype": "string",
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"_type": "Sequence"
|
74 |
+
},
|
75 |
+
"end_second": {
|
76 |
+
"feature": {
|
77 |
+
"dtype": "float64",
|
78 |
+
"_type": "Value"
|
79 |
+
},
|
80 |
+
"_type": "Sequence"
|
81 |
+
},
|
82 |
+
"start_second": {
|
83 |
+
"feature": {
|
84 |
+
"dtype": "float64",
|
85 |
+
"_type": "Value"
|
86 |
+
},
|
87 |
+
"_type": "Sequence"
|
88 |
+
}
|
89 |
+
},
|
90 |
+
"hubert_100_context_unit": {
|
91 |
+
"dtype": "string",
|
92 |
+
"_type": "Value"
|
93 |
+
},
|
94 |
+
"hubert_100_question_unit": {
|
95 |
+
"dtype": "string",
|
96 |
+
"_type": "Value"
|
97 |
+
},
|
98 |
+
"hubert_100_answer_unit": {
|
99 |
+
"dtype": "string",
|
100 |
+
"_type": "Value"
|
101 |
+
},
|
102 |
+
"mhubert_1000_context_unit": {
|
103 |
+
"dtype": "string",
|
104 |
+
"_type": "Value"
|
105 |
+
},
|
106 |
+
"mhubert_1000_question_unit": {
|
107 |
+
"dtype": "string",
|
108 |
+
"_type": "Value"
|
109 |
+
},
|
110 |
+
"mhubert_1000_answer_unit": {
|
111 |
+
"dtype": "string",
|
112 |
+
"_type": "Value"
|
113 |
+
}
|
114 |
+
},
|
115 |
+
"homepage": "",
|
116 |
+
"license": ""
|
117 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00004.arrow"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"filename": "data-00001-of-00004.arrow"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"filename": "data-00002-of-00004.arrow"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"filename": "data-00003-of-00004.arrow"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"_fingerprint": "742daf4a8c43b911",
|
17 |
+
"_format_columns": null,
|
18 |
+
"_format_kwargs": {},
|
19 |
+
"_format_type": null,
|
20 |
+
"_output_all_columns": false,
|
21 |
+
"_split": null
|
22 |
+
}
|
validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4db283cb90038a6c9dc79b3e6a1dd935bf2efe80423778655cebebe5a72bba6d
|
3 |
+
size 72216280
|
validation/dataset_info.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"question_id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"question_speaker_id": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"raw_question_text": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"normalized_question_text": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"document_id": {
|
22 |
+
"dtype": "string",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"document_speaker_id": {
|
26 |
+
"dtype": "string",
|
27 |
+
"_type": "Value"
|
28 |
+
},
|
29 |
+
"raw_document_text": {
|
30 |
+
"dtype": "string",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"normalized_document_text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"word2time": {
|
38 |
+
"end_second": {
|
39 |
+
"feature": {
|
40 |
+
"dtype": "float64",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"_type": "Sequence"
|
44 |
+
},
|
45 |
+
"normalized_word": {
|
46 |
+
"feature": {
|
47 |
+
"dtype": "string",
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"_type": "Sequence"
|
51 |
+
},
|
52 |
+
"start_second": {
|
53 |
+
"feature": {
|
54 |
+
"dtype": "float64",
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"_type": "Sequence"
|
58 |
+
},
|
59 |
+
"word": {
|
60 |
+
"feature": {
|
61 |
+
"dtype": "string",
|
62 |
+
"_type": "Value"
|
63 |
+
},
|
64 |
+
"_type": "Sequence"
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"answer_spans": {
|
68 |
+
"answer": {
|
69 |
+
"feature": {
|
70 |
+
"dtype": "string",
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"_type": "Sequence"
|
74 |
+
},
|
75 |
+
"end_second": {
|
76 |
+
"feature": {
|
77 |
+
"dtype": "float64",
|
78 |
+
"_type": "Value"
|
79 |
+
},
|
80 |
+
"_type": "Sequence"
|
81 |
+
},
|
82 |
+
"start_second": {
|
83 |
+
"feature": {
|
84 |
+
"dtype": "float64",
|
85 |
+
"_type": "Value"
|
86 |
+
},
|
87 |
+
"_type": "Sequence"
|
88 |
+
}
|
89 |
+
},
|
90 |
+
"hubert_100_context_unit": {
|
91 |
+
"dtype": "string",
|
92 |
+
"_type": "Value"
|
93 |
+
},
|
94 |
+
"hubert_100_question_unit": {
|
95 |
+
"dtype": "string",
|
96 |
+
"_type": "Value"
|
97 |
+
},
|
98 |
+
"hubert_100_answer_unit": {
|
99 |
+
"dtype": "string",
|
100 |
+
"_type": "Value"
|
101 |
+
},
|
102 |
+
"mhubert_1000_context_unit": {
|
103 |
+
"dtype": "string",
|
104 |
+
"_type": "Value"
|
105 |
+
},
|
106 |
+
"mhubert_1000_question_unit": {
|
107 |
+
"dtype": "string",
|
108 |
+
"_type": "Value"
|
109 |
+
},
|
110 |
+
"mhubert_1000_answer_unit": {
|
111 |
+
"dtype": "string",
|
112 |
+
"_type": "Value"
|
113 |
+
}
|
114 |
+
},
|
115 |
+
"homepage": "",
|
116 |
+
"license": ""
|
117 |
+
}
|
validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "2207c1428b7d13f4",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|