Skip to content

Commit

Permalink
Update evaluate-accuracy.py | Fixes #2008
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 1, 2025
1 parent 308147a commit 5d5da3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language/mixtral-8x7b/evaluate-accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def main():
checkpoint_path = args.checkpoint_path
metric = evaluate.load("rouge")
nltk.download("punkt")
nltk.download("punkt_tab")

tokenizer = AutoTokenizer.from_pretrained(
checkpoint_path,
Expand Down

0 comments on commit 5d5da3c

Please sign in to comment.