Upload dataset
Browse files- README.md +134 -0
- nutrition-feats-only/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,135 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- config_name: raw
|
4 |
features:
|
5 |
- name: product_name
|
@@ -343,6 +473,10 @@ dataset_info:
|
|
343 |
download_size: 46590471
|
344 |
dataset_size: 243974113
|
345 |
configs:
|
|
|
|
|
|
|
|
|
346 |
- config_name: raw
|
347 |
data_files:
|
348 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: nutrition-feats-only
|
4 |
+
features:
|
5 |
+
- name: product_name
|
6 |
+
dtype: string
|
7 |
+
- name: generic_name
|
8 |
+
dtype: string
|
9 |
+
- name: quantity
|
10 |
+
dtype: string
|
11 |
+
- name: ingredients_text
|
12 |
+
dtype: string
|
13 |
+
- name: serving_size
|
14 |
+
dtype: string
|
15 |
+
- name: energy_100g
|
16 |
+
dtype: float64
|
17 |
+
- name: energy-from-fat_100g
|
18 |
+
dtype: float64
|
19 |
+
- name: fat_100g
|
20 |
+
dtype: float64
|
21 |
+
- name: saturated-fat_100g
|
22 |
+
dtype: float64
|
23 |
+
- name: monounsaturated-fat_100g
|
24 |
+
dtype: float64
|
25 |
+
- name: polyunsaturated-fat_100g
|
26 |
+
dtype: float64
|
27 |
+
- name: omega-3-fat_100g
|
28 |
+
dtype: float64
|
29 |
+
- name: omega-6-fat_100g
|
30 |
+
dtype: float64
|
31 |
+
- name: omega-9-fat_100g
|
32 |
+
dtype: float64
|
33 |
+
- name: trans-fat_100g
|
34 |
+
dtype: float64
|
35 |
+
- name: cholesterol_100g
|
36 |
+
dtype: float64
|
37 |
+
- name: carbohydrates_100g
|
38 |
+
dtype: float64
|
39 |
+
- name: sugars_100g
|
40 |
+
dtype: float64
|
41 |
+
- name: starch_100g
|
42 |
+
dtype: float64
|
43 |
+
- name: polyols_100g
|
44 |
+
dtype: float64
|
45 |
+
- name: fiber_100g
|
46 |
+
dtype: float64
|
47 |
+
- name: proteins_100g
|
48 |
+
dtype: float64
|
49 |
+
- name: casein_100g
|
50 |
+
dtype: float64
|
51 |
+
- name: serum-proteins_100g
|
52 |
+
dtype: float64
|
53 |
+
- name: nucleotides_100g
|
54 |
+
dtype: float64
|
55 |
+
- name: salt_100g
|
56 |
+
dtype: float64
|
57 |
+
- name: sodium_100g
|
58 |
+
dtype: float64
|
59 |
+
- name: alcohol_100g
|
60 |
+
dtype: float64
|
61 |
+
- name: vitamin-a_100g
|
62 |
+
dtype: float64
|
63 |
+
- name: beta-carotene_100g
|
64 |
+
dtype: float64
|
65 |
+
- name: vitamin-d_100g
|
66 |
+
dtype: float64
|
67 |
+
- name: vitamin-e_100g
|
68 |
+
dtype: float64
|
69 |
+
- name: vitamin-k_100g
|
70 |
+
dtype: float64
|
71 |
+
- name: vitamin-c_100g
|
72 |
+
dtype: float64
|
73 |
+
- name: vitamin-b1_100g
|
74 |
+
dtype: float64
|
75 |
+
- name: vitamin-b2_100g
|
76 |
+
dtype: float64
|
77 |
+
- name: vitamin-pp_100g
|
78 |
+
dtype: float64
|
79 |
+
- name: vitamin-b6_100g
|
80 |
+
dtype: float64
|
81 |
+
- name: vitamin-b9_100g
|
82 |
+
dtype: float64
|
83 |
+
- name: folates_100g
|
84 |
+
dtype: float64
|
85 |
+
- name: vitamin-b12_100g
|
86 |
+
dtype: float64
|
87 |
+
- name: biotin_100g
|
88 |
+
dtype: float64
|
89 |
+
- name: pantothenic-acid_100g
|
90 |
+
dtype: float64
|
91 |
+
- name: silica_100g
|
92 |
+
dtype: float64
|
93 |
+
- name: bicarbonate_100g
|
94 |
+
dtype: float64
|
95 |
+
- name: potassium_100g
|
96 |
+
dtype: float64
|
97 |
+
- name: chloride_100g
|
98 |
+
dtype: float64
|
99 |
+
- name: calcium_100g
|
100 |
+
dtype: float64
|
101 |
+
- name: phosphorus_100g
|
102 |
+
dtype: float64
|
103 |
+
- name: iron_100g
|
104 |
+
dtype: float64
|
105 |
+
- name: magnesium_100g
|
106 |
+
dtype: float64
|
107 |
+
- name: zinc_100g
|
108 |
+
dtype: float64
|
109 |
+
- name: copper_100g
|
110 |
+
dtype: float64
|
111 |
+
- name: manganese_100g
|
112 |
+
dtype: float64
|
113 |
+
- name: fluoride_100g
|
114 |
+
dtype: float64
|
115 |
+
- name: selenium_100g
|
116 |
+
dtype: float64
|
117 |
+
- name: chromium_100g
|
118 |
+
dtype: float64
|
119 |
+
- name: molybdenum_100g
|
120 |
+
dtype: float64
|
121 |
+
- name: iodine_100g
|
122 |
+
dtype: float64
|
123 |
+
- name: collagen-meat-protein-ratio_100g
|
124 |
+
dtype: float64
|
125 |
+
- name: glycemic-index_100g
|
126 |
+
dtype: float64
|
127 |
+
splits:
|
128 |
+
- name: train
|
129 |
+
num_bytes: 243974113
|
130 |
+
num_examples: 356027
|
131 |
+
download_size: 46590471
|
132 |
+
dataset_size: 243974113
|
133 |
- config_name: raw
|
134 |
features:
|
135 |
- name: product_name
|
|
|
473 |
download_size: 46590471
|
474 |
dataset_size: 243974113
|
475 |
configs:
|
476 |
+
- config_name: nutrition-feats-only
|
477 |
+
data_files:
|
478 |
+
- split: train
|
479 |
+
path: nutrition-feats-only/train-*
|
480 |
- config_name: raw
|
481 |
data_files:
|
482 |
- split: train
|
nutrition-feats-only/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
|