Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,13 @@ tags:
|
|
9 |
inference: false
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
## Use with mlx
|
16 |
|
17 |
```bash
|
@@ -24,3 +28,17 @@ from mlx_lm import load, generate
|
|
24 |
model, tokenizer = load("speakleash/Bielik-7B-Instruct-v0.1-MLX")
|
25 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
26 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
inference: false
|
10 |
---
|
11 |
|
12 |
+
<p align="center">
|
13 |
+
<img src="https://huggingface.co/speakleash/Bielik-7B-Instruct-v0.1-GGUF/raw/main/speakleash_cyfronet.png">
|
14 |
+
</p>
|
15 |
+
|
16 |
+
# Bielik-7B-Instruct-v0.1-MLX
|
17 |
+
This model was converted to MLX format from [SpeakLeash](https://speakleash.org/)'s [Bielik-7B-Instruct-v0.1](https://huggingface.co/speakleash/Bielik-7B-Instruct-v0.1).
|
18 |
+
|
19 |
## Use with mlx
|
20 |
|
21 |
```bash
|
|
|
28 |
model, tokenizer = load("speakleash/Bielik-7B-Instruct-v0.1-MLX")
|
29 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
30 |
```
|
31 |
+
|
32 |
+
### Model description:
|
33 |
+
|
34 |
+
* **Developed by:** [SpeakLeash](https://speakleash.org/)
|
35 |
+
* **Language:** Polish
|
36 |
+
* **Model type:** causal decoder-only
|
37 |
+
* **Finetuned from:** [Bielik-7B-v0.1](https://huggingface.co/speakleash/Bielik-7B-v0.1)
|
38 |
+
* **License:** CC BY NC 4.0 (non-commercial use)
|
39 |
+
* **Model ref:** speakleash:e38140bea0d48f1218540800bbc67e89
|
40 |
+
|
41 |
+
|
42 |
+
## Contact Us
|
43 |
+
|
44 |
+
If you have any questions or suggestions, please use the discussion tab. If you want to contact us directly, join our [Discord SpeakLeash](https://discord.gg/3G9DVM39).
|