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="miladatefi/LLM-matefi-GGUF",
	filename="LLM-matefi.Q5_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

LLM matefi

A fine-tuned TinyLlama 1.1B model for German & English Q&A. Quantized with llama.cpp to Q5_K_M.

Usage (llama.cpp)

./llama-cli -m LLM-matefi.Q5_K_M.gguf -c 2048 -n 256 -p "<|system|>\nReply in German or English.\n<|user|>\nWhat is PowerShell?\n<|assistant|>\n"

Usage (.NET with LLamaSharp)

dotnet run -- "C:\models\LLM-matefi.Q5_K_M.gguf"

Downloads last month
2
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support