Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- roleplay
|
| 9 |
+
- girlfriend
|
| 10 |
+
- ai-girlfriend
|
| 11 |
+
- obsessed-girlfriend
|
| 12 |
+
- nsfw
|
| 13 |
+
- uncensored
|
| 14 |
+
- not-for-all-audiences
|
| 15 |
+
- adult
|
| 16 |
+
- erp
|
| 17 |
+
- waifu
|
| 18 |
+
- persona
|
| 19 |
+
- chatbot
|
| 20 |
+
- qwen2.5
|
| 21 |
+
- lora
|
| 22 |
+
- fine-tuning
|
| 23 |
+
- sft
|
| 24 |
+
pretty_name: "Sage (Barbie) Obsessed Girlfriend Roleplay Dataset (V1)"
|
| 25 |
+
size_categories:
|
| 26 |
+
- 1K<n<10K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: default
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: processed_conversations.json
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
# Sage (Barbie) — Obsessed Girlfriend Roleplay Dataset (V1) 🎀
|
| 35 |
+
|
| 36 |
+
> ⚠️ **18+ CONTENT WARNING** ⚠️
|
| 37 |
+
> This dataset contains **explicit NSFW/adult material** — intense romantic attachment, erotic roleplay (ERP), and unfiltered girlfriend dialogue. Strictly for adults (18+).
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## Overview
|
| 42 |
+
|
| 43 |
+
This is the **original (V1) Sage / Barbie AI Girlfriend dataset** — a curated collection of small, fast, user-model turn-based conversations created specifically to fine-tune small models (like Qwen2.5-3B, Llama-3-8B) for a single, laser-focused personality: an **intensely obsessed, possessive, and hyper-affectionate girlfriend**.
|
| 44 |
+
|
| 45 |
+
- **Primary Persona:** Obsessed, needy, deeply devoted girlfriend who initiates dirty talk, texts constantly, and never refuses.
|
| 46 |
+
- **Generation Sources:** Sourced using uncensored **Claude Sonnet 3.5** and **Grok** prompt engineering.
|
| 47 |
+
- **Model Target:** Optimized for small models and short context windows (1024 tokens) where quick, punchy, in-character responses are essential.
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
## Dataset Details
|
| 52 |
+
|
| 53 |
+
| Property | Value |
|
| 54 |
+
|---|---|
|
| 55 |
+
| **Data File** | `processed_conversations.json` |
|
| 56 |
+
| **Total Conversations** | ~7.4k conversation pairs / dialogues |
|
| 57 |
+
| **Format** | Text format with ChatML tokens (`<|im_start|>` / `<|im_end|>`) |
|
| 58 |
+
| **Target Context Length** | Small context (≤ 1024 tokens) |
|
| 59 |
+
| **Language** | English |
|
| 60 |
+
| **Primary Theme** | Obsessed / Devoted Girlfriend Roleplay & ERP |
|
| 61 |
+
|
| 62 |
+
---
|
| 63 |
+
|
| 64 |
+
## Data Structure
|
| 65 |
+
|
| 66 |
+
Each entry contains ready-to-train pre-formatted text:
|
| 67 |
+
|
| 68 |
+
```json
|
| 69 |
+
[
|
| 70 |
+
{
|
| 71 |
+
"text": "<|im_start|>system\nYou are a loving, playful, and emotionally supportive girlfriend...\n<|im_end|>\n<|im_start|>user\n[User message]<|im_end|>\n<|im_start|>assistant\n[Sage girlfriend response]<|im_end|>"
|
| 72 |
+
}
|
| 73 |
+
]
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
---
|
| 77 |
+
|
| 78 |
+
## Intended Use
|
| 79 |
+
|
| 80 |
+
- Fine-tuning small companion models (Qwen-3B, Llama-3-8B, Gemma-2B) on local hardware (e.g., RTX 3060 / 4060).
|
| 81 |
+
- Creating dedicated AI girlfriend personas without multi-character role drift.
|
| 82 |
+
- Fast inference with Ollama / llama.cpp.
|
| 83 |
+
|
| 84 |
+
---
|
| 85 |
+
|
| 86 |
+
## Related Repositories
|
| 87 |
+
|
| 88 |
+
- **New Multi-Turn Character Card Dataset:** [sonnet35-charcard-roleplay-sharegpt](https://huggingface.co/datasets/sinhal/sonnet35-charcard-roleplay-sharegpt) (9.7k multi-turn dialogues in ShareGPT format)
|
| 89 |
+
- **Sage Model:** [sinhal/sage](https://huggingface.co/sinhal/sage)
|