Skip to content

Commit

Permalink
fix, Typos
Browse files Browse the repository at this point in the history
Part of #201
  • Loading branch information
ruiAzevedo19 committed Jul 8, 2024
1 parent 3d4b410 commit 8d0b532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An evaluation benchmark 📈 and framework to compare and evolve the quality of code generation of LLMs.

This repository gives developers of LLMs (and other code generation tools) a standardized benchmark and framework to improve real-world usage in the software development domain and provides users of LLMs with metrics and comparisions to check if a given LLM is useful for their tasks.
This repository gives developers of LLMs (and other code generation tools) a standardized benchmark and framework to improve real-world usage in the software development domain and provides users of LLMs with metrics and comparisons to check if a given LLM is useful for their tasks.

The [latest results](docs/reports/v0.4.0) are discussed in a deep dive: [Is Llama-3 better than GPT-4 for generating tests?](https://symflower.com/en/company/blog/2024/dev-quality-eval-v0.4.0-is-llama-3-better-than-gpt-4-for-generating-tests/)

Expand Down Expand Up @@ -133,7 +133,7 @@ Total coverage 100.000000%

</details>

The execution by default also creates an report file `REPORT.md` that contains additional evaluation results and links to individual result files.
The execution by default also creates a report file `REPORT.md` that contains additional evaluation results and links to individual result files.

# Docker

Expand Down

0 comments on commit 8d0b532

Please sign in to comment.