Git Product home page Git Product logo

my-classification-model-using-bert-multilingual's Introduction

my-classification-model-using-ber-multilingual


실행 방법


(1) Server 에서 실행하는 방법 (CPU/GPU 가속기 사용 가능)

$ git clone https://github.com/yoonnoon/my-classification-model-using-bert-multilingual.git

$ cd ./my-classification-model-using-bert-multilingual

# 학습(training) command example
$ pip install pipenv && \
    pipenv install --ignore-pipfile && \
    pipenv run python3 src-root/command.py \
                    --yml resources/config.yml \
                    --pipeline training \
                    --params \
                    datafile="sample_train_dataset.csv"

# 추론(inference) command example
$ pip install pipenv && \
    pipenv install --ignore-pipfile && \
    pipenv run python3 src-root/command.py \
                    --yml resources/config.yml \
                    --pipeline inference \
                    --params \
                    model_file="sample_model.h5"

(2) Google Colab 에서 실행 (GPU/CPU 가속기만 사용 가능, TPU 가속기 사용 못함)

  1. Google Drive 접속 후 Colaboratory 앱 설치
  2. 드라이브에 qna-classifier.ipynb 업로드 & 주피터 노트북 실행

my-classification-model-using-bert-multilingual's People

Contributors

yoonnoon avatar

Stargazers

조규환 avatar

Watchers

 avatar

Forkers

trellixvulnteam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.