Text Generation
PEFT
Safetensors
Chinese
English
lora
qwen2.5
answer-only
supervised-finetuning
multiple-choice
nycu-iaii-dl2026
conversational
Instructions to use You-En/NYCU-IAlI-DL2026-LLM1-SFT_on_Answer-Only_Data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use You-En/NYCU-IAlI-DL2026-LLM1-SFT_on_Answer-Only_Data with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "You-En/NYCU-IAlI-DL2026-LLM1-SFT_on_Answer-Only_Data") - Notebooks
- Google Colab
- Kaggle
NYCU-IAII-DL2026 LLM1 SFT on Answer-Only Data
This repository contains the final LoRA adapter for the NYCU-IAII-DL2026 LLM #1 task:
SFT on Answer-Only Data
The adapter is fine-tuned from:
Qwen/Qwen2.5-7B-Instruct
This repository does not contain a full merged model. It contains a PEFT / LoRA adapter that should be loaded on top of the base model.
Model Details
- Base model: Qwen/Qwen2.5-7B-Instruct
- Fine-tuning method: Supervised fine-tuning
- Training format: Answer-only multiple-choice QA
- Adapter method: LoRA / PEFT
- Quantization during training: 4-bit quantization
- Framework: PyTorch, Transformers, PEFT
- Expected output: one of
A,B,C, orD
Limitations
This adapter is trained specifically for course multiple-choice answer-only QA. It may not generalize well to open-ended dialogue or general reasoning tasks.
- Downloads last month
- 23