MLX
Hindi
mistral
alignment-handbook
Generated from Trainer
File size: 665 Bytes
e3c3ab9
ca65a98
 
 
 
 
 
 
 
 
 
 
 
 
 
e3c3ab9
ca65a98
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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"
```