This repository was archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Evaluator #5445
Merged
Merged
Evaluator #5445
Changes from 12 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0969a14
Barebones implementation
gabeorlanski fda9469
Better Docs + Minor Bugfix
gabeorlanski f3ee8c3
Basic Support added to the evaluate function for the evaluator
gabeorlanski 4fe6edd
Better tests for evaluate with multiple
gabeorlanski f1a820f
Added in way to pass postprocess function
gabeorlanski 14fad34
Base Evaluator done
gabeorlanski 19b0470
Merge branch 'main' into evaluator
gabeorlanski f11c0a7
Merge branch 'main' into evaluator
gabeorlanski b901865
Style Fixes
gabeorlanski b9b4f9e
Changelog
gabeorlanski 5b61357
Merge branch 'main' into evaluator
dirkgr 1e08c7e
Merge branch 'main' into evaluator
AkshitaB 21d8165
PR Review Fixes
gabeorlanski 90983a1
Formatting
gabeorlanski b4ca7ae
Merge branch 'main' into evaluator
gabeorlanski 1ee6546
Fixed Flake8 and Black issues
gabeorlanski 11ca86e
Fixed Test Issues
gabeorlanski 311c178
Merge branch 'main' into evaluator
AkshitaB bd8488e
Merge branch 'main' into evaluator
gabeorlanski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from allennlp.evaluation.evaluator import Evaluator, SimpleEvaluator | ||
from allennlp.evaluation.postprocessors.postprocessor import Postprocessor |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.