Skip to content

Commit

Permalink
updated test_translation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Prikshit7766 committed Nov 7, 2023
1 parent 88f0645 commit c1071a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_translation.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ def setUp(self) -> None:
self.harness = Harness(
task="translation",
model={"model": "t5-base", "hub": "huggingface"},
data={"data_source": "Translation-test"},
data={"data_source": "Translation", "split": "test"},
)

# configure the harness

0 comments on commit c1071a0

Please sign in to comment.