added classification information
#1
by
nisuga
- opened
README.md
CHANGED
@@ -15,6 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# food_type_classification_model
|
17 |
|
|
|
|
|
|
|
|
|
|
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0249
|
|
|
15 |
|
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 included protein type in a food product.
|
21 |
+
|
22 |
+
|
23 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.0249
|