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

HuggingFace improvements #649

Merged
merged 7 commits into from
Aug 16, 2023
Merged

HuggingFace improvements #649

merged 7 commits into from
Aug 16, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    912a077 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. huggingface: Add log_model.

    - If `None` (default) will not log any artifact.
    - If `all` will call log_artifact with `output_dir` at each `on_save` call.
    - If `last` will save the model `on_train_end` and call `log_artifact` with type=model and copy=True.
    daavoo committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    24fb584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cac907 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Don't cherry-pick args

    daavoo committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fbf8865 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    172290c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a0e750 View commit details
    Browse the repository at this point in the history
  3. Use True instead of last.

    daavoo committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2c03182 View commit details
    Browse the repository at this point in the history