How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="tdolega/rag-tge_pl_Bielik",
	filename="ggml-model-Q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Bielik 7B Instruct finetuned on rag-tge_finetuning-dataset_pl.for rag-tge project. Available as safetensors BF16 and GGUF Q8.

Downloads last month
57
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train tdolega/rag-tge_pl_Bielik