♻️ Style Transfer: add dataset size logging in sft trainer #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow triggers checks with pre-commit. | |
name: Test | |
on: [push] | |
jobs: | |
pre-commit: | |
name: pre-commit | |
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false | |
uses: ./.github/workflows/pre-commit.yml |