Instructions to use LorMolf/SPSD-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LorMolf/SPSD-SFT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LorMolf/SPSD-SFT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| base_model: | |
| - Qwen/Qwen3-4B-Base | |
| - Qwen/Qwen3-8B-Base | |
| library_name: transformers | |
| tags: | |
| - qwen3 | |
| - spsd | |
| - sft | |
| - board-games | |
| # SPSD-SFT | |
| Full-parameter SPSD-SFT checkpoints. The repository stores variants in | |
| subfolders: | |
| - `qwen3-4b`: Qwen3-4B-Base prompt/completion SFT retrain from 2026-06-02. | |
| - `qwen3-8b`: Qwen3-8B-Base full-parameter SFT run from 2026-06-01. | |
| Load with `subfolder="qwen3-4b"` or `subfolder="qwen3-8b"` in Transformers. | |