mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-26 17:11:02 +02:00
fix tracker + recall/precision logging + add generative adapter
This commit is contained in:
parent
2ed418bc22
commit
d6c7e3ab03
3 changed files with 26 additions and 6 deletions
|
|
@ -152,6 +152,11 @@ if __name__ == "__main__":
|
|||
action="store_true",
|
||||
help="Flip the order of context and input",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--use_generative_adapter",
|
||||
action="store_true",
|
||||
help="Use generative adapter for evaluation",
|
||||
)
|
||||
|
||||
cli_args = vars(parser.parse_args())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue