-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error analysis #13
Merged
Merged
Error analysis #13
Conversation
This file contains 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
dustnehowl
requested review from
jingi-data and
gyunini
and removed request for
jingi-data and
gyunini
January 6, 2024 11:08
jingi-data
approved these changes
Jan 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์์ ๊ฐ์ฌํฉ๋๋ค!
@@ -44,6 +45,7 @@ def klue_re_auprc(probs, labels): | |||
|
|||
def compute_metrics(pred): | |||
""" validation์ ์ํ metrics function """ | |||
error_analysis(pred) |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
jingi-data
added a commit
that referenced
this pull request
Jan 28, 2024
* feat: .gitignore ํ์ผ์ ์ถ๊ฐํ์์ต๋๋ค. (#8) #5 * Baseline code ์ถ๊ฐ (#9) * [FEAT] : add baseline code * chore : train data path ๋ณ๊ฒฝ * chore : .gitignore ์์น ์์ * chore : .gitignore ์์น ์์ --------- Co-authored-by: dustnehowl <[email protected]> Co-authored-by: ๊น์ง๊ธฐ_T6039 <[email protected]> * feat : modulize model * feat: data ๋๋ ํ ๋ฆฌ ์ถ๊ฐ * refactor: delete training_step func * chore: changed test_datset_dir in inference.py * Error analysis (#13) * docs : requirements - matpliolib ์ถ๊ฐ * feat : evaluate ์์ multiclass confusion_matrix ์์ฑ * refactor : ํ์์๋ logging ์ฝ๋ ์ญ์ * chore: update .gitignore * chore: add normalization in confusion matrix --------- Co-authored-by: dustnehowl <[email protected]> Co-authored-by: jingi-data <[email protected]> * chore : base model ๋ณ๊ฒฝ * fix: refactored model forward - data/dev.csv ๋ฅผ ์ฐ๊ฒฐํ๋๋ก ์์ ํ์ต๋๋ค. * chore: changed baseline model * chore: confusion matrix ๊ฒน์ณ๋ณด์ด๋ ๋ฌธ์ ํด๊ฒฐ์ ์ํ error_analysis.py ์์ * Streamlit (#15) * Add streamlit to requirements.txt * feat : Add streamlit app for relation extraction --------- Co-authored-by: dustnehowl <[email protected]> Co-authored-by: jingi-data <[email protected]> * Custom Model attached Bi-LSTM classifier by Gyun (#26) * feat:baseline change * feat:baseline * feat:baseline * feat:baseline * feat:baseline * feat:baseline * feat:baseline * feat:baseline --------- Co-authored-by: gyunini <[email protected]> --------- Co-authored-by: ์ด๊ท <[email protected]> Co-authored-by: Kim yeonsu <[email protected]> Co-authored-by: dustnehowl <[email protected]> Co-authored-by: gyunini <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
โ Your checklist for this pull request
Description
Related Issue