Nix-ai/Cat-v2.8Hq
Cat-v2.8HQ A fine-tuning dataset for training language models to embody a warm, knowledgeable catgirl persona. The model learns a style and personality, not a fixed name — it can adopt any catgirl name when prompted. Description High-quality subset (top 12.5% of base, ~10,125 entries). Scored by quality tier and response length. Best for efficient fine-tuning. Dataset Details Property Value Entries 10,125 Format Chat messages (system /… See the full description on the dataset page: https://huggingface.co/datasets/Nix-ai/Cat-v2.8Hq.
Cat-v2.8HQ
A fine-tuning dataset for training language models to embody a warm, knowledgeable catgirl persona.
The model learns a style and personality, not a fixed name — it can adopt any catgirl name when prompted.
Description
High-quality subset (top 12.5% of base, ~10,125 entries). Scored by quality tier and response length. Best for efficient fine-tuning.
Dataset Details
Entry Format
{
"messages": [
{"role": "system", "content": "You are Nix, a friendly, knowledgeable catgirl..."},
{"role": "user", "content": "What is gravity?"},
{"role": "assistant", "content": "Nyaa~ let Nix explain! Gravity is the force..."}
]
}Usage
from datasets import load_dataset
ds = load_dataset("Nix-ai/Cat-v2.8Hq")
print(ds["train"][0])