Edit model card

Qwen2-KRX-LoRA

이 모델은 Qwen2.5-7B-Instruct 모델을 금융 데이터셋으로 파인튜닝한 버전입니다.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel, PeftConfig

# 1. Load base model
base_model_id = "Qwen/Qwen2.5-7B-Instruct"
base_model = AutoModelForCausalLM.from_pretrained(base_model_id)
tokenizer = AutoTokenizer.from_pretrained(base_model_id)

# 2. Load LoRA adapter
peft_model_id = "seong67360/Qwen2.5-7B-Instruct_v1"
model = PeftModel.from_pretrained(base_model, peft_model_id)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .

Model tree for seong67360/Qwen2.5-7B-Instruct_v1

Base model

Qwen/Qwen2.5-7B
Finetuned
(47)
this model

Datasets used to train seong67360/Qwen2.5-7B-Instruct_v1