-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/nerqa saving update #42
Conversation
오 이런 결점이 있었군용 수정 감사합니다 ! |
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.
확인하였습니다^^
@@ -2,6 +2,8 @@ | |||
BERT_MODEL_LIST = { |
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.
model path에서 같은 파일이 중복됩니다! 둘중하나 제거해주시면 좋을것 같습니다.
f"../models/{BERT_MODEL_LIST[cfg.model_param.model_name]}", | ||
trim_offsets=CFG.model_param.trim_offsets | ||
) | ||
root_save_dir = '../checkpoint' |
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.
이부분의 경우에는 toknizer를 DebertaV2TokenizerFast 밖에 사용하지 못할 것같은데 config에 맞게 유동적으로 사용할 수 있게 변경해주시면 좋을 것 같습니다!
@@ -2,6 +2,11 @@ | |||
BERT_MODEL_LIST = { |
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.
이부분도 "deberta-large"와 "deberta-v3"이부분이 겹칩니다!
NER/QA 모델 저장방식 변경