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/TinyLlama-3T-Cinder-v1.3",
	filename="TinyLlama-3T-Cinder-v1.3.Q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Overview Cinder is an AI chatbot tailored for engaging users in scientific and educational conversations, offering companionship, and sparking imaginative exploration. It is built on the TinyLlama 1.1B parameter model and trained on a unique combination of datasets.

image/png

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 37.23
AI2 Reasoning Challenge (25-Shot) 33.96
HellaSwag (10-Shot) 58.14
MMLU (5-Shot) 25.41
TruthfulQA (0-shot) 38.13
Winogrande (5-shot) 63.93
GSM8k (5-shot) 3.79
Downloads last month
185
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with Josephgflowers/TinyLlama-3T-Cinder-v1.3.

Model tree for Josephgflowers/TinyLlama-3T-Cinder-v1.3

Merges
11 models
Quantizations
2 models

Space using Josephgflowers/TinyLlama-3T-Cinder-v1.3 1

Evaluation results