linkanjarad
commited on
Commit
•
c6a23c9
1
Parent(s):
84bb5f1
Update README.md
Browse files
README.md
CHANGED
@@ -29,24 +29,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# mobilenet_v2_1.0_224-plant-disease-identification
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/mobilenet_v2_1.0_224](https://huggingface.co/google/mobilenet_v2_1.0_224) on the
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.0461
|
35 |
- Accuracy: 0.7858
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
More information needed
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
-
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
## Training procedure
|
50 |
|
51 |
### Training hyperparameters
|
52 |
|
|
|
29 |
|
30 |
# mobilenet_v2_1.0_224-plant-disease-identification
|
31 |
|
32 |
+
This model is a fine-tuned version of [google/mobilenet_v2_1.0_224](https://huggingface.co/google/mobilenet_v2_1.0_224) on the [Kaggle version](https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset) of the [Plant Village dataset](https://github.com/spMohanty/PlantVillage-Dataset).
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Cross Entropy Loss: 1.0461
|
35 |
- Accuracy: 0.7858
|
36 |
|
37 |
+
Will be further training it (such as finding optimal hyperparameters) better to achieve much better accuracy.
|
|
|
|
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
41 |
+
For identifying common diseases in crops and assessing plant health.
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
45 |
+
The plant village dataset consists of 38 classes of diseases in common crops (including healthy/normal crops).
|
|
|
|
|
46 |
|
47 |
### Training hyperparameters
|
48 |
|