Upload dataset
Browse files- README.md +135 -1
- reduced/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: product_name
|
6 |
dtype: string
|
@@ -212,9 +212,143 @@ dataset_info:
|
|
212 |
num_examples: 356027
|
213 |
download_size: 49705064
|
214 |
dataset_size: 362581258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
configs:
|
216 |
- config_name: raw
|
217 |
data_files:
|
218 |
- split: train
|
219 |
path: raw/train-*
|
|
|
|
|
|
|
|
|
220 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: raw
|
4 |
features:
|
5 |
- name: product_name
|
6 |
dtype: string
|
|
|
212 |
num_examples: 356027
|
213 |
download_size: 49705064
|
214 |
dataset_size: 362581258
|
215 |
+
- config_name: reduced
|
216 |
+
features:
|
217 |
+
- name: product_name
|
218 |
+
dtype: string
|
219 |
+
- name: generic_name
|
220 |
+
dtype: string
|
221 |
+
- name: quantity
|
222 |
+
dtype: string
|
223 |
+
- name: ingredients_text
|
224 |
+
dtype: string
|
225 |
+
- name: serving_size
|
226 |
+
dtype: string
|
227 |
+
- name: energy_100g
|
228 |
+
dtype: float64
|
229 |
+
- name: energy-from-fat_100g
|
230 |
+
dtype: float64
|
231 |
+
- name: fat_100g
|
232 |
+
dtype: float64
|
233 |
+
- name: saturated-fat_100g
|
234 |
+
dtype: float64
|
235 |
+
- name: monounsaturated-fat_100g
|
236 |
+
dtype: float64
|
237 |
+
- name: polyunsaturated-fat_100g
|
238 |
+
dtype: float64
|
239 |
+
- name: omega-3-fat_100g
|
240 |
+
dtype: float64
|
241 |
+
- name: omega-6-fat_100g
|
242 |
+
dtype: float64
|
243 |
+
- name: omega-9-fat_100g
|
244 |
+
dtype: float64
|
245 |
+
- name: trans-fat_100g
|
246 |
+
dtype: float64
|
247 |
+
- name: cholesterol_100g
|
248 |
+
dtype: float64
|
249 |
+
- name: carbohydrates_100g
|
250 |
+
dtype: float64
|
251 |
+
- name: sugars_100g
|
252 |
+
dtype: float64
|
253 |
+
- name: starch_100g
|
254 |
+
dtype: float64
|
255 |
+
- name: polyols_100g
|
256 |
+
dtype: float64
|
257 |
+
- name: fiber_100g
|
258 |
+
dtype: float64
|
259 |
+
- name: proteins_100g
|
260 |
+
dtype: float64
|
261 |
+
- name: casein_100g
|
262 |
+
dtype: float64
|
263 |
+
- name: serum-proteins_100g
|
264 |
+
dtype: float64
|
265 |
+
- name: nucleotides_100g
|
266 |
+
dtype: float64
|
267 |
+
- name: salt_100g
|
268 |
+
dtype: float64
|
269 |
+
- name: sodium_100g
|
270 |
+
dtype: float64
|
271 |
+
- name: alcohol_100g
|
272 |
+
dtype: float64
|
273 |
+
- name: vitamin-a_100g
|
274 |
+
dtype: float64
|
275 |
+
- name: beta-carotene_100g
|
276 |
+
dtype: float64
|
277 |
+
- name: vitamin-d_100g
|
278 |
+
dtype: float64
|
279 |
+
- name: vitamin-e_100g
|
280 |
+
dtype: float64
|
281 |
+
- name: vitamin-k_100g
|
282 |
+
dtype: float64
|
283 |
+
- name: vitamin-c_100g
|
284 |
+
dtype: float64
|
285 |
+
- name: vitamin-b1_100g
|
286 |
+
dtype: float64
|
287 |
+
- name: vitamin-b2_100g
|
288 |
+
dtype: float64
|
289 |
+
- name: vitamin-pp_100g
|
290 |
+
dtype: float64
|
291 |
+
- name: vitamin-b6_100g
|
292 |
+
dtype: float64
|
293 |
+
- name: vitamin-b9_100g
|
294 |
+
dtype: float64
|
295 |
+
- name: folates_100g
|
296 |
+
dtype: float64
|
297 |
+
- name: vitamin-b12_100g
|
298 |
+
dtype: float64
|
299 |
+
- name: biotin_100g
|
300 |
+
dtype: float64
|
301 |
+
- name: pantothenic-acid_100g
|
302 |
+
dtype: float64
|
303 |
+
- name: silica_100g
|
304 |
+
dtype: float64
|
305 |
+
- name: bicarbonate_100g
|
306 |
+
dtype: float64
|
307 |
+
- name: potassium_100g
|
308 |
+
dtype: float64
|
309 |
+
- name: chloride_100g
|
310 |
+
dtype: float64
|
311 |
+
- name: calcium_100g
|
312 |
+
dtype: float64
|
313 |
+
- name: phosphorus_100g
|
314 |
+
dtype: float64
|
315 |
+
- name: iron_100g
|
316 |
+
dtype: float64
|
317 |
+
- name: magnesium_100g
|
318 |
+
dtype: float64
|
319 |
+
- name: zinc_100g
|
320 |
+
dtype: float64
|
321 |
+
- name: copper_100g
|
322 |
+
dtype: float64
|
323 |
+
- name: manganese_100g
|
324 |
+
dtype: float64
|
325 |
+
- name: fluoride_100g
|
326 |
+
dtype: float64
|
327 |
+
- name: selenium_100g
|
328 |
+
dtype: float64
|
329 |
+
- name: chromium_100g
|
330 |
+
dtype: float64
|
331 |
+
- name: molybdenum_100g
|
332 |
+
dtype: float64
|
333 |
+
- name: iodine_100g
|
334 |
+
dtype: float64
|
335 |
+
- name: collagen-meat-protein-ratio_100g
|
336 |
+
dtype: float64
|
337 |
+
- name: glycemic-index_100g
|
338 |
+
dtype: float64
|
339 |
+
splits:
|
340 |
+
- name: train
|
341 |
+
num_bytes: 243974113
|
342 |
+
num_examples: 356027
|
343 |
+
download_size: 46590471
|
344 |
+
dataset_size: 243974113
|
345 |
configs:
|
346 |
- config_name: raw
|
347 |
data_files:
|
348 |
- split: train
|
349 |
path: raw/train-*
|
350 |
+
- config_name: reduced
|
351 |
+
data_files:
|
352 |
+
- split: train
|
353 |
+
path: reduced/train-*
|
354 |
---
|
reduced/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8089f9daff69a77680b9939e1fc2d29e09fc5044a22a0de76b1edd694e4e410c
|
3 |
+
size 46590471
|