Skip to content

Commit 6d6f88f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def preprocess_function(examples):
4242

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

4848

0 commit comments

Comments
 (0)