Skip to content

Commit

Permalink
Fix Spelling Mistakes in README.md
Browse files Browse the repository at this point in the history
## Description
This pull request corrects spelling errors in the `README.md` file to enhance its readability and accuracy. 

## Changes
- Corrected "contain" to "contains" in two instances on line 59.

## Additional Notes
These corrections improve the grammatical correctness of the documentation, ensuring clearer communication to users and contributors.

Thank you for considering this contribution to the project.
  • Loading branch information
openmenta authored Jan 19, 2024
1 parent d514ce8 commit e8fb437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ python -m alpha_codium.solve_problem \
--problem_number 0
```
- The `dataset_name` is the path to the dataset folder you downloaded in the installation step.
- Note that the validation set contain 117 problems, and the test set contain 165 problems, so the `problem_number` parameter should be accordingly (zero-based)
- Note that the validation set contains 117 problems, and the test set contains 165 problems, so the `problem_number` parameter should be accordingly (zero-based)
- The `split_name` can be either `valid` or `test`.
- The followings sections in the configuration file:
`solve`, `self_reflection`,`possible_solutions`,`generate_ai_tests`,`initial_code_generation`,`public_tests`, `ai_tests`
Expand Down

0 comments on commit e8fb437

Please sign in to comment.