Presentation is loading. Please wait.

Presentation is loading. Please wait.

BERT Install Guide 숭실대학교 test.

Similar presentations


Presentation on theme: "BERT Install Guide 숭실대학교 test."— Presentation transcript:

1 BERT Install Guide 숭실대학교 test

2 BERT Install Guide 새로운 conda 환경 생성
> conda create –n 환경이름 python=3.6 Window) Anaconda Prompt 실행 Mac) Terminal 실행

3 BERT Install Guide 생성한 환경 활성화 Window) activate 환경이름
Mac) source activate 환경이름

4 BERT Install Guide BERT Server 와 Client 설치
> pip install bert-serving-server > pip install bert-serving-client Window) Mac)

5 BERT Install Guide Jupyter와 Tensorflow 설치 > conda install jupyter
> conda install tensorflow=1.10 Window) Mac)

6 BERT Install Guide BERT Pre-Trained Model 다운로드
List of released pretrained BERT models (click to expand…) 클릭 BERT-Base, Uncased 다운로드

7 BERT Install Guide BERT Model 압축 해제 및 경로 확인
다운로드 받은 uncased_L-12_H-768_A-12.zip 파일 압축 해제 압축 해제된 uncased_L-12_H-768_A-12 폴더의 경로 확인 Window) Mac)

8 BERT Install Guide BERT Server 실행
bert-serving-start –model_dir uncased_L-12_H-768_A-12 경로 –num_worker=4 Window) Mac)

9 BERT Install Guide BERT Server 실행 성공 화면 Window) Mac)

10 BERT Install Guide BERT Client 테스트
Window) 새로운 Anaconda Prompt 실행하여 jupyter notebook 실행 Mac) 새로운 Terminal 실행하여 jupyter notebook 실행

11 BERT Install Guide BERT Client 테스트 jupyter notebook python3 파일 생성
코드 실행시 정상 출력 확인 정상 출력 결과 from bert_serving.client import BertClient bc = BertClient() bc.encode([‘First do it’, ‘then do it right’, ‘then do it better’])


Download ppt "BERT Install Guide 숭실대학교 test."

Similar presentations


Ads by Google