Skip to content

Commit

Permalink
Update evaluation.md
Browse files Browse the repository at this point in the history
wording
  • Loading branch information
mikekgfb authored Nov 27, 2024
1 parent ca7ba47 commit 263964b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchchat/utils/docs/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library.

## Usage

The evaluation mode of `torchchat.py` script can be used to evaluate your language model on various tasks available in the `lm_eval` library such as "wikitext". You can specify the task(s) you want to evaluate using the `--tasks` option, and limit the evaluation using the `--limit` option. If no task is specified, it will default to evaluating on "wikitext".
The evaluation mode of `torchchat.py` script can be used to evaluate your language model on various tasks available in the `lm_eval` library such as "wikitext". You can specify the task(s) you want to evaluate using the `--tasks` option, and limit the evaluation using the `--limit` option. If no task is specified, the task will default to evaluating on "wikitext".

**Examples**

Expand Down

0 comments on commit 263964b

Please sign in to comment.