theprint/ProgramManager-v1-2B
0584
ProgramManager-v1-2B
A fine-tuned version of `unsloth/Qwen3.5-2B` trained on TechPM Combined 6.40k sharegpt data using Auto-SFT — an automated hyperparameter search and supervised fine-tuning pipeline.
The base model was adapted to follow the style and content of the TechPM Combined 6.40k sharegpt dataset. Expect improved performance on tasks similar to those represented in the training data.
Model Details
Training Hyperparameters
LoRA
Training
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("theprint/ProgramManager-v1-2B")
tokenizer = AutoTokenizer.from_pretrained("theprint/ProgramManager-v1-2B")Generated by [Auto-SFT](https://github.com/theprint/auto-sft) — automated LoRA fine-tuning with hyperparameter search.
