Skip to content

zoqls15/QAproject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korbert_qa_demo

ETRI에서 제공하는 korbert pretrained 모델을 이용해 qa_demo 를 구현합니다.

코드 참조

henryzxu의 bert-qa-demo를 참고하여 작성하였습니다.

사용 방법

  1. git repository를 clone 합니다.

    • git clone https://github.com/JeightAn/korbert_qa_demo.git
  2. git branch를 변경합니다.

    • git switch test
  3. 가상환경을 설정합니다.

    • conda create -n qa_demo python=3.6
  4. 가상환경을 실행합니다.

    • conda activate qa_demo
  5. 필요한 모듈을 설치합니다.

    • pip install -r requirements.txt
  6. drive에 업로드 된 pretrained_model(finetuning)을 다운로드 받습니다.

    • app 폴더 안에 pretrained_korbert 디렉토리를 저장해주세요.
  7. 플라스크 앱 경로를 설정합니다.

    • export FLASK_APP=app/server_local.py
  8. 실행합니다.

    • flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.8%
  • Jupyter Notebook 32.6%
  • HTML 3.0%
  • CSS 2.0%
  • JavaScript 1.6%