Skip to content

Commit

Permalink
Update litgpt/args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 24, 2024
1 parent 99e19fc commit 4cabfc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litgpt/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ class EvalArgs:
"""Whether to evaluate on the validation set at the beginning of the training"""
final_validation: bool = True
"""Whether to evaluate on the validation set at the end of the training"""
final_validation: bool = True
"""Whether to evaluate on the validation set at the end of the training"""
evaluate_example: Union[str, int] = "first"
"""How to pick an example instruction to evaluate periodically during training.
Can be "first", "random", or an integer index to pick a specific example."""

0 comments on commit 4cabfc3

Please sign in to comment.