Views
No views yet
1from trainer.scratch_model import ScratchModelCreator 2 3creator = ScratchModelCreator() 4model, tokenizer, config = creator.load_with_tokenizer("path/to/model")