Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ model-index:
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0108
|
21 |
- F1: 0.9834
|
@@ -24,11 +24,20 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# Herbal Multilabel Classification
|
17 |
|
18 |
+
This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on a custom dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0108
|
21 |
- F1: 0.9834
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
It is a multilabel classification model that deals with 10 herbal plants
|
28 |
+
(Jackfruit, Sambong, Lemon, Jasmine, Mango, Mint, Ampalaya, Malunggay, Guava, Lagundi)
|
29 |
+
which are abundant in the Philippines.
|
30 |
+
The model classifies a herbal(s) that is/are applicable based on the input symptom
|
31 |
+
of the user.
|
32 |
|
33 |
## Intended uses & limitations
|
34 |
|
35 |
+
The model is created for the purpose of completing a University course.
|
36 |
+
It will be integrated to a React Native mobile application for the
|
37 |
+
project.
|
38 |
+
The model performs well when the input of the user contains a symptom that has been trained
|
39 |
+
to the model from the dataset. However, other words/inputs that do not present a significance to
|
40 |
+
the purpose of the model would generate an underwhelming and inaccurate result.
|
41 |
|
42 |
## Training and evaluation data
|
43 |
|