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="cstr/phi3-mini-4k-llamafied-sft-v1",
	filename="phi3-llamafied-sft-v1_16bit-q4-k-m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

this is only a very quick sft (few minutes in google colab) on a very tiny (60 steps) subset of cstr/capybara_de_sharegpt with unsloth, just as a proof of concept, that you can do this, make the model output in (not very good) german, and prompt with chatml template

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

We're not able to determine the quantization variants.

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