boostcampaitech2 / mrc-level2-nlp-04

mrc-level2-nlp-04 created by GitHub Classroom
4 stars 5 forks source link

[DRAFT]BM25 #35

Closed sangjun-Leee closed 2 years ago

sangjun-Leee commented 2 years ago
  1. pip install rank_bm25
  2. Mecab 설치
  3. bm25 사용시(인자를 넣어주지 않으면 tfidf적용)
    --bm25 True
  4. topk인자는 기존 그대로 사용