YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
NYCU-IAII-DL2026 LLM Task 3 - Qwen3.6 SFT-GRPO
This repository contains model artifacts and training logs for NYCU-IAII-DL2026 LLM Task 3.
Best Kaggle Result
- Best submission:
submission/submission_qwen36_sft_then_grpo_score_choices.csv - Kaggle Public Score:
0.69787
Base Model
- Base model:
unsloth/Qwen3.6-27B
The full base model is not re-uploaded here. This repository stores the LoRA adapters and logs needed to reproduce the submitted model.
Main Method
The best-performing pipeline is:
- Answer-only SFT warmup
- Answer-only GRPO continuation from SFT LoRA
- Score-choices inference
Repository Contents
model/
βββ sft_saved_lora/
β βββ adapter_config.json
β βββ adapter_model.safetensors
βββ sft_then_grpo_saved_lora/
βββ adapter_config.json
βββ adapter_model.safetensors
logs/
βββ sft_then_grpo_answer_only_dev/
βββ trainer_state_checkpoint_100.json
βββ trainer_state_checkpoint_200.json
βββ README.md
submission/
βββ submission_qwen36_sft_then_grpo_score_choices.csv
βββ submission_qwen36_sft_then_grpo_score_choices_raw_scores.csv
βββ Val_acc.txt
How to Use the Final LoRA
The final LoRA adapter is located at:
model/sft_then_grpo_saved_lora/
It should be loaded on top of:
unsloth/Qwen3.6-27B
The corresponding inference script is:
src/predict_submission_qwen36_score_choices.py
from the GitHub repository.
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support