Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- hi
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
tags:
|
| 6 |
+
- alignment-handbook
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
- mlx
|
| 9 |
+
datasets:
|
| 10 |
+
- HuggingFaceH4/ultrachat_200k
|
| 11 |
+
- rohansolo/BB_HindiHinglish
|
| 12 |
+
base_model: mistralai/Mistral-7B-v0.1
|
| 13 |
+
model-index:
|
| 14 |
+
- name: BB-L-01-7B
|
| 15 |
+
results: []
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# BB-L-01-7B-mlx
|
| 19 |
+
This model was converted to MLX format from [`rohansolo/BB-L-01-7B`]().
|
| 20 |
+
Refer to the [original model card](https://huggingface.co/rohansolo/BB-L-01-7B) for more details on the model.
|
| 21 |
+
## Use with mlx
|
| 22 |
+
```bash
|
| 23 |
+
pip install mlx
|
| 24 |
+
git clone https://github.com/ml-explore/mlx-examples.git
|
| 25 |
+
cd mlx-examples/llms/hf_llm
|
| 26 |
+
python generate.py --model rohansolo/BB-L-01-7B-mlx --prompt "<|system|>
|
| 27 |
+
You are a helpful AI assistant</s>
|
| 28 |
+
<|user|>
|
| 29 |
+
एक पाइथन स्क्रिप्ट लिखो बबल सॉर्ट के लिए</s>"
|
| 30 |
+
```
|