# Mosslight 4B Release Checklist - [ ] Confirm the public model ID: `ttrpg/mosslight-4b`. - [x] Confirm this release is a fine-tuned/merged derivative of `Qwen/Qwen3.5-4B`. - [ ] Document training data, fine-tuning method, and checkpoint lineage if applicable. - [ ] Run at least one smoke test with `transformers`. - [ ] Confirm Git LFS is active before committing large weight files. - [ ] Review `README.md`, `LICENSE`, and `NOTICE`. - [ ] Commit and push to the Hugging Face repo. Useful commands: ```bash cd /home/kuiperadm/fine-tune/models/mosslight-4b git lfs install git status git add .gitattributes README.md LICENSE NOTICE RELEASE_CHECKLIST.md \ config.json tokenizer_config.json tokenizer.json vocab.json merges.txt \ chat_template.jinja preprocessor_config.json video_preprocessor_config.json \ model.safetensors.index.json model.safetensors-*.safetensors git commit -m "Release Mosslight 4B" git push origin main ```