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