Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Sep 11, 2024
1 parent 41ed531 commit 6665e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_trainer_evaluator_parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_token_classification_parity(self):
cwd=os.path.join(self.dir_path, "transformers"),
)

os.makedirs(os.path.join(self.dir_path, 'tokenclassification_conll2003_transformers'), exist_ok=True)
os.makedirs(os.path.join(self.dir_path, "tokenclassification_conll2003_transformers"), exist_ok=True)
subprocess.run(
f"python examples/pytorch/token-classification/run_ner.py"
f" --model_name_or_path {model_name}"
Expand Down

0 comments on commit 6665e29

Please sign in to comment.