Loading src/orangensaft/train/main.py +1 −0 Original line number Diff line number Diff line Loading @@ -23,4 +23,5 @@ def train( """ Pre-train a Transformer model from scratch and store the weights on disk. """ logging.info(f"Starting training for {model}, configuration {query_equals_key}, seed {seed}") pass # TODO Implement Loading
src/orangensaft/train/main.py +1 −0 Original line number Diff line number Diff line Loading @@ -23,4 +23,5 @@ def train( """ Pre-train a Transformer model from scratch and store the weights on disk. """ logging.info(f"Starting training for {model}, configuration {query_equals_key}, seed {seed}") pass # TODO Implement