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

Where do train/dev/test pickle files come from in BETTER/joint/main.py? #7

Closed
lashmore opened this issue Jan 5, 2023 · 0 comments
Closed

Comments

@lashmore
Copy link

lashmore commented Jan 5, 2023

I'm trying to find out how the ACE 2005 data gets written to the following pickle files which get loaded in the training pipeline of the BETTER component of this codebase. I do have a license for ACE 2005, but can't identify how it gets encoded for the training task.

p.add_argument('-train_pkl', type=str, default='./all_liz/train_w-pairs_xlmroberta.pkl')
p.add_argument('-dev_pkl', type=str, default='./all_liz/dev_w-pairs_xlmroberta.pkl')
p.add_argument('-test_pkl', type=str, default='./all_liz/test_w-pairs_xlmroberta.pkl')
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