Skip to content

pizzalist/llm-finetuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Fine-tuning Project

이 프로젝트는 Hugging Face의 대형 언어 모델(LLM)을 불러와서 파인튜닝하고, 결과를 HuggingFace에 merge & push한 후, 모델을 사용하여 inference를 수행하는 방법을 다룹니다.

프로젝트 구조

본 프로젝트는 다음 파일들을 포함하고 있습니다:

  • train_llm.py: 불러온 LLM을 특정 데이터셋에 맞추어 파인튜닝하는 스크립트입니다. 파일 보기
  • merge_push.py: 학습된 모델 merge & Hugging Face 업로드 파일 보기
  • inference.py: Hugging Face에서 불러온 모델을 inference를 실행하는 스크립트입니다. 파일 보기

Result Models

업데이트

24.05.21

  • llama3 news 요약 task fine tuning 업데이트 (진행중)
  • langchain_hf.py: Hugging Face x LangChain package: HuggingFacePipeline 파일 보기

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published