adaamko commited on
Commit
3e4b78d
·
verified ·
1 Parent(s): ac47cb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -90,4 +90,20 @@ The span-level results can be seen in the table below.
90
  <img src="https://github.com/KRLabsOrg/LettuceDetect/blob/main/assets/span_level_lettucedetect.png?raw=true" alt="Span-level Results" width="800"/>
91
  </p>
92
 
93
- Our models achieve the best scores throughout each data-type and also overall, beating the previous best model (Finetuned LLAMA-2-13B) by a significant margin.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  <img src="https://github.com/KRLabsOrg/LettuceDetect/blob/main/assets/span_level_lettucedetect.png?raw=true" alt="Span-level Results" width="800"/>
91
  </p>
92
 
93
+ Our models achieve the best scores throughout each data-type and also overall, beating the previous best model (Finetuned LLAMA-2-13B) by a significant margin.
94
+
95
+ ## Citing
96
+
97
+ If you use the model or the tool, please cite the following:
98
+
99
+ ```bibtex
100
+ @software{Kovacs:2025,
101
+ author = {Kovacs, Adam},
102
+ title = {LettuceDetect},
103
+ month = feb,
104
+ year = 2025,
105
+ publisher = {Zenodo},
106
+ doi = {10.5281/zenodo.14856505},
107
+ url = {https://doi.org/10.5281/zenodo.14856505},
108
+ }
109
+ ```