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
Hi, I'm facing an issue where every time I generate data for the RE I get empty files even tho it runs successfully
I'm running this command:
python generate_data.py \ --task re \ --input_dir dataset_split \ --target_dir datasetRE/ \ --max_seq_len 512 \ --dev_split 0.1 \ --tokenizer biobert-base \ --ext tsv \ --sep tab \
The text was updated successfully, but these errors were encountered:
Can you make sure that the train_dev and test variables here are not empty lists?
train_dev
test
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm facing an issue where every time I generate data for the RE I get empty files even tho it runs successfully
I'm running this command:
The text was updated successfully, but these errors were encountered: