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

Modify LLM Trainer to support BERT and Tiny LLaMA #2031

Merged
merged 6 commits into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. Modify LLM Trainer to support BERT and Tiny LLaMA

    Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
    andreyvelich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3e2e1a7 View commit details
    Browse the repository at this point in the history
  2. Access PVC access modes to storage config

    Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
    andreyvelich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    519c11a View commit details
    Browse the repository at this point in the history
  3. Format Python files

    Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
    andreyvelich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d5bd8b2 View commit details
    Browse the repository at this point in the history
  4. Distribute datasets

    Fix access modes in storage config
    
    Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
    andreyvelich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a1ec3e6 View commit details
    Browse the repository at this point in the history
  5. Update example to fine tune BERT with Train API

    Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
    andreyvelich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f3fb861 View commit details
    Browse the repository at this point in the history
  6. Remove dataset download twice

    Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
    andreyvelich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6717f93 View commit details
    Browse the repository at this point in the history