PaiYuChi commited on
Commit
6ceca2c
·
1 Parent(s): 9c7f59d

upload NMSQA CODE format testset data

Browse files
test/data-00000-of-00001.arrow → NMSQA-code-text-onlytest.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07a2f92dda645b5d43b7ae52259d5e674198a276db9a9689af03821587ccbec3
3
- size 11524728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1fbd56b0d553c01776af4745d489fdd5da12ca750cc35b4994e803c4024f47
3
+ size 4285088
dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["test"]}
 
 
test/dataset_info.json DELETED
@@ -1,120 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "id": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "title": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "context": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "question": {
18
- "dtype": "string",
19
- "_type": "Value"
20
- },
21
- "answers": {
22
- "answer_start": {
23
- "feature": {
24
- "dtype": "int64",
25
- "_type": "Value"
26
- },
27
- "_type": "Sequence"
28
- },
29
- "audio_full_answer_end": {
30
- "feature": {
31
- "dtype": "float64",
32
- "_type": "Value"
33
- },
34
- "_type": "Sequence"
35
- },
36
- "audio_full_answer_start": {
37
- "feature": {
38
- "dtype": "float64",
39
- "_type": "Value"
40
- },
41
- "_type": "Sequence"
42
- },
43
- "audio_segment_answer_end": {
44
- "feature": {
45
- "dtype": "float64",
46
- "_type": "Value"
47
- },
48
- "_type": "Sequence"
49
- },
50
- "audio_segment_answer_start": {
51
- "feature": {
52
- "dtype": "float64",
53
- "_type": "Value"
54
- },
55
- "_type": "Sequence"
56
- },
57
- "text": {
58
- "feature": {
59
- "dtype": "string",
60
- "_type": "Value"
61
- },
62
- "_type": "Sequence"
63
- }
64
- },
65
- "content_audio_sampling_rate": {
66
- "dtype": "float64",
67
- "_type": "Value"
68
- },
69
- "content_audio_speaker": {
70
- "dtype": "string",
71
- "_type": "Value"
72
- },
73
- "content_segment_text": {
74
- "dtype": "string",
75
- "_type": "Value"
76
- },
77
- "content_segment_normalized_text": {
78
- "dtype": "string",
79
- "_type": "Value"
80
- },
81
- "question_audio_sampling_rate": {
82
- "dtype": "float64",
83
- "_type": "Value"
84
- },
85
- "question_audio_speaker": {
86
- "dtype": "string",
87
- "_type": "Value"
88
- },
89
- "question_normalized_text": {
90
- "dtype": "string",
91
- "_type": "Value"
92
- },
93
- "hubert_100_context_unit": {
94
- "dtype": "string",
95
- "_type": "Value"
96
- },
97
- "hubert_100_question_unit": {
98
- "dtype": "string",
99
- "_type": "Value"
100
- },
101
- "hubert_100_answer_unit": {
102
- "dtype": "string",
103
- "_type": "Value"
104
- },
105
- "mhubert_1000_context_unit": {
106
- "dtype": "string",
107
- "_type": "Value"
108
- },
109
- "mhubert_1000_question_unit": {
110
- "dtype": "string",
111
- "_type": "Value"
112
- },
113
- "mhubert_1000_answer_unit": {
114
- "dtype": "string",
115
- "_type": "Value"
116
- }
117
- },
118
- "homepage": "",
119
- "license": ""
120
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "0fc6fbec768e2dc8",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }