Skip to content

Commit 9bc3241

Browse files
committed
Update tokenizing_test.py
1 parent 6d6f88f commit 9bc3241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokenizing_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def preprocess_function(examples):
4141
return model_inputs
4242

4343
if __name__ == "__main__":
44-
#data_path = "data/prot_total/prot_total.txt"
45-
data_path = "data/prot_minimal/prot_minimal.txt"
44+
data_path = "data/prot_total/prot_total.txt"
45+
#data_path = "data/prot_minimal/prot_minimal.txt"
4646
main(data_path)
4747

4848

0 commit comments

Comments
 (0)