Text Generation
PEFT
Safetensors
Chinese
English
lora
qwen2.5
reasoning
supervised-finetuning
nycu-iaii-dl2026
conversational
Instructions to use You-En/NYCU_IAlI_DL2026_LLM2_SFT_with_Reasoning_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_LLM2_SFT_with_Reasoning_Data with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "You-En/NYCU_IAlI_DL2026_LLM2_SFT_with_Reasoning_Data") - Notebooks
- Google Colab
- Kaggle
NYCU-IAII-DL2026 LLM2 SFT with Reasoning
This repository contains the LoRA adapter trained for the NYCU-IAII-DL2026 LLM #2 task:
Reasoning LLM SFT with Reasoning Information.
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 with reasoning information
- Adapter method: LoRA / PEFT
- Quantization during training: 4-bit quantization
- Framework: PyTorch, Transformers, PEFT
- Task type: Multiple-choice question answering with reasoning information
- Expected output: one of A, B, C, or D
Files
This repository includes:
adapter_config.json
adapter_model.safetensors
tokenizer.json
tokenizer_config.json
chat_template.jinja
README.md
Limitations
This adapter is trained specifically for the course multiple-choice reasoning task. It may not generalize well to open-ended reasoning or general chat scenarios.
- Downloads last month
- 16