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

fix: model card info. #251

Merged
merged 1 commit into from
Jan 29, 2025
Merged

fix: model card info. #251

merged 1 commit into from
Jan 29, 2025

Conversation

sayakpaul
Copy link
Collaborator

@sayakpaul sayakpaul commented Jan 29, 2025

  • Save model cards when requested even when there's no validation prompt.
  • Logging of the ID_token in the model card.
  • Better tags for model card.

Example: https://huggingface.co/sayakpaul/dummy-ltx

@sayakpaul sayakpaul requested a review from a-r-r-o-w January 29, 2025 08:47
"template:sd-lora",
]
if training_type == "Full":
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be full-finetune, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are setting the training_type to include in the model card here:
https://github.com/a-r-r-o-w/finetrainers/pull/251/files#diff-2cde8b28954d58818f7f63885f42609611c8285e38c6b6956d49d910869f6465R31

training_type = "Full" if args.training_type == "full-finetune" else "LoRA"

@a-r-r-o-w a-r-r-o-w merged commit 0b4b61b into main Jan 29, 2025
1 check passed
@a-r-r-o-w a-r-r-o-w deleted the model-card-fizes branch January 29, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants