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="Norod78/gemma-3_4b_hebrew-lyrics-finetune",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": [
				{
					"type": "text",
					"text": "Describe this image in one sentence."
				},
				{
					"type": "image_url",
					"image_url": {
						"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
					}
				}
			]
		}
	]
)

Uploaded finetuned model

  • Developed by: Norod78
  • License: apache-2.0
  • Finetuned from model : unsloth/gemma-3-4b-it

This gemma3 model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
60
Safetensors
Model size
4B params
Tensor type
BF16
ยท
Inference Providers NEW
Input a message to start chatting with Norod78/gemma-3_4b_hebrew-lyrics-finetune.

Model tree for Norod78/gemma-3_4b_hebrew-lyrics-finetune

Quantized
(17)
this model

Datasets used to train Norod78/gemma-3_4b_hebrew-lyrics-finetune

Space using Norod78/gemma-3_4b_hebrew-lyrics-finetune 1