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

huggingface: use AutoModel instead of SentenceTransformer #1250

Closed
wants to merge 4 commits into from

Commits on Nov 6, 2023

  1. Update huggingface.py

    Switch SentenceTransformer for AutoModel in order to set trust_remote_code needed to use the encode method with embeddings models like jinai-v2
    
    Signed-off-by: Lucas Hänke de Cansino <[email protected]>
    l4b4r4b4b4 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e46e77b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    545c148 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    4a247ec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    c2982e5 View commit details
    Browse the repository at this point in the history