🏝️ 제주도 사투리 Qwen 모델

표준 한국어를 제주도 사투리로 변환하는 AI 모델입니다.

모델 정보

  • Base Model: Qwen/Qwen3-0.6B
  • Fine-tuned on: 제주도 사투리 데이터 10,000개
  • Task: 표준어 → 제주어 번역

사용 방법

원본 모델 사용

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("ljh4367/jeju-dialect-qwen")
tokenizer = AutoTokenizer.from_pretrained("ljh4367/jeju-dialect-qwen")

text = "안녕하세요"
inputs = tokenizer(text, return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0]))

GGUF 모델 사용 (llama.cpp)

./llama-cli -m jeju-qwen-q4.gguf -p "안녕하세요"

모델 카드

  • 개발자: ljh4367
  • 언어: 한국어 (제주 방언)
  • 라이선스: Apache 2.0
Downloads last month
1
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support