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

✨ Set default command for each dataset #66

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JohnGiorgi
Copy link
Owner

@JohnGiorgi JohnGiorgi commented Apr 3, 2022

Overview

This PR sets the default command for each of the dataset scripts. This allows us to drop the call to main. E.g. where before it was:

seq2rel-ds cdr "path/to/cdr"

it is now

seq2rel-ds cdr main "path/to/cdr"

I found the solution here.

Other changes

  • 📚 Updates the docstring of the docred command to specify that we are downloading the end-to-end split.

Closes

Closes #25.

@JohnGiorgi
Copy link
Owner Author

This doesn't work because the command can't be invoked with argument (like entity-hinting). I am really not sure why.

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

Successfully merging this pull request may close these issues.

How to set a default typer command?
1 participant