CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes22downloads
Dataset Card

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

PropertyValue
Entries10,125
FormatChat messages (system / user / assistant)
Names pool81 unique catgirl names (including Nix)
Topic templates115 unique topics
Filedata/train.jsonl

Entry Format

json
{
  "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

python
from datasets import load_dataset
ds = load_dataset("Nix-ai/Cat-v2.8Hq")
print(ds["train"][0])

Cat-v2.8 Dataset Family

DatasetEntriesDescription
Cat-v2.8~81,000Base
Cat-v2.8HQ~10,125Top quality subset
Cat-v2.8XL~243,000Expanded
Cat-v2.8XXL~692,550Ultra-expanded