EXAONE-1.2B Nutrition KDRI Model

이 모델은 LG AI연구원의 EXAONE-1.2B 모델을 영양학 및 KDRI(한국인 영양소 섭취기준) 데이터로 파인튜닝한 모델입니다.

모델 정보

  • Base Model: LGAI-EXAONE/EXAONE-4.0-1.2B
  • Task: 영양학 Q&A, KDRI 정보 제공
  • Language: Korean
  • Fine-tuning Data: 영양학 PDF 문서 및 KDRI 데이터

사용법

from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline

tokenizer = AutoTokenizer.from_pretrained("amis5895/exaone-1p2b-nutrition-kdri")
model = AutoModelForCausalLM.from_pretrained("amis5895/exaone-1p2b-nutrition-kdri")

pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)

# 질문 예시
question = "한국인의 1일 칼슘 권장량은 얼마인가요?"
response = pipe(question, max_length=200, do_sample=True)
print(response[0]['generated_text'])

주요 기능

  • 한국인 영양소 섭취기준(KDRI) 정보 제공
  • 영양학 관련 질문 답변
  • 의학적 영양 상담 지원

주의사항

이 모델은 교육 및 연구 목적으로만 사용되어야 하며, 실제 의학적 진단이나 치료에 사용해서는 안 됩니다.

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

Model tree for amis5895/exaone-1p2b-nutrition-kdri

Finetuned
(8)
this model

Space using amis5895/exaone-1p2b-nutrition-kdri 1