Update README.md
Browse files
README.md
CHANGED
@@ -8,33 +8,18 @@ tags:
|
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
-
model-index:
|
12 |
-
- name: tomato_outputs_res_50
|
13 |
-
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
#
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the wellCh4n/tomato-leaf-disease-image dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0197
|
24 |
- Accuracy: 0.9956
|
25 |
|
26 |
-
## Model description
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Intended uses & limitations
|
31 |
-
|
32 |
-
More information needed
|
33 |
-
|
34 |
-
## Training and evaluation data
|
35 |
-
|
36 |
-
More information needed
|
37 |
-
|
38 |
## Training procedure
|
39 |
|
40 |
### Training hyperparameters
|
|
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
|
|
11 |
---
|
12 |
|
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 |
+
# tomato-leaf-disease-classification-resnet50
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the wellCh4n/tomato-leaf-disease-image dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0197
|
21 |
- Accuracy: 0.9956
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
## Training procedure
|
24 |
|
25 |
### Training hyperparameters
|