issues
search
boostcampaitech7
/
level2-mrc-nlp-06
level2-mrc-nlp-06 created by GitHub Classroom
3
stars
1
forks
source link
[FEAT] Voting 방식의 Ensemble 구현
#34
Closed
LeeJeongHwi
closed
6 days ago
LeeJeongHwi
commented
1 week ago
Background
inference 수행 후 출력되는 npredictions를 기반으로 topk(=10)들의 Voting 방식 채택
사용한 모델은 Reader에서 KoElectra, Roberta-Large (모두 korquad finetuned 기반) / BM25 방식 채택
테스트에 사용할 데이터셋은 raw (v0.0.1) / 개행전처리 (v0.0.2)
Todo
[x] npredictions 기반 앙상블 코드 구현
[ ] 더 다양한 방법 시도
See also
#
LeeJeongHwi
commented
1 week ago
nbest Predictions 대신 Predictions를 가지고 voting 하였음
Background
Todo
See also