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

[DRAFT] Add support gradient cache for Reranker #148

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: training arguments
  • Loading branch information
sigridjineth committed Aug 24, 2024
commit 3d92da64c2b773c5dba6f999d4996717682ba0e1
1 change: 1 addition & 0 deletions src/tevatron/reranker/driver/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
HfArgumentParser,
set_seed,
)
from transformers import TrainingArguments

from tevatron.reranker.arguments import ModelArguments, DataArguments, \
TevatronTrainingArguments as TrainingArguments
Expand Down