rotsl commited on
Commit
f59069a
·
verified ·
1 Parent(s): adda979

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. CITATION.cff +5 -4
  2. README.md +8 -5
CITATION.cff CHANGED
@@ -1,8 +1,9 @@
1
  cff-version: 1.2.0
2
  message: "If you use this model or code, please cite as below."
3
- title: "Gray Leaf Spot Segmentation Model"
4
  authors:
5
- - family-names: "Rohan"
6
- given-names: "R."
7
- orcid: "https://orcid.org/0009-0005-9225-1775"
8
  year: 2026
 
 
 
 
1
  cff-version: 1.2.0
2
  message: "If you use this model or code, please cite as below."
3
+ title: "grayleafspot-segmentation (Revision 0e85f71)"
4
  authors:
5
+ - name: "rohan r"
 
 
6
  year: 2026
7
+ url: "https://huggingface.co/rotsl/grayleafspot-segmentation"
8
+ doi: "10.57967/hf/8416"
9
+ publisher: "Hugging Face"
README.md CHANGED
@@ -84,16 +84,19 @@ This repository follows the TrainPetri pipeline for image segmentation, adapted
84
 
85
 
86
 
 
87
  ## Citation
88
 
89
  If you use this model or code, please cite:
90
 
91
  ```
92
- @software{rohan_grayleafspot_2026,
93
- author = {Rohan, R.},
94
- title = {Gray Leaf Spot Segmentation Model},
95
- year = {2026},
96
- orcid = {0009-0005-9225-1775}
 
 
97
  }
98
  ```
99
 
 
84
 
85
 
86
 
87
+
88
  ## Citation
89
 
90
  If you use this model or code, please cite:
91
 
92
  ```
93
+ @misc{rohan_r_2026,
94
+ author = { rohan r },
95
+ title = { grayleafspot-segmentation (Revision 0e85f71) },
96
+ year = 2026,
97
+ url = { https://huggingface.co/rotsl/grayleafspot-segmentation },
98
+ doi = { 10.57967/hf/8416 },
99
+ publisher = { Hugging Face }
100
  }
101
  ```
102