skirano's picture
Upload folder using huggingface_hub
eec09a8 verified
|
raw
history blame
651 Bytes
---
license: apache-2.0
tags:
- finetuned
- mlx
- mlx
pipeline_tag: text-generation
inference: false
---
# Mistral7B-Inst-v0.2-4bit-mlx-distilabel-capybara-dpo-7k
This model was converted to MLX format from [`mlx-community/Mistral-7B-Instruct-v0.2-8-bit-mlx`]().
Refer to the [original model card](https://huggingface.co/mlx-community/Mistral-7B-Instruct-v0.2-8-bit-mlx) 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/Mistral7B-Inst-v0.2-4bit-mlx-distilabel-capybara-dpo-7k --prompt "My name is"
```