File size: 605 Bytes
22fd162 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: apache-2.0
tags:
- generated_from_trainer
- mlx
base_model: mistralai/Mistral-7B-v0.1
model-index:
- name: zephyr-7b-sft-lora
results: []
---
# zephyr-7b-sft-lora-fused-mlx
This model was converted to MLX format from [`nminnie/zephyr-7b-sft-lora`]().
Refer to the [original model card](https://huggingface.co/nminnie/zephyr-7b-sft-lora) for more details on the model.
## Use with mlx
```bash
pip install mlx
git clone https://github.com/ml-explore/mlx-examples.git
cd mlx-examples/llms/hf_llm
python generate.py --model mlx-community/zephyr-7b-sft-lora-fused-mlx --prompt "My name is"
```
|