Add basic README.md 8a8d1fb unverified
Gopala-Krishna.Char commited on
How to use IntraFind/multilingual-e5-small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("IntraFind/multilingual-e5-small", dtype="auto")