Instructions to use mlx-community/e5-mistral-7b-instruct-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/e5-mistral-7b-instruct-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir e5-mistral-7b-instruct-mlx mlx-community/e5-mistral-7b-instruct-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
#2
by protasovnn - opened
README.md
CHANGED
|
@@ -44,7 +44,7 @@ from transformers import AutoTokenizer
|
|
| 44 |
|
| 45 |
model = create_model(
|
| 46 |
"e5-mistral-7b-instruct",
|
| 47 |
-
|
| 48 |
strict=False
|
| 49 |
)
|
| 50 |
|
|
|
|
| 44 |
|
| 45 |
model = create_model(
|
| 46 |
"e5-mistral-7b-instruct",
|
| 47 |
+
weights="path/to/weights.npz",
|
| 48 |
strict=False
|
| 49 |
)
|
| 50 |
|