Skip to content

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?

2 participants