|
--- |
|
language: |
|
- pl |
|
license: cc-by-nc-4.0 |
|
library_name: transformers |
|
tags: |
|
- finetuned |
|
- mlx |
|
inference: false |
|
--- |
|
|
|
<p align="center"> |
|
<img src="https://huggingface.co/speakleash/Bielik-7B-Instruct-v0.1-GGUF/raw/main/speakleash_cyfronet.png"> |
|
</p> |
|
|
|
# Bielik-7B-Instruct-v0.1-MLX |
|
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). |
|
|
|
## Use with mlx |
|
|
|
```bash |
|
pip install mlx-lm |
|
``` |
|
|
|
```python |
|
from mlx_lm import load, generate |
|
|
|
model, tokenizer = load("speakleash/Bielik-7B-Instruct-v0.1-MLX") |
|
response = generate(model, tokenizer, prompt="hello", verbose=True) |
|
``` |
|
|
|
### Model description: |
|
|
|
* **Developed by:** [SpeakLeash](https://speakleash.org/) |
|
* **Language:** Polish |
|
* **Model type:** causal decoder-only |
|
* **Finetuned from:** [Bielik-7B-v0.1](https://huggingface.co/speakleash/Bielik-7B-v0.1) |
|
* **License:** CC BY NC 4.0 (non-commercial use) |
|
* **Model ref:** speakleash:e38140bea0d48f1218540800bbc67e89 |
|
|
|
|
|
## Contact Us |
|
|
|
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). |
|
|