Skip to content

Commit dcc2d07

Browse files
committed
fix: add custom loop and docs
Signed-off-by: Mehant Kammakomati <mehant.kammakomati2@ibm.com>
1 parent a53215d commit dcc2d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/online-data-mixing/artifacts/custom_loop_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def tokenize_fn(examples):
8484
}
8585

8686
# odm related
87-
update_interval = 5 # every step
87+
update_interval = 1 # every step
8888
dataset = OnlineMixingDataset(
8989
dataset_dict=dataset_dict,
9090
collators_dict=collator_dict,

0 commit comments

Comments
 (0)