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="GabrielZedekiel/Llama-3_8b_Instruct_NetbBench_Shodan",
	filename="llama-3-8b-instruct.Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "{\n    \"question\": \"What is my name?\",\n    \"context\": \"My name is Clara and I live in Berkeley.\"\n}"
)

Llama-3_8b_Instruct_NetbBench_Shodan - GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli --hf repo_id/model_name -p "why is the sky blue?"
  • For multimodal models: llama-mtmd-cli -m model_name.gguf --mmproj mmproj_file.gguf

Available Model files:

  • llama-3-8b-instruct.Q4_K_M.gguf

Ollama

An Ollama Modelfile is included for easy deployment.

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

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for GabrielZedekiel/Llama-3_8b_Instruct_NetbBench_Shodan

Dataset used to train GabrielZedekiel/Llama-3_8b_Instruct_NetbBench_Shodan