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="LegoKeeper/Hexo-0.5-Nano-Experimental",
	filename="hexo-nano-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

This was the first version of Hexo-0.5-Nano I made, and I do not reccomend you use it. The model it is based on, ERNIE-4.5-0.3B-PT is mainly for Chinese so when I trained it on English data is did not really work. If you run it, you will notice it responds to everything with "mathcodecodemathmath" and things of the sort.

Downloads last month
1
Safetensors
Model size
0.4B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LegoKeeper/Hexo-0.5-Nano-Experimental

Quantized
(24)
this model