Keetawan commited on
Commit
589ab1c
·
verified ·
1 Parent(s): 81d7add

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -43
README.md CHANGED
@@ -1,52 +1,72 @@
1
  ---
2
- base_model: openai/clip-vit-large-patch14
3
  tags:
4
- - generated_from_trainer
 
 
 
 
 
 
5
  model-index:
6
  - name: clip-vit-large-patch14-finetuned-disease
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
  # clip-vit-large-patch14-finetuned-disease
14
 
15
- This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on an unknown dataset.
16
-
17
- ## Model description
18
-
19
- More information needed
20
-
21
- ## Intended uses & limitations
22
-
23
- More information needed
24
-
25
- ## Training and evaluation data
26
-
27
- More information needed
28
-
29
- ## Training procedure
30
-
31
- ### Training hyperparameters
32
-
33
- The following hyperparameters were used during training:
34
- - learning_rate: 5e-05
35
- - train_batch_size: 64
36
- - eval_batch_size: 64
37
- - seed: 42
38
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
- - lr_scheduler_type: cosine
40
- - num_epochs: 5
41
- - mixed_precision_training: Native AMP
42
-
43
- ### Training results
44
-
45
-
46
-
47
- ### Framework versions
48
-
49
- - Transformers 4.42.4
50
- - Pytorch 2.3.1+cu121
51
- - Datasets 2.21.0
52
- - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  tags:
4
+ - vision
5
+ - image-classification
6
+ - plant-disease
7
+ - agriculture
8
+ - fine-tuned
9
+ datasets:
10
+ - custom
11
  model-index:
12
  - name: clip-vit-large-patch14-finetuned-disease
13
  results: []
14
  ---
15
 
 
 
 
16
  # clip-vit-large-patch14-finetuned-disease
17
 
18
+ This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on a custom dataset for plant disease captioning. It is designed to classify images of plant leaves and generate captions describing the disease or health condition of the leaves.
19
+
20
+ ## Model Description
21
+
22
+ The `clip-vit-large-patch14-finetuned-disease` model has been fine-tuned on a dataset specifically curated to identify various diseases affecting plant leaves. This model uses the CLIP architecture to map images of leaves to descriptive captions, helping in the diagnosis and classification of plant diseases.
23
+
24
+ ### Labels and Descriptions
25
+
26
+ The model is trained to classify the following plant diseases and conditions:
27
+
28
+ ```json
29
+ {
30
+ 0: "Apple leaf with Apple scab",
31
+ 1: "Apple leaf with Black rot",
32
+ 2: "Apple leaf with Cedar apple rust",
33
+ 3: "Healthy Apple leaf",
34
+ 4: "Corn leaf with Cercospora leaf spot (Gray leaf spot)",
35
+ 5: "Corn leaf with Common rust",
36
+ 6: "Corn leaf with Northern Leaf Blight",
37
+ 7: "Healthy Corn leaf",
38
+ 8: "Durian leaf with Algal Leaf Spot",
39
+ 9: "Durian leaf with Leaf Blight",
40
+ 10: "Durian leaf with Leaf Spot",
41
+ 11: "Healthy Durian leaf",
42
+ 12: "Grape leaf with Black rot",
43
+ 13: "Grape leaf with Esca (Black Measles)",
44
+ 14: "Grape leaf with Leaf blight (Isariopsis Leaf Spot)",
45
+ 15: "Healthy Grape leaf",
46
+ 16: "Oil Palm leaf with brown spots",
47
+ 17: "Healthy Oil Palm leaf",
48
+ 18: "Oil Palm leaf with white scale",
49
+ 19: "Orange leaf with Huanglongbing (Citrus greening)",
50
+ 20: "Pepper bell leaf with Bacterial spot",
51
+ 21: "Healthy Pepper bell leaf",
52
+ 22: "Potato leaf with Early blight",
53
+ 23: "Potato leaf with Late blight",
54
+ 24: "Healthy Potato leaf",
55
+ 25: "Rice leaf with Bacterial blight",
56
+ 26: "Rice leaf with Blast",
57
+ 27: "Rice leaf with Brown spot",
58
+ 28: "Rice leaf with Tungro",
59
+ 29: "Healthy Soybean leaf",
60
+ 30: "Strawberry leaf with Leaf scorch",
61
+ 31: "Healthy Strawberry leaf",
62
+ 32: "Tomato leaf with Bacterial spot",
63
+ 33: "Tomato leaf with Early blight",
64
+ 34: "Tomato leaf with Late blight",
65
+ 35: "Tomato leaf with Leaf Mold",
66
+ 36: "Tomato leaf with Septoria leaf spot",
67
+ 37: "Tomato leaf with Spider mites (Two-spotted spider mite)",
68
+ 38: "Tomato leaf with Target Spot",
69
+ 39: "Tomato leaf with Tomato Yellow Leaf Curl Virus",
70
+ 40: "Tomato leaf with Tomato mosaic virus",
71
+ 41: "Healthy Tomato leaf"
72
+ }