Leaderboard README improvements #217
Open
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.

While trying to run the steps given in leaderboard README, found following improvements
1-Setup
modelvariable to be initialised before creating generations and metrics directories2-Generations
save_generationsflag is missing in while running generationsmax_lengthto be 1024 for some tasks, based on your tokeniser (Fix for max_length_generation parameter #207)3-Evaluations
Generations file is saved in
save_generations_path_$task, while running evaluations it should load from this path(_$task is missing in the path in README).bigcode-evaluation-harness/main.py
Line 387 in 094c7cc