GitHub Project board (ready to use)
Columns
- Backlog
- Ready
- In Progress
- Review
- Done
Labels to create
data modeling evaluation demo docs infra
Issues (create and assign)
W1
DATA-1Collect Reddit Jokes CSV and document source (label: data)DATA-2Implement cleaning + filters indownload_data.py(label: data)DATA-3Train/val/test split + JSONL export (label: data)DATA-4Dataset stats + summary (label: data, docs)DOC-1Update README with pipeline usage (label: docs)
W2
EVAL-1Define fixed test prompts (50+) (label: evaluation)EVAL-2Draft human rubric (coherence, creativity, faithfulness) (label: evaluation)BASE-1Baseline generation script (distilgpt2) (label: modeling)BASE-2Baseline failure analysis examples (label: evaluation)
W3
TRAIN-1Fine-tuning script (HF Trainer) (label: modeling)TRAIN-2Track training curves + save checkpoint (label: modeling)
W4
CTRL-1Add control tokens or fields (level/setting/tone) (label: modeling)EVAL-3Baseline vs fine-tuned evaluation report (label: evaluation)SAFE-1Add basic safety/length filters (label: evaluation)
W5
DEMO-1Build Streamlit/Gradio demo (label: demo)DOC-2Final report (4-8 pages) (label: docs)DOC-3Presentation slides (label: docs)
Suggested board setup
- Put all W1 items into Backlog
- Move current week items to Ready
- Only move to Review after a PR is open