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

Add option to specify --fixed-model-name #24

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

Conversation

rgstephens
Copy link
Contributor

This implements issue #23.

@rgstephens
Copy link
Contributor Author

Until this PR is approved, this version of the github action can be used by referencing rgstephens/[email protected].

@lumpidu
Copy link

lumpidu commented Feb 3, 2023

Besides that PR are ignored here: this is a nice feature ! Hopefully somebody can jump in to comment of the future of this repository

@rgstephens
Copy link
Contributor Author

@camattin or @trammell do you have time to review this PR?

@@ -302,6 +311,15 @@ runs:
OUTPUT="${OUTPUT}\n$(python3 ${{ github.action_path }}/scripts/cross_validation_results.py)"
fi

if [[ -f "${{ inputs.workspace }}/${{ inputs.result_directory }}/failed_test_stories.yml" ]]; then
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably based this PR on your other PR. These should be applicable separately.

@@ -51,6 +51,7 @@ def entity_table():
cols = ["support", "f1-score", "precision", "recall"]
writer.headers = ["entity"] + cols

data.pop("accuracy", None)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@camattin
Copy link

camattin commented Feb 3, 2023

Agree with @lumpidu, if you can remove those two blocks from this PR then it will be good to go.

@rgstephens
Copy link
Contributor Author

Yes, the other PR should be reviewed and merged first.

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.

3 participants