Skip to content

Commit

Permalink
One more small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzhihanj committed Jan 7, 2025
1 parent 0dcdaa4 commit 48abf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language/llama3.1-405b/evaluate-accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def main():
dataset_path = args.dataset_file
checkpoint_path = args.checkpoint_path
nltk.download("punkt")
nltk.download('punkt_tab')

tokenizer = AutoTokenizer.from_pretrained(
checkpoint_path,
Expand Down

0 comments on commit 48abf12

Please sign in to comment.