capreolus-ir / capreolus

A toolkit for end-to-end neural ad hoc retrieval
https://capreolus.ai
Apache License 2.0
95 stars 32 forks source link

What are lr scheduler variables? #171

Closed d1shs0ap closed 3 years ago

d1shs0ap commented 3 years ago

In the second step of training monoBERT from Scratch (https://github.com/capreolus-ir/capreolus/blob/feature/msmarco_psg/docs/reproduction/MS_MARCO.md), we are instructed to "Train on MS MARCO Passage using the following scripts, while replacing the lr scheduler variables with the one you picked up". Which variables is this referring to? Is it alright if we just copy the script and run it as is?

crystina-z commented 3 years ago

they basically refers to the warmupiters and decayiters. and sure directly running the script would work.

I just updated the instructions, lmk if there is still anything unclear!