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="UOfficeForceX/Tame-Llama3",
	filename="Llama-3-TW-8B-Instruct-BF16.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Model Description

這是完全基於 Llama-3-Taiwan 模型 (https://huggingface.co/yentinglin/Llama-3-Taiwan-8B-Instruct) ,未經任何微調的情境下所轉出的GGUF格式檔,可運行於Ollama工具

This is a GGUF format file that is completely based on the Llama-3-Taiwan model (https://huggingface.co/yentinglin/Llama-3-Taiwan-8B-Instruct) without any fine-tuning and can be run on OllamaTools

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

16-bit

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

Model tree for UOfficeForceX/Tame-Llama3

Quantized
(15)
this model