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

Add Encoder-decoder model support and T5 Model support #3117

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Feb 29, 2024

  1. t5-small

    Jin Shang authored and js8544 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    dd82ba3 View commit details
    Browse the repository at this point in the history
  2. fix

    js8544 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f2fd579 View commit details
    Browse the repository at this point in the history
  3. lint

    js8544 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2fb6905 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    be58c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70837fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42a6e2b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    e3fd30d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from afeldman-nm/enc_dec_t5

    T5 enc/dec example file; linting/formatting
    js8544 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    db726e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e920e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    431f014 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37fcf99 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from afeldman-nm/enc_dec_t5

    Small PR for debug print statements
    js8544 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4bf056b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    8a5060f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d6f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4950ba View commit details
    Browse the repository at this point in the history
  4. small cleanup

    afeldman-nm committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9c03760 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #3 from afeldman-nm/enc_dec_t5

    fix _make_tensor_with_pad args change which broke decoder scenarios
    js8544 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9f20ccf View commit details
    Browse the repository at this point in the history