Bielik-7B-v0.1
Collection
A collection of models based on Bielik-7B-v0.1 - base model, instructional and quantized versions, and MLX (Apple).
•
9 items
•
Updated
•
4
This model was converted to MLX format from SpeakLeash's Bielik-7B-Instruct-v0.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("speakleash/Bielik-7B-Instruct-v0.1-MLX")
response = generate(model, tokenizer, prompt="hello", verbose=True)
If you have any questions or suggestions, please use the discussion tab. If you want to contact us directly, join our Discord SpeakLeash.