Skip to content

Commit

Permalink
Merge pull request #35 from boostcampaitech7/ljb-issue-08
Browse files Browse the repository at this point in the history
Feat: Dense Retrieval 구현
  • Loading branch information
rasauq1122 authored Oct 16, 2024
2 parents bfa40f8 + 6e85ac5 commit 1801c2e
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 5 deletions.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ training:
scheduler: linear # HF default = "linear"

dataRetrieval:
type: sparse
eval: True
context_path: ./data/wikipedia_documents.json
top_k: 10
Expand Down
Loading

0 comments on commit 1801c2e

Please sign in to comment.