--- language: - hi license: cc-by-nc-4.0 tags: - alignment-handbook - generated_from_trainer - mlx datasets: - HuggingFaceH4/ultrachat_200k - rohansolo/BB_HindiHinglish base_model: mistralai/Mistral-7B-v0.1 model-index: - name: BB-L-01-7B results: [] --- # BB-L-01-7B-MLX This model was converted to MLX format from [`rohansolo/BB-L-01-7B`](). Refer to the [original model card](https://huggingface.co/rohansolo/BB-L-01-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/BB-L-01-7B-MLX --prompt "My name is" ```