Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specific file for validation set #1

Open
ninpnin opened this issue Feb 21, 2024 · 0 comments
Open

Specific file for validation set #1

ninpnin opened this issue Feb 21, 2024 · 0 comments

Comments

@ninpnin
Copy link
Collaborator

ninpnin commented Feb 21, 2024

Currently, the validation set is randomly selected from the train set. We want to be able to use a specific CSV in the validation process.

python3 train_binary_bert.py --data_path traindata.csv --val_data_path valdata.csv

Old functionality should be retained as an option, so if val_data_path is not provided, the validation set should be randomly selected from whatever is loaded from data_data_path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant