Datasets:

Modalities:
Text
Formats:
arrow
Languages:
Finnish
Size:
< 1K
Libraries:
Datasets
License:
kjoona commited on
Commit
7d358c2
·
verified ·
1 Parent(s): 0234b50

Initial commit

Browse files
README.md ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - fi
5
+ size_categories:
6
+ - 10K<n<100K
7
+ dataset_info:
8
+ - config_name: analogies_zero_shot
9
+ features:
10
+ - name: idx
11
+ dtype: int32
12
+ - name: input_prefix
13
+ dtype: string
14
+ - name: choice_prefix
15
+ dtype: string
16
+ - name: output_prefix
17
+ dtype: string
18
+ - name: query
19
+ dtype: string
20
+ - name: targets
21
+ sequence: string
22
+ - name: multiple_choice_targets
23
+ sequence: string
24
+ - name: multiple_choice_scores
25
+ sequence: int32
26
+ splits:
27
+ - name: default
28
+ num_bytes: 58946
29
+ num_examples: 130
30
+ - config_name: emotions_zero_shot
31
+ features:
32
+ - name: idx
33
+ dtype: int32
34
+ - name: input_prefix
35
+ dtype: string
36
+ - name: choice_prefix
37
+ dtype: string
38
+ - name: output_prefix
39
+ dtype: string
40
+ - name: query
41
+ dtype: string
42
+ - name: targets
43
+ sequence: string
44
+ - name: multiple_choice_targets
45
+ sequence: string
46
+ - name: multiple_choice_scores
47
+ sequence: int32
48
+ splits:
49
+ - name: default
50
+ num_bytes: 79147
51
+ num_examples: 160
52
+ - config_name: empirical_judgments_zero_shot
53
+ features:
54
+ - name: idx
55
+ dtype: int32
56
+ - name: input_prefix
57
+ dtype: string
58
+ - name: choice_prefix
59
+ dtype: string
60
+ - name: output_prefix
61
+ dtype: string
62
+ - name: query
63
+ dtype: string
64
+ - name: targets
65
+ sequence: string
66
+ - name: multiple_choice_targets
67
+ sequence: string
68
+ - name: multiple_choice_scores
69
+ sequence: int32
70
+ splits:
71
+ - name: default
72
+ num_bytes: 36041
73
+ num_examples: 99
74
+ - config_name: general_knowledge_zero_shot
75
+ features:
76
+ - name: idx
77
+ dtype: int32
78
+ - name: input_prefix
79
+ dtype: string
80
+ - name: choice_prefix
81
+ dtype: string
82
+ - name: output_prefix
83
+ dtype: string
84
+ - name: query
85
+ dtype: string
86
+ - name: targets
87
+ sequence: string
88
+ - name: multiple_choice_targets
89
+ sequence: string
90
+ - name: multiple_choice_scores
91
+ sequence: int32
92
+ splits:
93
+ - name: default
94
+ num_bytes: 37424
95
+ num_examples: 70
96
+ - config_name: hhh_alignment_zero_shot
97
+ features:
98
+ - name: idx
99
+ dtype: int32
100
+ - name: input_prefix
101
+ dtype: string
102
+ - name: choice_prefix
103
+ dtype: string
104
+ - name: output_prefix
105
+ dtype: string
106
+ - name: query
107
+ dtype: string
108
+ - name: targets
109
+ sequence: string
110
+ - name: multiple_choice_targets
111
+ sequence: string
112
+ - name: multiple_choice_scores
113
+ sequence: int32
114
+ splits:
115
+ - name: default
116
+ num_bytes: 585264
117
+ num_examples: 221
118
+ - config_name: paraphrase_zero_shot
119
+ features:
120
+ - name: idx
121
+ dtype: int32
122
+ - name: input_prefix
123
+ dtype: string
124
+ - name: choice_prefix
125
+ dtype: string
126
+ - name: output_prefix
127
+ dtype: string
128
+ - name: query
129
+ dtype: string
130
+ - name: targets
131
+ sequence: string
132
+ - name: multiple_choice_targets
133
+ sequence: string
134
+ - name: multiple_choice_scores
135
+ sequence: int32
136
+ splits:
137
+ - name: default
138
+ num_bytes: 100730
139
+ num_examples: 200
140
+ - config_name: similarities_abstraction_zero_shot
141
+ features:
142
+ - name: idx
143
+ dtype: int32
144
+ - name: input_prefix
145
+ dtype: string
146
+ - name: choice_prefix
147
+ dtype: string
148
+ - name: output_prefix
149
+ dtype: string
150
+ - name: query
151
+ dtype: string
152
+ - name: targets
153
+ sequence: string
154
+ - name: multiple_choice_targets
155
+ sequence: string
156
+ - name: multiple_choice_scores
157
+ sequence: int32
158
+ splits:
159
+ - name: default
160
+ num_bytes: 49916
161
+ num_examples: 76
162
+ configs:
163
+ - config_name: analogies_zero_shot
164
+ data_files:
165
+ - split: default
166
+ path: analogies_zero_shot/data-*
167
+ - config_name: emotions_zero_shot
168
+ data_files:
169
+ - split: default
170
+ path: emotions_zero_shot/data-*
171
+ - config_name: empirical_judgments_zero_shot
172
+ data_files:
173
+ - split: default
174
+ path: empirical_judgments_zero_shot/data-*
175
+ - config_name: general_knowledge_zero_shot
176
+ data_files:
177
+ - split: default
178
+ path: general_knowledge_zero_shot/data-*
179
+ - config_name: hhh_alignment_zero_shot
180
+ data_files:
181
+ - split: default
182
+ path: hhh_alignment_zero_shot/data-*
183
+ - config_name: paraphrase_zero_shot
184
+ data_files:
185
+ - split: default
186
+ path: paraphrase_zero_shot/data-*
187
+ - config_name: sentence_ambiguity_zero_shot
188
+ data_files:
189
+ - split: default
190
+ path: sentence_ambiguity_zero_shot/data-*
191
+ - config_name: similarities_abstraction_zero_shot
192
+ data_files:
193
+ - split: default
194
+ path: similarities_abstraction_zero_shot/data-*
195
+ ---
196
+
197
+ This is a subset of tasks from [FIN-bench](https://huggingface.co/datasets/TurkuNLP/FIN-bench) with prompts stripped from the inputs to be used within the FIN-bench-v2 benchmark suite.
analogies_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86823ed8db0283c9ac800039b91bef04e8fad7c266e71130a4c8ec808a256837
3
+ size 32072
analogies_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
analogies_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "803f160eb6b173ea",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["analogies_zero_shot", "emotions_zero_shot", "empirical_judgments_zero_shot", "general_knowledge_zero_shot", "hhh_alignment_zero_shot", "paraphrase_zero_shot", "similarities_abstraction_zero_shot"]}
emotions_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec1160c3c8bdce89ccc5f465f769839a4eaeda43e86d048d74242ddacf8fa70c
3
+ size 43488
emotions_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
emotions_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2eae949bb42787fb",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
empirical_judgments_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7eca674f4fa88fd4d6609af8f2ee473e7223f226641e96c4f44d26ca8cf32ab
3
+ size 19840
empirical_judgments_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
empirical_judgments_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1f075cb59b27abac",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
general_knowledge_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329109e80dd85fb7d35c58e1b7438e82058c6559d691506b87a51e507dc83885
3
+ size 20968
general_knowledge_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
general_knowledge_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2343e817834b73e3",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
hhh_alignment_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecdbed5a4fd6539943d97d77cca59177d13d73527b9ed5e23d7e09991ecb5c7a
3
+ size 294984
hhh_alignment_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
hhh_alignment_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "40395cdba7cd5113",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
paraphrase_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b717b95a8a3227b9f03f6298047a049e05c1a2ef3949359cc84fde370bec2d
3
+ size 52600
paraphrase_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
paraphrase_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a5404f8f60d32d21",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
similarities_abstraction_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e69a59b666632e9e6e76674be212f7f717a9cfdef3e2aa812fc91acb67bc65c0
3
+ size 26776
similarities_abstraction_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
similarities_abstraction_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0c093a2b5f021b02",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }