mirror of
https://github.com/wassname/multifit.git
synced 2026-09-09 11:27:26 +08:00
test_end_to_end now working, added instructions to README, sentencepiece dependency
This commit is contained in:
@@ -25,7 +25,8 @@ def get_test_data():
|
||||
imdb = data / "imdb"
|
||||
|
||||
test_data = data / "test"
|
||||
shutil.rmtree(test_data)
|
||||
if test_data.exists():
|
||||
shutil.rmtree(test_data)
|
||||
|
||||
test_wt = test_data / 'wikitext-s'
|
||||
test_imdb = test_data / 'imdb'
|
||||
|
||||
Reference in New Issue
Block a user