Where is SmolLM2_model.py???

#1
by MartialTerran - opened

Where on huggingface.com is the actual model.py (e.g., SmolLM2_model.py) to run these weights on local Windows machine in python script? Without a python model.py script, it cannot be modified nor exported as torchscript to run on other non-python hardware. I am not interested in using "autotransformer" which conceals the actual model.py script.

Where on(https://huggingface.co/vonjack/SmolLM2-1.7B-Merged/) is the actual model.py (e.g., SmolLM2-1.7B-Merged _model.py) to run these weights on local Windows machine in python script? Without a python model.py script, it cannot be modified nor exported as torchscript to run on other non-python hardware. I am not interested in using "autotransformer" which conceals the actual model.py script.

Where on huggingface.com is the actual train.py (e.g., SmolLM2_model.py) to train/finetune these weights on local Windows machine in python script?

Sign up or log in to comment