Instructions to use rlhn/e5-small-default-1.6M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rlhn/e5-small-default-1.6M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="rlhn/e5-small-default-1.6M")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("rlhn/e5-small-default-1.6M") model = AutoModel.from_pretrained("rlhn/e5-small-default-1.6M") - Notebooks
- Google Colab
- Kaggle
Improve model card with details from paper and repo
#1 opened 12 months ago
by
nielsr