Update README.md (#2)
Browse files- Update README.md (ef86b2e501ed653ab4ab7c95bdcc99c8d161817d)
README.md
CHANGED
@@ -16,8 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# food_type_classification_model
|
17 |
|
18 |
Easily classify any food product into Plant-based(*PLANT_BASED*) or Animal-based(*ANIMAL_BASED*) based on ingredients or product title.
|
|
|
19 |
This model was trained using a dataset from [USDA FoodData Central](https://fdc.nal.usda.gov/download-datasets.html) which contains
|
20 |
-
the ANIMAL_BASED and PLANT_BASED classification labels based on the
|
21 |
|
22 |
|
23 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
|
|
16 |
# food_type_classification_model
|
17 |
|
18 |
Easily classify any food product into Plant-based(*PLANT_BASED*) or Animal-based(*ANIMAL_BASED*) based on ingredients or product title.
|
19 |
+
|
20 |
This model was trained using a dataset from [USDA FoodData Central](https://fdc.nal.usda.gov/download-datasets.html) which contains
|
21 |
+
the ANIMAL_BASED and PLANT_BASED classification labels based on the available protein type in a food product.
|
22 |
|
23 |
|
24 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|