--- license: apache-2.0 tags: - finetuned - mlx - mlx pipeline_tag: text-generation inference: false --- ![Alt text](https://cdn.discordapp.com/attachments/1047006708813271100/1202665084816465981/Argilla_tweet_image.jpeg?ex=65ce4824&is=65bbd324&hm=1a1050351e05273866861e2b162e3d733f3ea52897d9cb9b467e8a388408c4c0&) # 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. Using a DPO dataset by Argilla [dataset](https://huggingface.co/datasets/argilla/distilabel-capybara-dpo-7k-binarized) ## 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 "What wights more 1kg of feathers or 0.5kg of steel?" ```