https://github.com/nlp-kr/tensorflow-ml-nlp-tf2-colab
https://github.com/nlp-kr/tensorflow-ml-nlp-tf2-colab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlp-kr/tensorflow-ml-nlp-tf2-colab
- Owner: NLP-kr
- Created: 2020-09-12T07:49:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T12:35:13.000Z (over 4 years ago)
- Last Synced: 2025-06-25T16:05:23.526Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 357 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLPBOOK (개정판) colab 실습
텐서플로2와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 BERT와 GPT2까지) colab 실습 저장소
## 소개 (Introduction)
책에 수록된 자연어 처리 예제들 중 컴퓨터 리소스를 많이 필요로 하는 실슾 파일들을 모아놓은 저장소입니다.
해당 실습 파일들을 colab에 불러 실행해보실 수 있습니다.
## Colab 실행
1. https://colab.research.google.com 에 접속한다.
2. 깃헙 저장소의 파일을 불러온다.

3. 'Copy to Drive'를 클릭하여 실습 파일을 자신의 드라이브로 옮긴다.

4. Change runtime type 메뉴를 클릭하여 사용할 리소스를 GPU로 선택한다.
> - Change runtime type을 클릭한다.

> - GPU 리소스로 선택한다.