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 seq2seq collator padding #30556

Merged
merged 4 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. fix seq2seq data collator to respect the given padding strategy

    further added tests for the seq2seq data collator in the style of the `data_collator_for_token_classification` (pt, tf, np)
    vasqu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c94df92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d9a9d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a86175f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d083be View commit details
    Browse the repository at this point in the history