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="Josephgflowers/Cinder-Phi-2-Test-1",
	filename="Cinder-Phi-2-Test-1.Qf16.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Quick update, 2/20/23, testing is going great. I am really enjoying this version of Cinder. More information coming. Training data similar to openhermes2.5 with some added math, STEM, and reasoning mostly from OpenOrca. As well as Cinder character specific data. Model Overview Cinder is an AI chatbot tailored for engaging users in scientific and educational conversations, offering companionship, and sparking imaginative exploration.

image/png

Downloads last month
162
Safetensors
Model size
3B params
Tensor type
F32
·
Inference Providers NEW