Skip to content
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

feat: llm reranker pipeline #61

Merged
merged 13 commits into from
Jun 25, 2024
Merged

feat: llm reranker pipeline #61

merged 13 commits into from
Jun 25, 2024

Conversation

LongxingTan
Copy link
Owner

Description

This PR ...

Checklist

  • Linked issues (if existing)
  • Amended changelog.md for large changes (and added myself there as contributor)
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Thank you for joining. Have fun coding!

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

Attention: Patch coverage is 62.16216% with 28 lines in your changes missing coverage. Please review.

Project coverage is 51.38%. Comparing base (fb6f376) to head (40f7e79).

Files Patch % Lines
src/retrievals/losses/token_loss.py 40.90% 13 Missing ⚠️
src/retrievals/models/rerank.py 29.41% 12 Missing ⚠️
src/retrievals/data/collator.py 91.17% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   50.93%   51.38%   +0.45%     
==========================================
  Files          26       27       +1     
  Lines        2252     2314      +62     
==========================================
+ Hits         1147     1189      +42     
- Misses       1105     1125      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LongxingTan LongxingTan merged commit 984c830 into master Jun 25, 2024
12 checks passed
@LongxingTan LongxingTan deleted the fix/benchmark8 branch June 25, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant