Skip to content

Commit

Permalink
Update classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshanley authored Feb 19, 2023
1 parent 36cc7d3 commit d55ed8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ def get_args():
dev='data/ids-sst-dev.csv',
test='data/ids-sst-test-student.csv',
option=args.option,
dev_out = 'ids-sst-dev-out.csv',
test_out = 'ids-sst-test-out.csv'
dev_out = 'predictions/ids-sst-dev-out.csv',
test_out = 'predictions/ids-sst-test-out.csv'
)

train(config)
Expand All @@ -383,8 +383,8 @@ def get_args():
dev='data/ids-cfimdb-dev.csv',
test='data/ids-cfimdb-test-student.csv',
option=args.option,
dev_out = 'ids-cfimdb-dev-out.csv',
test_out = 'ids-cfimdb-test-out.csv'
dev_out = 'predictions/ids-cfimdb-dev-out.csv',
test_out = 'predictions/ids-cfimdb-test-out.csv'
)

train(config)
Expand Down

0 comments on commit d55ed8a

Please sign in to comment.