Update README.md
Browse files
README.md
CHANGED
@@ -153,6 +153,9 @@ On the 35th epoch, the model achieved the following loss:
|
|
153 |
|
154 |
# BLEU and ROUGE Scores
|
155 |
|
156 |
-
|
|
157 |
| ----------- | ----------- | ----------- | ----------- |
|
158 |
-
| 35.40 | 58.55 | 39.46 | 52.43 |
|
|
|
|
|
|
|
|
153 |
|
154 |
# BLEU and ROUGE Scores
|
155 |
|
156 |
+
| SacreBLEU | ROUGE-1 | ROUGE-2 | ROUGE-L
|
157 |
| ----------- | ----------- | ----------- | ----------- |
|
158 |
+
| 35.40 | 58.55 | 39.46 | 52.43 |
|
159 |
+
|
160 |
+
While a SacreBLEU score of 35 is a moderate score, it is important to consider that docstrings in Google style format vary extremely. Some are outliers that have extra sections
|
161 |
+
that is usually not included in the general population which leads the model to generate "hallucinations".
|