Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update metadata.jsonld
Browse files- metadata.jsonld +315 -314
metadata.jsonld
CHANGED
@@ -1,315 +1,316 @@
|
|
1 |
-
{
|
2 |
-
"@context": {
|
3 |
-
"@language": "en",
|
4 |
-
"@vocab": "https://schema.org/",
|
5 |
-
"arrayShape": "cr:arrayShape",
|
6 |
-
"citeAs": "cr:citeAs",
|
7 |
-
"column": "cr:column",
|
8 |
-
"conformsTo": "dct:conformsTo",
|
9 |
-
"cr": "http://mlcommons.org/croissant/",
|
10 |
-
"data": {
|
11 |
-
"@id": "cr:data",
|
12 |
-
"@type": "@json"
|
13 |
-
},
|
14 |
-
"dataBiases": "cr:dataBiases",
|
15 |
-
"dataCollection": "cr:dataCollection",
|
16 |
-
"dataType": {
|
17 |
-
"@id": "cr:dataType",
|
18 |
-
"@type": "@vocab"
|
19 |
-
},
|
20 |
-
"dct": "http://purl.org/dc/terms/",
|
21 |
-
"extract": "cr:extract",
|
22 |
-
"field": "cr:field",
|
23 |
-
"fileProperty": "cr:fileProperty",
|
24 |
-
"fileObject": "cr:fileObject",
|
25 |
-
"fileSet": "cr:fileSet",
|
26 |
-
"format": "cr:format",
|
27 |
-
"includes": "cr:includes",
|
28 |
-
"isArray": "cr:isArray",
|
29 |
-
"isLiveDataset": "cr:isLiveDataset",
|
30 |
-
"jsonPath": "cr:jsonPath",
|
31 |
-
"key": "cr:key",
|
32 |
-
"md5": "cr:md5",
|
33 |
-
"parentField": "cr:parentField",
|
34 |
-
"path": "cr:path",
|
35 |
-
"personalSensitiveInformation": "cr:personalSensitiveInformation",
|
36 |
-
"recordSet": "cr:recordSet",
|
37 |
-
"references": "cr:references",
|
38 |
-
"regex": "cr:regex",
|
39 |
-
"repeated": "cr:repeated",
|
40 |
-
"replace": "cr:replace",
|
41 |
-
"sc": "https://schema.org/",
|
42 |
-
"separator": "cr:separator",
|
43 |
-
"source": "cr:source",
|
44 |
-
"subField": "cr:subField",
|
45 |
-
"transform": "cr:transform"
|
46 |
-
},
|
47 |
-
"@type": "sc:Dataset",
|
48 |
-
"distribution": [
|
49 |
-
{
|
50 |
-
"@type": "cr:FileObject",
|
51 |
-
"@id": "repo",
|
52 |
-
"name": "repo",
|
53 |
-
"description": "The Hugging Face git repository.",
|
54 |
-
"contentUrl": "https://huggingface.co/datasets/tpark-bis/central_bank_speeches/tree/refs%2Fconvert%2Fparquet",
|
55 |
-
"encodingFormat": "git+https",
|
56 |
-
"sha256": "https://github.com/mlcommons/croissant/issues/80"
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"@type": "cr:FileSet",
|
60 |
-
"@id": "parquet-files-for-config-default",
|
61 |
-
"containedIn": {
|
62 |
-
"@id": "repo"
|
63 |
-
},
|
64 |
-
"encodingFormat": "application/x-parquet",
|
65 |
-
"includes": "default/*/*.parquet"
|
66 |
-
}
|
67 |
-
],
|
68 |
-
"recordSet": [
|
69 |
-
{
|
70 |
-
"@type": "cr:RecordSet",
|
71 |
-
"dataType": "cr:Split",
|
72 |
-
"key": {
|
73 |
-
"@id": "default_splits/split_name"
|
74 |
-
},
|
75 |
-
"@id": "default_splits",
|
76 |
-
"name": "default_splits",
|
77 |
-
"description": "Splits for the default config.",
|
78 |
-
"field": [
|
79 |
-
{
|
80 |
-
"@type": "cr:Field",
|
81 |
-
"@id": "default_splits/split_name",
|
82 |
-
"dataType": "sc:Text"
|
83 |
-
}
|
84 |
-
],
|
85 |
-
"data": [
|
86 |
-
{
|
87 |
-
"default_splits/split_name": "train"
|
88 |
-
}
|
89 |
-
]
|
90 |
-
},
|
91 |
-
{
|
92 |
-
"@type": "cr:RecordSet",
|
93 |
-
"@id": "default",
|
94 |
-
"description": "tpark-bis/central_bank_speeches - 'default' subset",
|
95 |
-
"field": [
|
96 |
-
{
|
97 |
-
"@type": "cr:Field",
|
98 |
-
"@id": "default/split",
|
99 |
-
"dataType": "sc:Text",
|
100 |
-
"source": {
|
101 |
-
"fileSet": {
|
102 |
-
"@id": "parquet-files-for-config-default"
|
103 |
-
},
|
104 |
-
"extract": {
|
105 |
-
"fileProperty": "fullpath"
|
106 |
-
},
|
107 |
-
"transform": {
|
108 |
-
"regex": "default/(?:partial-)?(train)/.+parquet$"
|
109 |
-
}
|
110 |
-
},
|
111 |
-
"references": {
|
112 |
-
"field": {
|
113 |
-
"@id": "default_splits/split_name"
|
114 |
-
}
|
115 |
-
}
|
116 |
-
},
|
117 |
-
{
|
118 |
-
"@type": "cr:Field",
|
119 |
-
"@id": "default/url",
|
120 |
-
"dataType": "sc:Text",
|
121 |
-
"source": {
|
122 |
-
"fileSet": {
|
123 |
-
"@id": "parquet-files-for-config-default"
|
124 |
-
},
|
125 |
-
"extract": {
|
126 |
-
"column": "url"
|
127 |
-
}
|
128 |
-
}
|
129 |
-
},
|
130 |
-
{
|
131 |
-
"@type": "cr:Field",
|
132 |
-
"@id": "default/date",
|
133 |
-
"dataType": "sc:Date",
|
134 |
-
"source": {
|
135 |
-
"fileSet": {
|
136 |
-
"@id": "parquet-files-for-config-default"
|
137 |
-
},
|
138 |
-
"extract": {
|
139 |
-
"column": "date"
|
140 |
-
}
|
141 |
-
}
|
142 |
-
},
|
143 |
-
{
|
144 |
-
"@type": "cr:Field",
|
145 |
-
"@id": "default/title",
|
146 |
-
"dataType": "sc:Text",
|
147 |
-
"source": {
|
148 |
-
"fileSet": {
|
149 |
-
"@id": "parquet-files-for-config-default"
|
150 |
-
},
|
151 |
-
"extract": {
|
152 |
-
"column": "title"
|
153 |
-
}
|
154 |
-
}
|
155 |
-
},
|
156 |
-
{
|
157 |
-
"@type": "cr:Field",
|
158 |
-
"@id": "default/description",
|
159 |
-
"dataType": "sc:Text",
|
160 |
-
"source": {
|
161 |
-
"fileSet": {
|
162 |
-
"@id": "parquet-files-for-config-default"
|
163 |
-
},
|
164 |
-
"extract": {
|
165 |
-
"column": "description"
|
166 |
-
}
|
167 |
-
}
|
168 |
-
},
|
169 |
-
{
|
170 |
-
"@type": "cr:Field",
|
171 |
-
"@id": "default/full_text",
|
172 |
-
"dataType": "sc:Text",
|
173 |
-
"source": {
|
174 |
-
"fileSet": {
|
175 |
-
"@id": "parquet-files-for-config-default"
|
176 |
-
},
|
177 |
-
"extract": {
|
178 |
-
"column": "full_text"
|
179 |
-
}
|
180 |
-
}
|
181 |
-
},
|
182 |
-
{
|
183 |
-
"@type": "cr:Field",
|
184 |
-
"@id": "default/summary",
|
185 |
-
"dataType": "sc:Text",
|
186 |
-
"source": {
|
187 |
-
"fileSet": {
|
188 |
-
"@id": "parquet-files-for-config-default"
|
189 |
-
},
|
190 |
-
"extract": {
|
191 |
-
"column": "summary"
|
192 |
-
}
|
193 |
-
}
|
194 |
-
},
|
195 |
-
{
|
196 |
-
"@type": "cr:Field",
|
197 |
-
"@id": "default/speaker",
|
198 |
-
"dataType": "sc:Text",
|
199 |
-
"source": {
|
200 |
-
"fileSet": {
|
201 |
-
"@id": "parquet-files-for-config-default"
|
202 |
-
},
|
203 |
-
"extract": {
|
204 |
-
"column": "speaker"
|
205 |
-
}
|
206 |
-
}
|
207 |
-
},
|
208 |
-
{
|
209 |
-
"@type": "cr:Field",
|
210 |
-
"@id": "default/affiliation",
|
211 |
-
"dataType": "sc:Text",
|
212 |
-
"source": {
|
213 |
-
"fileSet": {
|
214 |
-
"@id": "parquet-files-for-config-default"
|
215 |
-
},
|
216 |
-
"extract": {
|
217 |
-
"column": "affiliation"
|
218 |
-
}
|
219 |
-
}
|
220 |
-
},
|
221 |
-
{
|
222 |
-
"@type": "cr:Field",
|
223 |
-
"@id": "default/country_iso2",
|
224 |
-
"dataType": "sc:Text",
|
225 |
-
"source": {
|
226 |
-
"fileSet": {
|
227 |
-
"@id": "parquet-files-for-config-default"
|
228 |
-
},
|
229 |
-
"extract": {
|
230 |
-
"column": "country_iso2"
|
231 |
-
}
|
232 |
-
}
|
233 |
-
},
|
234 |
-
{
|
235 |
-
"@type": "cr:Field",
|
236 |
-
"@id": "default/position",
|
237 |
-
"dataType": "sc:Text",
|
238 |
-
"source": {
|
239 |
-
"fileSet": {
|
240 |
-
"@id": "parquet-files-for-config-default"
|
241 |
-
},
|
242 |
-
"extract": {
|
243 |
-
"column": "position"
|
244 |
-
}
|
245 |
-
}
|
246 |
-
},
|
247 |
-
{
|
248 |
-
"@type": "cr:Field",
|
249 |
-
"@id": "default/position_short",
|
250 |
-
"dataType": "sc:Text",
|
251 |
-
"source": {
|
252 |
-
"fileSet": {
|
253 |
-
"@id": "parquet-files-for-config-default"
|
254 |
-
},
|
255 |
-
"extract": {
|
256 |
-
"column": "position_short"
|
257 |
-
}
|
258 |
-
}
|
259 |
-
},
|
260 |
-
{
|
261 |
-
"@type": "cr:Field",
|
262 |
-
"@id": "default/embeddings",
|
263 |
-
"dataType": "cr:Float64",
|
264 |
-
"source": {
|
265 |
-
"fileSet": {
|
266 |
-
"@id": "parquet-files-for-config-default"
|
267 |
-
},
|
268 |
-
"extract": {
|
269 |
-
"column": "embeddings"
|
270 |
-
}
|
271 |
-
},
|
272 |
-
"isArray": true,
|
273 |
-
"arrayShape": "-1"
|
274 |
-
},
|
275 |
-
{
|
276 |
-
"@type": "cr:Field",
|
277 |
-
"@id": "default/topic_vector",
|
278 |
-
"dataType": "sc:Text",
|
279 |
-
"
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
"
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
"
|
295 |
-
"
|
296 |
-
"
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
"
|
302 |
-
"
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
"
|
307 |
-
"
|
308 |
-
"
|
309 |
-
"
|
310 |
-
"
|
311 |
-
"
|
312 |
-
"
|
313 |
-
|
314 |
-
|
|
|
315 |
}
|
|
|
1 |
+
{
|
2 |
+
"@context": {
|
3 |
+
"@language": "en",
|
4 |
+
"@vocab": "https://schema.org/",
|
5 |
+
"arrayShape": "cr:arrayShape",
|
6 |
+
"citeAs": "cr:citeAs",
|
7 |
+
"column": "cr:column",
|
8 |
+
"conformsTo": "dct:conformsTo",
|
9 |
+
"cr": "http://mlcommons.org/croissant/",
|
10 |
+
"data": {
|
11 |
+
"@id": "cr:data",
|
12 |
+
"@type": "@json"
|
13 |
+
},
|
14 |
+
"dataBiases": "cr:dataBiases",
|
15 |
+
"dataCollection": "cr:dataCollection",
|
16 |
+
"dataType": {
|
17 |
+
"@id": "cr:dataType",
|
18 |
+
"@type": "@vocab"
|
19 |
+
},
|
20 |
+
"dct": "http://purl.org/dc/terms/",
|
21 |
+
"extract": "cr:extract",
|
22 |
+
"field": "cr:field",
|
23 |
+
"fileProperty": "cr:fileProperty",
|
24 |
+
"fileObject": "cr:fileObject",
|
25 |
+
"fileSet": "cr:fileSet",
|
26 |
+
"format": "cr:format",
|
27 |
+
"includes": "cr:includes",
|
28 |
+
"isArray": "cr:isArray",
|
29 |
+
"isLiveDataset": "cr:isLiveDataset",
|
30 |
+
"jsonPath": "cr:jsonPath",
|
31 |
+
"key": "cr:key",
|
32 |
+
"md5": "cr:md5",
|
33 |
+
"parentField": "cr:parentField",
|
34 |
+
"path": "cr:path",
|
35 |
+
"personalSensitiveInformation": "cr:personalSensitiveInformation",
|
36 |
+
"recordSet": "cr:recordSet",
|
37 |
+
"references": "cr:references",
|
38 |
+
"regex": "cr:regex",
|
39 |
+
"repeated": "cr:repeated",
|
40 |
+
"replace": "cr:replace",
|
41 |
+
"sc": "https://schema.org/",
|
42 |
+
"separator": "cr:separator",
|
43 |
+
"source": "cr:source",
|
44 |
+
"subField": "cr:subField",
|
45 |
+
"transform": "cr:transform"
|
46 |
+
},
|
47 |
+
"@type": "sc:Dataset",
|
48 |
+
"distribution": [
|
49 |
+
{
|
50 |
+
"@type": "cr:FileObject",
|
51 |
+
"@id": "repo",
|
52 |
+
"name": "repo",
|
53 |
+
"description": "The Hugging Face git repository.",
|
54 |
+
"contentUrl": "https://huggingface.co/datasets/tpark-bis/central_bank_speeches/tree/refs%2Fconvert%2Fparquet",
|
55 |
+
"encodingFormat": "git+https",
|
56 |
+
"sha256": "https://github.com/mlcommons/croissant/issues/80"
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"@type": "cr:FileSet",
|
60 |
+
"@id": "parquet-files-for-config-default",
|
61 |
+
"containedIn": {
|
62 |
+
"@id": "repo"
|
63 |
+
},
|
64 |
+
"encodingFormat": "application/x-parquet",
|
65 |
+
"includes": "default/*/*.parquet"
|
66 |
+
}
|
67 |
+
],
|
68 |
+
"recordSet": [
|
69 |
+
{
|
70 |
+
"@type": "cr:RecordSet",
|
71 |
+
"dataType": "cr:Split",
|
72 |
+
"key": {
|
73 |
+
"@id": "default_splits/split_name"
|
74 |
+
},
|
75 |
+
"@id": "default_splits",
|
76 |
+
"name": "default_splits",
|
77 |
+
"description": "Splits for the default config.",
|
78 |
+
"field": [
|
79 |
+
{
|
80 |
+
"@type": "cr:Field",
|
81 |
+
"@id": "default_splits/split_name",
|
82 |
+
"dataType": "sc:Text"
|
83 |
+
}
|
84 |
+
],
|
85 |
+
"data": [
|
86 |
+
{
|
87 |
+
"default_splits/split_name": "train"
|
88 |
+
}
|
89 |
+
]
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"@type": "cr:RecordSet",
|
93 |
+
"@id": "default",
|
94 |
+
"description": "tpark-bis/central_bank_speeches - 'default' subset",
|
95 |
+
"field": [
|
96 |
+
{
|
97 |
+
"@type": "cr:Field",
|
98 |
+
"@id": "default/split",
|
99 |
+
"dataType": "sc:Text",
|
100 |
+
"source": {
|
101 |
+
"fileSet": {
|
102 |
+
"@id": "parquet-files-for-config-default"
|
103 |
+
},
|
104 |
+
"extract": {
|
105 |
+
"fileProperty": "fullpath"
|
106 |
+
},
|
107 |
+
"transform": {
|
108 |
+
"regex": "default/(?:partial-)?(train)/.+parquet$"
|
109 |
+
}
|
110 |
+
},
|
111 |
+
"references": {
|
112 |
+
"field": {
|
113 |
+
"@id": "default_splits/split_name"
|
114 |
+
}
|
115 |
+
}
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"@type": "cr:Field",
|
119 |
+
"@id": "default/url",
|
120 |
+
"dataType": "sc:Text",
|
121 |
+
"source": {
|
122 |
+
"fileSet": {
|
123 |
+
"@id": "parquet-files-for-config-default"
|
124 |
+
},
|
125 |
+
"extract": {
|
126 |
+
"column": "url"
|
127 |
+
}
|
128 |
+
}
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"@type": "cr:Field",
|
132 |
+
"@id": "default/date",
|
133 |
+
"dataType": "sc:Date",
|
134 |
+
"source": {
|
135 |
+
"fileSet": {
|
136 |
+
"@id": "parquet-files-for-config-default"
|
137 |
+
},
|
138 |
+
"extract": {
|
139 |
+
"column": "date"
|
140 |
+
}
|
141 |
+
}
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"@type": "cr:Field",
|
145 |
+
"@id": "default/title",
|
146 |
+
"dataType": "sc:Text",
|
147 |
+
"source": {
|
148 |
+
"fileSet": {
|
149 |
+
"@id": "parquet-files-for-config-default"
|
150 |
+
},
|
151 |
+
"extract": {
|
152 |
+
"column": "title"
|
153 |
+
}
|
154 |
+
}
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"@type": "cr:Field",
|
158 |
+
"@id": "default/description",
|
159 |
+
"dataType": "sc:Text",
|
160 |
+
"source": {
|
161 |
+
"fileSet": {
|
162 |
+
"@id": "parquet-files-for-config-default"
|
163 |
+
},
|
164 |
+
"extract": {
|
165 |
+
"column": "description"
|
166 |
+
}
|
167 |
+
}
|
168 |
+
},
|
169 |
+
{
|
170 |
+
"@type": "cr:Field",
|
171 |
+
"@id": "default/full_text",
|
172 |
+
"dataType": "sc:Text",
|
173 |
+
"source": {
|
174 |
+
"fileSet": {
|
175 |
+
"@id": "parquet-files-for-config-default"
|
176 |
+
},
|
177 |
+
"extract": {
|
178 |
+
"column": "full_text"
|
179 |
+
}
|
180 |
+
}
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"@type": "cr:Field",
|
184 |
+
"@id": "default/summary",
|
185 |
+
"dataType": "sc:Text",
|
186 |
+
"source": {
|
187 |
+
"fileSet": {
|
188 |
+
"@id": "parquet-files-for-config-default"
|
189 |
+
},
|
190 |
+
"extract": {
|
191 |
+
"column": "summary"
|
192 |
+
}
|
193 |
+
}
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"@type": "cr:Field",
|
197 |
+
"@id": "default/speaker",
|
198 |
+
"dataType": "sc:Text",
|
199 |
+
"source": {
|
200 |
+
"fileSet": {
|
201 |
+
"@id": "parquet-files-for-config-default"
|
202 |
+
},
|
203 |
+
"extract": {
|
204 |
+
"column": "speaker"
|
205 |
+
}
|
206 |
+
}
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"@type": "cr:Field",
|
210 |
+
"@id": "default/affiliation",
|
211 |
+
"dataType": "sc:Text",
|
212 |
+
"source": {
|
213 |
+
"fileSet": {
|
214 |
+
"@id": "parquet-files-for-config-default"
|
215 |
+
},
|
216 |
+
"extract": {
|
217 |
+
"column": "affiliation"
|
218 |
+
}
|
219 |
+
}
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"@type": "cr:Field",
|
223 |
+
"@id": "default/country_iso2",
|
224 |
+
"dataType": "sc:Text",
|
225 |
+
"source": {
|
226 |
+
"fileSet": {
|
227 |
+
"@id": "parquet-files-for-config-default"
|
228 |
+
},
|
229 |
+
"extract": {
|
230 |
+
"column": "country_iso2"
|
231 |
+
}
|
232 |
+
}
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"@type": "cr:Field",
|
236 |
+
"@id": "default/position",
|
237 |
+
"dataType": "sc:Text",
|
238 |
+
"source": {
|
239 |
+
"fileSet": {
|
240 |
+
"@id": "parquet-files-for-config-default"
|
241 |
+
},
|
242 |
+
"extract": {
|
243 |
+
"column": "position"
|
244 |
+
}
|
245 |
+
}
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"@type": "cr:Field",
|
249 |
+
"@id": "default/position_short",
|
250 |
+
"dataType": "sc:Text",
|
251 |
+
"source": {
|
252 |
+
"fileSet": {
|
253 |
+
"@id": "parquet-files-for-config-default"
|
254 |
+
},
|
255 |
+
"extract": {
|
256 |
+
"column": "position_short"
|
257 |
+
}
|
258 |
+
}
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"@type": "cr:Field",
|
262 |
+
"@id": "default/embeddings",
|
263 |
+
"dataType": "cr:Float64",
|
264 |
+
"source": {
|
265 |
+
"fileSet": {
|
266 |
+
"@id": "parquet-files-for-config-default"
|
267 |
+
},
|
268 |
+
"extract": {
|
269 |
+
"column": "embeddings"
|
270 |
+
}
|
271 |
+
},
|
272 |
+
"isArray": true,
|
273 |
+
"arrayShape": "-1"
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"@type": "cr:Field",
|
277 |
+
"@id": "default/topic_vector",
|
278 |
+
"dataType": "sc:Text",
|
279 |
+
"description": "Genereated labels from BERTopic's function generate_topics_labels(). Some values are 'null' as only the 40 major central banks were included for topics modelling",
|
280 |
+
"source": {
|
281 |
+
"fileSet": {
|
282 |
+
"@id": "parquet-files-for-config-default"
|
283 |
+
},
|
284 |
+
"extract": {
|
285 |
+
"column": "topic_vector"
|
286 |
+
}
|
287 |
+
},
|
288 |
+
"isArray": true,
|
289 |
+
"arrayShape": "-1"
|
290 |
+
}
|
291 |
+
]
|
292 |
+
}
|
293 |
+
],
|
294 |
+
"conformsTo": "http://mlcommons.org/croissant/1.1",
|
295 |
+
"name": "central_bank_speeches",
|
296 |
+
"description": "tpark-bis/central_bank_speeches dataset hosted on Hugging Face and contributed by the HF Datasets community",
|
297 |
+
"alternateName": [
|
298 |
+
"tpark-bis/central_bank_speeches"
|
299 |
+
],
|
300 |
+
"creator": {
|
301 |
+
"@type": "Person",
|
302 |
+
"name": "Taejin Park",
|
303 |
+
"url": "https://huggingface.co/tpark-bis"
|
304 |
+
},
|
305 |
+
"keywords": [
|
306 |
+
"10K - 100K",
|
307 |
+
"parquet",
|
308 |
+
"Text",
|
309 |
+
"Datasets",
|
310 |
+
"pandas",
|
311 |
+
"Croissant",
|
312 |
+
"Polars",
|
313 |
+
"\ud83c\uddfa\ud83c\uddf8 Region: US"
|
314 |
+
],
|
315 |
+
"url": "https://huggingface.co/datasets/tpark-bis/central_bank_speeches"
|
316 |
}
|