How to use nhatminh/e5-large-add-token with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="nhatminh/e5-large-add-token")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("nhatminh/e5-large-add-token") model = AutoModel.from_pretrained("nhatminh/e5-large-add-token")
The community tab is the place to discuss and collaborate with the HF community!