KLI205 Qwen3.5-9B Tuned

Qwen/Qwen3.5-9B에 한국어 논증적 글 채점용 LoRA를 병합한 모델입니다.

Artifact

  • Base model: Qwen/Qwen3.5-9B
  • Adapter: LoRA rank 32, alpha 64
  • Export dtype: BF16
  • Format: merged SafeTensors (표준 Transformers/vLLM 로드용)
  • License: Apache-2.0

이 저장소에는 모델 실행 파일만 포함되며 학습 원문, 평가 정답, RAG 자료, 개인정보 및 optimizer state는 포함하지 않습니다.

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "sonselfa/kli205-qwen35-9b-tuned"
tokenizer = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="auto", device_map="auto")

Status

This is the first public merged checkpoint. Application-specific output-contract validation and score calibration may still be performed separately before final competition submission.

Downloads last month
177
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sonselfa/kli205-qwen35-9b-tuned

Finetuned
Qwen/Qwen3.5-9B
Adapter
(556)
this model