--- language: - en tags: - mlx datasets: - HuggingFaceH4/ultrafeedback_binarized - allenai/tulu-v2-sft-mixture base_model: meta-llama/Llama-2-7b-hf model-index: - name: tulu-2-dpo-7b results: [] --- # tulu-2-dpo-7b-4bit-mlx This model was converted to MLX format from [`allenai/tulu-2-dpo-7b`](). Refer to the [original model card](https://huggingface.co/allenai/tulu-2-dpo-7b) 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/tulu-2-dpo-7b-4bit-mlx --prompt "My name is" ```