Training in progress, epoch 1
Browse files- config.json +392 -4
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -9,13 +9,401 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
-
"
|
18 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "sausage, meat, spices, charcuterie",
|
13 |
+
"1": "rillettes, cabillaud, cod, fish",
|
14 |
+
"2": "tea, green, beverage, leaves",
|
15 |
+
"3": "pizzas, crust, crispy, dough",
|
16 |
+
"4": "aliments, question, plant, bread",
|
17 |
+
"5": "cookies, chocolate, biscuits, sweet",
|
18 |
+
"6": "chips, chocolate, mix, bread",
|
19 |
+
"7": "sauce, pepper, peppers, chili",
|
20 |
+
"8": "salad, dressing, fresh, dish",
|
21 |
+
"9": "cheese, milk, months, flavor",
|
22 |
+
"10": "butter, peanuts, chocolate, oil",
|
23 |
+
"11": "onions, garlic, seasoning, red",
|
24 |
+
"12": "chocolate, treat, product, snack",
|
25 |
+
"13": "snacks, question, biscuits, cookies",
|
26 |
+
"14": "Abricots, Syrup",
|
27 |
+
"15": "lemon, refreshing, zesty, citrus",
|
28 |
+
"16": "movie, snack, butter, corn",
|
29 |
+
"17": "supplement, nutrients, support, vitamins",
|
30 |
+
"18": "toast, pastries, fruit, spread",
|
31 |
+
"19": "beef, meat, burgers, mouthwatering",
|
32 |
+
"20": "chocolate, chocolat, treat, cocoa",
|
33 |
+
"21": "green, diet, nutritious, organic",
|
34 |
+
"22": "frozen pink salmon fillets, smoked salmon",
|
35 |
+
"23": "vegetable, vegetables, vegan, aliments",
|
36 |
+
"24": "beans, baked, bean, nutritious",
|
37 |
+
"25": "fruits, son, aliments, des",
|
38 |
+
"26": "wraps, black, flour, pasta",
|
39 |
+
"27": "topic:",
|
40 |
+
"28": "rillettes, cabillaud, snacks, snack",
|
41 |
+
"29": "wine, vinegar, white, red",
|
42 |
+
"30": "juice, boissons, beverage, base",
|
43 |
+
"31": "Authentic Ham, Premium Taste",
|
44 |
+
"32": "chicken, tender, meat, meal",
|
45 |
+
"33": "cheese, dairy, fermented, creamy",
|
46 |
+
"34": "Gluten-free cheese crackers, Healthier alternative crackers",
|
47 |
+
"35": "seafood, canned, fish, oil",
|
48 |
+
"36": "Pudding Snacks, Strawberry Sundae, Strawberry sugar wafers, Gelatin Dessert Strawberry, Strawberry Swirl Cheesecake",
|
49 |
+
"37": "Premium Arabica Instant Coffee, Authentic French Ground Coffee",
|
50 |
+
"38": "cake, food, rillettes, cabillaud",
|
51 |
+
"39": "orange, juice, refreshing, beverage",
|
52 |
+
"40": "olive, oil, extra, fats",
|
53 |
+
"41": "meat, tender, delicacy, dish",
|
54 |
+
"42": "gluten-free cookies, chocolate cake",
|
55 |
+
"43": "pasta, sauce, dish, sauces",
|
56 |
+
"44": "Corn Cereal, Organic Granola",
|
57 |
+
"45": "vanilla, saveur, essence, aroma",
|
58 |
+
"46": "candies, sweet, treat, confectionery",
|
59 |
+
"47": "nuts, nutty, snack, pan",
|
60 |
+
"48": "food, product, ingredients, culinary",
|
61 |
+
"49": "Nutty Bites, Delicious Snack",
|
62 |
+
"50": "Turkey Thigh Fillet, Delicate Turkey Roast",
|
63 |
+
"51": "refreshing, fruit, fruits, natural sweetness",
|
64 |
+
"52": "pork, meat, rillettes, sausage",
|
65 |
+
"53": "energy, drink, need, boost",
|
66 |
+
"54": "French beef products, Meat and derivatives",
|
67 |
+
"55": "Crushed Tomatoes, Diced Tomato",
|
68 |
+
"56": "eggs, egg, breakfast, farming",
|
69 |
+
"57": "soups, earthy, vegetarian, dishes",
|
70 |
+
"58": "Ice Cream Sandwiches, Freeze Dried Ice Cream Sandwiches",
|
71 |
+
"59": "almonds, les, et, fruits",
|
72 |
+
"60": "chips, potatoes, potato, snack",
|
73 |
+
"61": "Barbeque potato chips, Marcelled potato chips",
|
74 |
+
"62": "Chunk Light Tuna In Water, Albacore in Olive Oil",
|
75 |
+
"63": "honey, natural, syrup, sweetness",
|
76 |
+
"64": "P\u00e2te \u00e0 sucre, pastry puffs",
|
77 |
+
"65": "tropical, fruit, refreshing, snack",
|
78 |
+
"66": "viandes, d\u00e9riv\u00e9s, question, product",
|
79 |
+
"67": "water, refreshing, magnesium, natural",
|
80 |
+
"68": "sprouted seeds, versatile food product",
|
81 |
+
"69": "tomatoes, tomato, paste, dishes",
|
82 |
+
"70": "milk, dairy, lactose, cream",
|
83 |
+
"71": "biscuits, biscuit, mix, butter",
|
84 |
+
"72": "Jalapeno Artichoke Dip, Jalapeno Jelly",
|
85 |
+
"73": "yogurt, dairy, desserts, creamy",
|
86 |
+
"74": "Saucisson sec aux noix, Charcupac",
|
87 |
+
"75": "versatile coconut products, health benefits",
|
88 |
+
"76": "Tiramisu desserts, Chocolate tart",
|
89 |
+
"77": "coffee, cup, beans, beverage",
|
90 |
+
"78": "immune, spicy, nut, product",
|
91 |
+
"79": "traditional French bread, rustic and hearty",
|
92 |
+
"80": "fruit, fruits, strawberry, healthy",
|
93 |
+
"81": "Delicious Snack Options, Gourmet Italian Delights",
|
94 |
+
"82": "seafood, fish, fatty, pan",
|
95 |
+
"83": "condiment, dip, vegetables, product",
|
96 |
+
"84": "rice, long, grain, dish",
|
97 |
+
"85": "information, available, specific information, specific",
|
98 |
+
"86": "owner, specific information, information, specific",
|
99 |
+
"87": "bread, wheat, sandwiches, corn",
|
100 |
+
"88": "ham, cured, charcuterie, board",
|
101 |
+
"89": "high-quality olive oil, health benefits",
|
102 |
+
"90": "product, peppers, foods, canned",
|
103 |
+
"91": "Sweet Potato Gnocchi, Deliciosas Gomilocas",
|
104 |
+
"92": "Delicato Cucumber Salad, SALADE THA\u00cf",
|
105 |
+
"93": "beverage, refreshing, beverages, drink",
|
106 |
+
"94": "Pork tenderloin, French pork delicacies",
|
107 |
+
"95": "Dark Chocolate Thins, Belgian Dark Chocolate",
|
108 |
+
"96": "Rillettes de cabillaud, Packaging materials",
|
109 |
+
"97": "dark, chocolate, chocolat, cocoa",
|
110 |
+
"98": "cheese, crackers, snack, crunchy",
|
111 |
+
"99": "coconut, tropical, milk, organic",
|
112 |
+
"100": "product, packaging, traces, cabillaud",
|
113 |
+
"101": "rice, dish, stir, meal",
|
114 |
+
"102": "cream, creamy, spread, cheese",
|
115 |
+
"103": "vegan, sour, rice, snack",
|
116 |
+
"104": "Hach\u00e9e de boeuf, Bohemia",
|
117 |
+
"105": "turkey, meat, lean, ground",
|
118 |
+
"106": "ice, cream, dessert, frozen",
|
119 |
+
"107": "wholesome, nuts, breakfast, grains",
|
120 |
+
"108": "buttermilk biscuits, Belgian biscuits",
|
121 |
+
"109": "soup, comforting, fish, vegetables",
|
122 |
+
"110": "chocolate, lait, milk, chocolat",
|
123 |
+
"111": "Quenelles, Choucroute Rouge",
|
124 |
+
"112": "chocolate, sized, size, treats",
|
125 |
+
"113": "Italian pasta dish, Tortilla wraps",
|
126 |
+
"114": "bar, cereal, snack, nutritious snack",
|
127 |
+
"115": "Fruit Flavored Snacks, Wholesome Fruit Treats",
|
128 |
+
"116": "gluten, sugar, sin, free",
|
129 |
+
"117": "sauce, barbecue, smoky, grilling",
|
130 |
+
"118": "Indulgent chocolate treats, Rich and bitter cocoa experience",
|
131 |
+
"119": "seafood, marinated, marinade, sea",
|
132 |
+
"120": "smoky, lean, d\u00e9riv\u00e9s, tacos",
|
133 |
+
"121": "Refreshing Lemon Lime Delights, Citrusy Sparkling Beverages",
|
134 |
+
"122": "flour, organic, gluten, fiber",
|
135 |
+
"123": "pistachios, petits pois",
|
136 |
+
"124": "Chewy candies, Fruity flavors",
|
137 |
+
"125": "peanuts, nuts, nut, snack",
|
138 |
+
"126": "protein, prote\u00ednas, bar, high protein",
|
139 |
+
"127": "Kettle Roasted Peanuts, Peanut Butter Cups",
|
140 |
+
"128": "chocolate chip chewy cookies, pecan chocolate chip cookies",
|
141 |
+
"129": "frozen, dessert, ice, desserts",
|
142 |
+
"130": "crust, charcuterie, meat, charcuteries",
|
143 |
+
"131": "caramel, treat, confectionery, sweet",
|
144 |
+
"132": "marinated, olive, green, topping",
|
145 |
+
"133": "salt, sea, condiment, sauce",
|
146 |
+
"134": "specific details, food, unique, likely",
|
147 |
+
"135": "dessert, cake, sweet, treat",
|
148 |
+
"136": "Fruit preserves, Traditional cuisine",
|
149 |
+
"137": "Wine production, Vino libentino",
|
150 |
+
"138": "quinoa nera, chia seeds",
|
151 |
+
"139": "protein, muscle, supplement, growth",
|
152 |
+
"140": "viande, beef, meat, d\u00e9riv\u00e9s",
|
153 |
+
"141": "Sparkling mineral water, Convenient hydration",
|
154 |
+
"142": "BCAA SPIKE, muscle growth",
|
155 |
+
"143": "beverage, calorie, refreshing, drink",
|
156 |
+
"144": "Parmesan cheese, Italian cheese",
|
157 |
+
"145": "tomato, sauce, tomatoes, conserve",
|
158 |
+
"146": "sauce, spices, aromatic, green",
|
159 |
+
"147": "Pan con lino, eco-friendly bread",
|
160 |
+
"148": "milk chocolate, indulgent treat",
|
161 |
+
"149": "Green Pepper Sauce, Sweet Thai Chili Sauce",
|
162 |
+
"150": "tart, crust, dessert, flaky",
|
163 |
+
"151": "Organic vegetable broth, Flavorful plant-based option",
|
164 |
+
"152": "pastry, biscuits, pancakes, cakes",
|
165 |
+
"153": "Extra Wide Egg Noodles, Premium Rice Sticks",
|
166 |
+
"154": "Irish beef mince, German corned beef",
|
167 |
+
"155": "Schlagsahne, whipped cream",
|
168 |
+
"156": "topics: French fish soup, hearty potage",
|
169 |
+
"157": "High-quality wheat flour, Versatile baking ingredient",
|
170 |
+
"158": "Mandarin Honey, Flower Honey",
|
171 |
+
"159": "Milk products, Lactose-free milk",
|
172 |
+
"160": "Russian blinis, French pastry",
|
173 |
+
"161": "cereal, oatmeal, breakfast, oats",
|
174 |
+
"162": "Apple juice, Refreshing beverages",
|
175 |
+
"163": "Rillettes de cabillaud, seafood spread",
|
176 |
+
"164": "Neufchatel Cheese, \u00c9poisses",
|
177 |
+
"165": "apple sauce, apple rings",
|
178 |
+
"166": "sandwich, bread, ham, sandwiches",
|
179 |
+
"167": "Croissant bl\u00e9, Le kouign amann",
|
180 |
+
"168": "baked beans, garbanzo beans",
|
181 |
+
"169": "Italian pasta, gluten-free option",
|
182 |
+
"170": "Pomegranate juice, Pink grapefruit juice",
|
183 |
+
"171": "Sliced Pepperoni, Grilled Peppers",
|
184 |
+
"172": "Roucoulons cheese, Comt\u00e9 Jura Flore Fort des Rousses",
|
185 |
+
"173": "Sweet Cream Salted Butter, Palets caramel beurre sal\u00e9",
|
186 |
+
"174": "Paprika spice, Marinated turkey",
|
187 |
+
"175": "Almonds, Healthy Snacks",
|
188 |
+
"176": "Peanuts, Nut snacks",
|
189 |
+
"177": "BBQ sauce, grilling",
|
190 |
+
"178": "lentilles blondes bio, sustainable food option",
|
191 |
+
"179": "indulgent chocolate treats, heavenly fruit chocolate",
|
192 |
+
"180": "Foie de lapin, Magret de canard",
|
193 |
+
"181": "fruit preserves, fruity spreads",
|
194 |
+
"182": "mushroom varieties, culinary versatility",
|
195 |
+
"183": "kombucha, fermented beverages",
|
196 |
+
"184": "red onions, sweet onions",
|
197 |
+
"185": "Sports Bars, Chewy Granola Bars",
|
198 |
+
"186": "Basmati rice, Fragrant long grain rice",
|
199 |
+
"187": "Refreshing beverages, Fruity hydration",
|
200 |
+
"188": "Imported Food Brands, Brand Owners",
|
201 |
+
"189": "B\u00e1nh Pi\u00e1 Durian cake, Dots Jordb\u00e6rkrisp",
|
202 |
+
"190": "coconut milk, organic lifestyle",
|
203 |
+
"191": "yogurt, dairy products",
|
204 |
+
"192": "Schokokeks Mini, Choco Bananas minis",
|
205 |
+
"193": "Variety of Food Products, Specific Product Information",
|
206 |
+
"194": "Organic Strawberries, Blueberry Powder",
|
207 |
+
"195": "Amazin Prunes, Sunsweet"
|
208 |
},
|
209 |
"initializer_range": 0.02,
|
210 |
"label2id": {
|
211 |
+
"Abricots, Syrup": 14,
|
212 |
+
"Almonds, Healthy Snacks": 175,
|
213 |
+
"Amazin Prunes, Sunsweet": 195,
|
214 |
+
"Apple juice, Refreshing beverages": 162,
|
215 |
+
"Authentic Ham, Premium Taste": 31,
|
216 |
+
"BBQ sauce, grilling": 177,
|
217 |
+
"BCAA SPIKE, muscle growth": 142,
|
218 |
+
"Barbeque potato chips, Marcelled potato chips": 61,
|
219 |
+
"Basmati rice, Fragrant long grain rice": 186,
|
220 |
+
"B\u00e1nh Pi\u00e1 Durian cake, Dots Jordb\u00e6rkrisp": 189,
|
221 |
+
"Chewy candies, Fruity flavors": 124,
|
222 |
+
"Chunk Light Tuna In Water, Albacore in Olive Oil": 62,
|
223 |
+
"Corn Cereal, Organic Granola": 44,
|
224 |
+
"Croissant bl\u00e9, Le kouign amann": 167,
|
225 |
+
"Crushed Tomatoes, Diced Tomato": 55,
|
226 |
+
"Dark Chocolate Thins, Belgian Dark Chocolate": 95,
|
227 |
+
"Delicato Cucumber Salad, SALADE THA\u00cf": 92,
|
228 |
+
"Delicious Snack Options, Gourmet Italian Delights": 81,
|
229 |
+
"Extra Wide Egg Noodles, Premium Rice Sticks": 153,
|
230 |
+
"Foie de lapin, Magret de canard": 180,
|
231 |
+
"French beef products, Meat and derivatives": 54,
|
232 |
+
"Fruit Flavored Snacks, Wholesome Fruit Treats": 115,
|
233 |
+
"Fruit preserves, Traditional cuisine": 136,
|
234 |
+
"Gluten-free cheese crackers, Healthier alternative crackers": 34,
|
235 |
+
"Green Pepper Sauce, Sweet Thai Chili Sauce": 149,
|
236 |
+
"Hach\u00e9e de boeuf, Bohemia": 104,
|
237 |
+
"High-quality wheat flour, Versatile baking ingredient": 157,
|
238 |
+
"Ice Cream Sandwiches, Freeze Dried Ice Cream Sandwiches": 58,
|
239 |
+
"Imported Food Brands, Brand Owners": 188,
|
240 |
+
"Indulgent chocolate treats, Rich and bitter cocoa experience": 118,
|
241 |
+
"Irish beef mince, German corned beef": 154,
|
242 |
+
"Italian pasta dish, Tortilla wraps": 113,
|
243 |
+
"Italian pasta, gluten-free option": 169,
|
244 |
+
"Jalapeno Artichoke Dip, Jalapeno Jelly": 72,
|
245 |
+
"Kettle Roasted Peanuts, Peanut Butter Cups": 127,
|
246 |
+
"Mandarin Honey, Flower Honey": 158,
|
247 |
+
"Milk products, Lactose-free milk": 159,
|
248 |
+
"Neufchatel Cheese, \u00c9poisses": 164,
|
249 |
+
"Nutty Bites, Delicious Snack": 49,
|
250 |
+
"Organic Strawberries, Blueberry Powder": 194,
|
251 |
+
"Organic vegetable broth, Flavorful plant-based option": 151,
|
252 |
+
"Pan con lino, eco-friendly bread": 147,
|
253 |
+
"Paprika spice, Marinated turkey": 174,
|
254 |
+
"Parmesan cheese, Italian cheese": 144,
|
255 |
+
"Peanuts, Nut snacks": 176,
|
256 |
+
"Pomegranate juice, Pink grapefruit juice": 170,
|
257 |
+
"Pork tenderloin, French pork delicacies": 94,
|
258 |
+
"Premium Arabica Instant Coffee, Authentic French Ground Coffee": 37,
|
259 |
+
"Pudding Snacks, Strawberry Sundae, Strawberry sugar wafers, Gelatin Dessert Strawberry, Strawberry Swirl Cheesecake": 36,
|
260 |
+
"P\u00e2te \u00e0 sucre, pastry puffs": 64,
|
261 |
+
"Quenelles, Choucroute Rouge": 111,
|
262 |
+
"Refreshing Lemon Lime Delights, Citrusy Sparkling Beverages": 121,
|
263 |
+
"Refreshing beverages, Fruity hydration": 187,
|
264 |
+
"Rillettes de cabillaud, Packaging materials": 96,
|
265 |
+
"Rillettes de cabillaud, seafood spread": 163,
|
266 |
+
"Roucoulons cheese, Comt\u00e9 Jura Flore Fort des Rousses": 172,
|
267 |
+
"Russian blinis, French pastry": 160,
|
268 |
+
"Saucisson sec aux noix, Charcupac": 74,
|
269 |
+
"Schlagsahne, whipped cream": 155,
|
270 |
+
"Schokokeks Mini, Choco Bananas minis": 192,
|
271 |
+
"Sliced Pepperoni, Grilled Peppers": 171,
|
272 |
+
"Sparkling mineral water, Convenient hydration": 141,
|
273 |
+
"Sports Bars, Chewy Granola Bars": 185,
|
274 |
+
"Sweet Cream Salted Butter, Palets caramel beurre sal\u00e9": 173,
|
275 |
+
"Sweet Potato Gnocchi, Deliciosas Gomilocas": 91,
|
276 |
+
"Tiramisu desserts, Chocolate tart": 76,
|
277 |
+
"Turkey Thigh Fillet, Delicate Turkey Roast": 50,
|
278 |
+
"Variety of Food Products, Specific Product Information": 193,
|
279 |
+
"Wine production, Vino libentino": 137,
|
280 |
+
"aliments, question, plant, bread": 4,
|
281 |
+
"almonds, les, et, fruits": 59,
|
282 |
+
"apple sauce, apple rings": 165,
|
283 |
+
"baked beans, garbanzo beans": 168,
|
284 |
+
"bar, cereal, snack, nutritious snack": 114,
|
285 |
+
"beans, baked, bean, nutritious": 24,
|
286 |
+
"beef, meat, burgers, mouthwatering": 19,
|
287 |
+
"beverage, calorie, refreshing, drink": 143,
|
288 |
+
"beverage, refreshing, beverages, drink": 93,
|
289 |
+
"biscuits, biscuit, mix, butter": 71,
|
290 |
+
"bread, wheat, sandwiches, corn": 87,
|
291 |
+
"butter, peanuts, chocolate, oil": 10,
|
292 |
+
"buttermilk biscuits, Belgian biscuits": 108,
|
293 |
+
"cake, food, rillettes, cabillaud": 38,
|
294 |
+
"candies, sweet, treat, confectionery": 46,
|
295 |
+
"caramel, treat, confectionery, sweet": 131,
|
296 |
+
"cereal, oatmeal, breakfast, oats": 161,
|
297 |
+
"cheese, crackers, snack, crunchy": 98,
|
298 |
+
"cheese, dairy, fermented, creamy": 33,
|
299 |
+
"cheese, milk, months, flavor": 9,
|
300 |
+
"chicken, tender, meat, meal": 32,
|
301 |
+
"chips, chocolate, mix, bread": 6,
|
302 |
+
"chips, potatoes, potato, snack": 60,
|
303 |
+
"chocolate chip chewy cookies, pecan chocolate chip cookies": 128,
|
304 |
+
"chocolate, chocolat, treat, cocoa": 20,
|
305 |
+
"chocolate, lait, milk, chocolat": 110,
|
306 |
+
"chocolate, sized, size, treats": 112,
|
307 |
+
"chocolate, treat, product, snack": 12,
|
308 |
+
"coconut milk, organic lifestyle": 190,
|
309 |
+
"coconut, tropical, milk, organic": 99,
|
310 |
+
"coffee, cup, beans, beverage": 77,
|
311 |
+
"condiment, dip, vegetables, product": 83,
|
312 |
+
"cookies, chocolate, biscuits, sweet": 5,
|
313 |
+
"cream, creamy, spread, cheese": 102,
|
314 |
+
"crust, charcuterie, meat, charcuteries": 130,
|
315 |
+
"dark, chocolate, chocolat, cocoa": 97,
|
316 |
+
"dessert, cake, sweet, treat": 135,
|
317 |
+
"eggs, egg, breakfast, farming": 56,
|
318 |
+
"energy, drink, need, boost": 53,
|
319 |
+
"flour, organic, gluten, fiber": 122,
|
320 |
+
"food, product, ingredients, culinary": 48,
|
321 |
+
"frozen pink salmon fillets, smoked salmon": 22,
|
322 |
+
"frozen, dessert, ice, desserts": 129,
|
323 |
+
"fruit preserves, fruity spreads": 181,
|
324 |
+
"fruit, fruits, strawberry, healthy": 80,
|
325 |
+
"fruits, son, aliments, des": 25,
|
326 |
+
"gluten, sugar, sin, free": 116,
|
327 |
+
"gluten-free cookies, chocolate cake": 42,
|
328 |
+
"green, diet, nutritious, organic": 21,
|
329 |
+
"ham, cured, charcuterie, board": 88,
|
330 |
+
"high-quality olive oil, health benefits": 89,
|
331 |
+
"honey, natural, syrup, sweetness": 63,
|
332 |
+
"ice, cream, dessert, frozen": 106,
|
333 |
+
"immune, spicy, nut, product": 78,
|
334 |
+
"indulgent chocolate treats, heavenly fruit chocolate": 179,
|
335 |
+
"information, available, specific information, specific": 85,
|
336 |
+
"juice, boissons, beverage, base": 30,
|
337 |
+
"kombucha, fermented beverages": 183,
|
338 |
+
"lemon, refreshing, zesty, citrus": 15,
|
339 |
+
"lentilles blondes bio, sustainable food option": 178,
|
340 |
+
"marinated, olive, green, topping": 132,
|
341 |
+
"meat, tender, delicacy, dish": 41,
|
342 |
+
"milk chocolate, indulgent treat": 148,
|
343 |
+
"milk, dairy, lactose, cream": 70,
|
344 |
+
"movie, snack, butter, corn": 16,
|
345 |
+
"mushroom varieties, culinary versatility": 182,
|
346 |
+
"nuts, nutty, snack, pan": 47,
|
347 |
+
"olive, oil, extra, fats": 40,
|
348 |
+
"onions, garlic, seasoning, red": 11,
|
349 |
+
"orange, juice, refreshing, beverage": 39,
|
350 |
+
"owner, specific information, information, specific": 86,
|
351 |
+
"pasta, sauce, dish, sauces": 43,
|
352 |
+
"pastry, biscuits, pancakes, cakes": 152,
|
353 |
+
"peanuts, nuts, nut, snack": 125,
|
354 |
+
"pistachios, petits pois": 123,
|
355 |
+
"pizzas, crust, crispy, dough": 3,
|
356 |
+
"pork, meat, rillettes, sausage": 52,
|
357 |
+
"product, packaging, traces, cabillaud": 100,
|
358 |
+
"product, peppers, foods, canned": 90,
|
359 |
+
"protein, muscle, supplement, growth": 139,
|
360 |
+
"protein, prote\u00ednas, bar, high protein": 126,
|
361 |
+
"quinoa nera, chia seeds": 138,
|
362 |
+
"red onions, sweet onions": 184,
|
363 |
+
"refreshing, fruit, fruits, natural sweetness": 51,
|
364 |
+
"rice, dish, stir, meal": 101,
|
365 |
+
"rice, long, grain, dish": 84,
|
366 |
+
"rillettes, cabillaud, cod, fish": 1,
|
367 |
+
"rillettes, cabillaud, snacks, snack": 28,
|
368 |
+
"salad, dressing, fresh, dish": 8,
|
369 |
+
"salt, sea, condiment, sauce": 133,
|
370 |
+
"sandwich, bread, ham, sandwiches": 166,
|
371 |
+
"sauce, barbecue, smoky, grilling": 117,
|
372 |
+
"sauce, pepper, peppers, chili": 7,
|
373 |
+
"sauce, spices, aromatic, green": 146,
|
374 |
+
"sausage, meat, spices, charcuterie": 0,
|
375 |
+
"seafood, canned, fish, oil": 35,
|
376 |
+
"seafood, fish, fatty, pan": 82,
|
377 |
+
"seafood, marinated, marinade, sea": 119,
|
378 |
+
"smoky, lean, d\u00e9riv\u00e9s, tacos": 120,
|
379 |
+
"snacks, question, biscuits, cookies": 13,
|
380 |
+
"soup, comforting, fish, vegetables": 109,
|
381 |
+
"soups, earthy, vegetarian, dishes": 57,
|
382 |
+
"specific details, food, unique, likely": 134,
|
383 |
+
"sprouted seeds, versatile food product": 68,
|
384 |
+
"supplement, nutrients, support, vitamins": 17,
|
385 |
+
"tart, crust, dessert, flaky": 150,
|
386 |
+
"tea, green, beverage, leaves": 2,
|
387 |
+
"toast, pastries, fruit, spread": 18,
|
388 |
+
"tomato, sauce, tomatoes, conserve": 145,
|
389 |
+
"tomatoes, tomato, paste, dishes": 69,
|
390 |
+
"topic:": 27,
|
391 |
+
"topics: French fish soup, hearty potage": 156,
|
392 |
+
"traditional French bread, rustic and hearty": 79,
|
393 |
+
"tropical, fruit, refreshing, snack": 65,
|
394 |
+
"turkey, meat, lean, ground": 105,
|
395 |
+
"vanilla, saveur, essence, aroma": 45,
|
396 |
+
"vegan, sour, rice, snack": 103,
|
397 |
+
"vegetable, vegetables, vegan, aliments": 23,
|
398 |
+
"versatile coconut products, health benefits": 75,
|
399 |
+
"viande, beef, meat, d\u00e9riv\u00e9s": 140,
|
400 |
+
"viandes, d\u00e9riv\u00e9s, question, product": 66,
|
401 |
+
"water, refreshing, magnesium, natural": 67,
|
402 |
+
"wholesome, nuts, breakfast, grains": 107,
|
403 |
+
"wine, vinegar, white, red": 29,
|
404 |
+
"wraps, black, flour, pasta": 26,
|
405 |
+
"yogurt, dairy products": 191,
|
406 |
+
"yogurt, dairy, desserts, creamy": 73
|
407 |
},
|
408 |
"max_position_embeddings": 512,
|
409 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8c70afe8297cd46cedb4402fe671180275388a70f1fb5d46a0e036ae136d9fc
|
3 |
+
size 268429320
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eae81a0d54d79f91b09fb6add7c8e41c2b985178611eb99b6de321cb180ba26f
|
3 |
size 4536
|