Upload metadata.jsonld with huggingface_hub
Browse files- metadata.jsonld +188 -0
metadata.jsonld
ADDED
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@context": {
|
3 |
+
"@vocab": "https://schema.org/",
|
4 |
+
"cr": "http://mlcommons.org/croissant/",
|
5 |
+
"fileObject": "cr:fileObject",
|
6 |
+
"fileSet": "cr:fileSet",
|
7 |
+
"field": "cr:field",
|
8 |
+
"recordSet": "cr:recordSet",
|
9 |
+
"dataType": {
|
10 |
+
"@id": "cr:dataType",
|
11 |
+
"@type": "@vocab"
|
12 |
+
},
|
13 |
+
"source": "cr:source",
|
14 |
+
"extract": "cr:extract",
|
15 |
+
"column": "cr:column",
|
16 |
+
"isArray": "cr:isArray",
|
17 |
+
"arrayShape": "cr:arrayShape"
|
18 |
+
},
|
19 |
+
"@type": "Dataset",
|
20 |
+
"name": "MTBenchFinanceStock",
|
21 |
+
"description": "Stock QA dataset with structured timestamped fields.",
|
22 |
+
"distribution": [
|
23 |
+
{
|
24 |
+
"@type": "fileSet",
|
25 |
+
"name": "parquet_files",
|
26 |
+
"encodingFormat": "application/x-parquet",
|
27 |
+
"contentUrl": "https://huggingface.co/datasets/afeng/MTBench_finance_stock_crossiant/resolve/main/shard_*.parquet"
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"recordSet": [
|
31 |
+
{
|
32 |
+
"@type": "recordSet",
|
33 |
+
"name": "default",
|
34 |
+
"field": [
|
35 |
+
{
|
36 |
+
"@type": "field",
|
37 |
+
"name": "timestamp",
|
38 |
+
"dataType": "Integer",
|
39 |
+
"isArray": true,
|
40 |
+
"arrayShape": "-1",
|
41 |
+
"source": {
|
42 |
+
"fileSet": {
|
43 |
+
"name": "parquet_files"
|
44 |
+
},
|
45 |
+
"extract": {
|
46 |
+
"column": "timestamp"
|
47 |
+
}
|
48 |
+
}
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"@type": "field",
|
52 |
+
"name": "open",
|
53 |
+
"dataType": "Float",
|
54 |
+
"isArray": true,
|
55 |
+
"arrayShape": "-1",
|
56 |
+
"source": {
|
57 |
+
"fileSet": {
|
58 |
+
"name": "parquet_files"
|
59 |
+
},
|
60 |
+
"extract": {
|
61 |
+
"column": "open"
|
62 |
+
}
|
63 |
+
}
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"@type": "field",
|
67 |
+
"name": "high",
|
68 |
+
"dataType": "Float",
|
69 |
+
"isArray": true,
|
70 |
+
"arrayShape": "-1",
|
71 |
+
"source": {
|
72 |
+
"fileSet": {
|
73 |
+
"name": "parquet_files"
|
74 |
+
},
|
75 |
+
"extract": {
|
76 |
+
"column": "high"
|
77 |
+
}
|
78 |
+
}
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"@type": "field",
|
82 |
+
"name": "low",
|
83 |
+
"dataType": "Float",
|
84 |
+
"isArray": true,
|
85 |
+
"arrayShape": "-1",
|
86 |
+
"source": {
|
87 |
+
"fileSet": {
|
88 |
+
"name": "parquet_files"
|
89 |
+
},
|
90 |
+
"extract": {
|
91 |
+
"column": "low"
|
92 |
+
}
|
93 |
+
}
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"@type": "field",
|
97 |
+
"name": "close",
|
98 |
+
"dataType": "Float",
|
99 |
+
"isArray": true,
|
100 |
+
"arrayShape": "-1",
|
101 |
+
"source": {
|
102 |
+
"fileSet": {
|
103 |
+
"name": "parquet_files"
|
104 |
+
},
|
105 |
+
"extract": {
|
106 |
+
"column": "close"
|
107 |
+
}
|
108 |
+
}
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"@type": "field",
|
112 |
+
"name": "volume",
|
113 |
+
"dataType": "Float",
|
114 |
+
"isArray": true,
|
115 |
+
"arrayShape": "-1",
|
116 |
+
"source": {
|
117 |
+
"fileSet": {
|
118 |
+
"name": "parquet_files"
|
119 |
+
},
|
120 |
+
"extract": {
|
121 |
+
"column": "volume"
|
122 |
+
}
|
123 |
+
}
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"@type": "field",
|
127 |
+
"name": "vwap",
|
128 |
+
"dataType": "Float",
|
129 |
+
"isArray": true,
|
130 |
+
"arrayShape": "-1",
|
131 |
+
"source": {
|
132 |
+
"fileSet": {
|
133 |
+
"name": "parquet_files"
|
134 |
+
},
|
135 |
+
"extract": {
|
136 |
+
"column": "vwap"
|
137 |
+
}
|
138 |
+
}
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"@type": "field",
|
142 |
+
"name": "transactions",
|
143 |
+
"dataType": "Integer",
|
144 |
+
"isArray": true,
|
145 |
+
"arrayShape": "-1",
|
146 |
+
"source": {
|
147 |
+
"fileSet": {
|
148 |
+
"name": "parquet_files"
|
149 |
+
},
|
150 |
+
"extract": {
|
151 |
+
"column": "transactions"
|
152 |
+
}
|
153 |
+
}
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"@type": "field",
|
157 |
+
"name": "otc",
|
158 |
+
"dataType": "Float",
|
159 |
+
"isArray": true,
|
160 |
+
"arrayShape": "-1",
|
161 |
+
"source": {
|
162 |
+
"fileSet": {
|
163 |
+
"name": "parquet_files"
|
164 |
+
},
|
165 |
+
"extract": {
|
166 |
+
"column": "otc"
|
167 |
+
}
|
168 |
+
}
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"@type": "field",
|
172 |
+
"name": "real_timestamp",
|
173 |
+
"dataType": "Integer",
|
174 |
+
"isArray": true,
|
175 |
+
"arrayShape": "-1",
|
176 |
+
"source": {
|
177 |
+
"fileSet": {
|
178 |
+
"name": "parquet_files"
|
179 |
+
},
|
180 |
+
"extract": {
|
181 |
+
"column": "real_timestamp"
|
182 |
+
}
|
183 |
+
}
|
184 |
+
}
|
185 |
+
]
|
186 |
+
}
|
187 |
+
]
|
188 |
+
}
|