Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ the LLM to generate a structured README.md file using the entire contents of the
|
|
48 |
response from LLM by comparing it with the actual README file of that repository across several different metrics.
|
49 |
|
50 |
In addition to the traditional NLP metircs like BLEU, ROUGE scores and cosine similarity, we also compute custom metrics
|
51 |
-
that capture structural similarity, code consistency, readability ([FRES](https://simple.wikipedia.org/wiki/Flesch_Reading_Ease)) and information retrieval
|
52 |
is generated between by taking a weighted average of the metrics. The weights used for the final score are shown below.
|
53 |
|
54 |
```
|
|
|
48 |
response from LLM by comparing it with the actual README file of that repository across several different metrics.
|
49 |
|
50 |
In addition to the traditional NLP metircs like BLEU, ROUGE scores and cosine similarity, we also compute custom metrics
|
51 |
+
that capture structural similarity, code consistency (from code to README), readability ([FRES](https://simple.wikipedia.org/wiki/Flesch_Reading_Ease)) and information retrieval. The final score
|
52 |
is generated between by taking a weighted average of the metrics. The weights used for the final score are shown below.
|
53 |
|
54 |
```
|