Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setting arguments of pretraining by a config file #22

Merged
merged 9 commits into from Nov 28, 2021
Merged

Commits on Nov 26, 2021

  1. [Python] feat: Append ignore pycharm idea dir

    - PyCharm IDEA 디렉토리 ignore
    
    Refs: #16
    alex committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    ce1902f View commit details
    Browse the repository at this point in the history
  2. [Git] feat: Append ignore pycharm idea dir

    - PyCharm IDEA 디렉토리 ignore
    
    Refs: #16
    alex committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    be22a03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b613f37 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Merge branch 'main' into feature/#16

    nick committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c77f871 View commit details
    Browse the repository at this point in the history
  2. [mixed] refactor: Configs for a pretrain script

    - config 파일하나로 pretrain_language_model.py에 실행에 필요한
      arguments를 전달함.
    - nested dict 처리를 위한 Omegaconf library 추가
    
    Refs: #16
    seopbo committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    29d71ae View commit details
    Browse the repository at this point in the history
  3. [Git] Update .gitignore

    monologg committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    ef3744c View commit details
    Browse the repository at this point in the history
  4. [mixed] refactor: Replace *.json with *.yaml

    - config를 yaml파일로 세팅
    
    Refs: #16
    seopbo committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c9c2b74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e05d194 View commit details
    Browse the repository at this point in the history
  6. Update pretrain_language_model.py

    Co-authored-by: Minho Ryu <ryumin93@gmail.com>
    seopbo and bzantium committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b5bab1e View commit details
    Browse the repository at this point in the history