MLX
Hindi
mistral
alignment-handbook
Generated from Trainer
BB-L-01-7B-mlx-4bit / README.md
rohansolo's picture
Update README.md
bd21956
|
raw
history blame contribute delete
No virus
841 Bytes
---
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-4bit
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 rohansolo/BB-L-01-7B-mlx-4bit --prompt "<|system|>
You are a helpful AI assistant</s>
<|user|>
एक पाइथन स्क्रिप्ट लिखो बबल सॉर्ट के लिए</s>"
```