Keetawan commited on
Commit
0136ec0
·
verified ·
1 Parent(s): 9ab59f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -108,3 +108,15 @@ labels = [
108
  print(f"Predicted label: {labels[predicted_label]}")
109
  ```
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  print(f"Predicted label: {labels[predicted_label]}")
109
  ```
110
 
111
+ ## Citation
112
+
113
+ If you use this model in your research or applications, please cite it as follows:
114
+ ```
115
+ @misc{keetawan2024plantdisease,
116
+ author = {Keetawan Limaroon},
117
+ title = {clip-vit-large-patch14-finetuned-disease: A fine-tuned model for plant disease classification and captioning},
118
+ year = {2024},
119
+ publisher = {Hugging Face},
120
+ url = {https://huggingface.co/Keetawan/clip-vit-large-patch14-plant-disease-finetuned},
121
+ }
122
+