Model.py file ? Train.py file ?

#1
by MartialTerran - opened

I know this mistral-1L-mini model and its tensors is able to be operated based on some larger model script downloadable from somewhere on Huggingface.... But, to run it and finetune it and tinker with it local on my PC I would like to have a standalone model.py script (with no dependencies on Huggingface). Can you make the model.safetensors and its config files work with a standalone mistral-1L-mini _model.py and a mistral-1L-mini _train.py and include these necessary mistral-1L-mini in the mistral-1L-mini files?

Sign up or log in to comment