We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line that copies which dataset (task) we use is commented:
cbert_aug/finetune_dataset.py
Line 274 in edf62db
It means that if you clone the repo and run:
python finetune_dataset.py python aug_dataset.py
you will get an error, because one of the commands runs for rt-polarity and the other for subj dataset.
Besides this, maybe some of the other parameters should be copied from global.config?
The text was updated successfully, but these errors were encountered:
Sorry for not being able to respond in time due to busy work.
I have switch the code to a new branch, which is more neat and easy to follow.
Sorry, something went wrong.
Thank you
cublasCreate(handle)
No branches or pull requests
Line that copies which dataset (task) we use is commented:
cbert_aug/finetune_dataset.py
Line 274 in edf62db
It means that if you clone the repo and run:
you will get an error, because one of the commands runs for rt-polarity and the other for subj dataset.
Besides this, maybe some of the other parameters should be copied from global.config?
The text was updated successfully, but these errors were encountered: