We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31aa826 + a6c9212 commit 5deaecfCopy full SHA for 5deaecf
src/instructlab/training/data_process.py
@@ -27,7 +27,7 @@
27
UNMASK_BEGIN_TOKEN = "<|UNMASK_BEGIN|>"
28
UNMASK_END_TOKEN = "<|UNMASK_END|>"
29
30
-logger = logging.getLogger("instructlab.training")
+logger = logging.getLogger(__name__)
31
32
33
def check_valid_sample(
src/instructlab/training/main_ds.py
@@ -90,7 +90,7 @@
90
)
91
import instructlab.training.data_process as dp
92
93
94
95
96
def setup_optimizer(args, model):
0 commit comments