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

Update pipelines.js to allow for token_embeddings as well #770

Merged
merged 3 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Update pipelines.js to allow for token_embeddings as well

    In recent examples of optimum pipeline export the feature extraction pipelines have their output state as `token_embeddings` instead of `last_hidden_state`.
    
    So we should support this as well.
    NikhilVerma committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c87a0b9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Keep diff small

    xenova committed May 23, 2024
    Configuration menu
    Copy the full SHA
    26f1fe0 View commit details
    Browse the repository at this point in the history
  2. Keep diff small

    xenova committed May 23, 2024
    Configuration menu
    Copy the full SHA
    643338b View commit details
    Browse the repository at this point in the history