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

Move preprocessing to base classes #1807

Merged
merged 5 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. Move preprocessing to base classes

    I think this will overall be a nice simplification for maintenance.
    Push whatever logic we can down onto the base preprocessing classes.
    Saves a lot of code. To assist with this, I am adding a
    `special_tokens` property to tokenizers, which I think will be useful
    anyway.
    mattdangerw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ea5e96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    460f5d3 View commit details
    Browse the repository at this point in the history
  3. Built in -> built-in

    mattdangerw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8a6d021 View commit details
    Browse the repository at this point in the history
  4. Typo fix

    mattdangerw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b1c226f View commit details
    Browse the repository at this point in the history
  5. Remove trailing space

    mattdangerw authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3e9a7eb View commit details
    Browse the repository at this point in the history