Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 27, 2024
1 parent 53b3661 commit 9d508d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def data2df():
print("Train DataFrame:")
print(train_df.head())
print("Validation DataFrame:")
print(validation_df.head())
print(val_df.head())
print("Test DataFrame:")
print(test_df.head())

Expand Down

0 comments on commit 9d508d6

Please sign in to comment.