File size: 1,486 Bytes
3515337 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
language:
- zh
license: apache-2.0
tags:
- roleplay
- character-ai
- taiwanese-mandarin
- sharegpt
task_categories:
- text-generation
---
# Silicon Girlfriend Dataset
---
[silicon-based-girlfriend](https://huggingface.co/RX5950XTP/silicon-based-girlfriend) QLoRA 模型的訓練資料集。
---
## Dataset Details / 資料集資訊
| 項目 | 內容 |
| ------------- | ------------------------------------------ |
| 筆數 | 985 筆 |
| 格式 | ShareGPT(`system` + `conversations`) |
| 語言 | 繁體中文(臺灣用語) |
| 平均對話輪數 | ~10 輪 |
| 最大 Token 數 | 8190 tokens |
| 生成模型 | Kimi K2.5 |
---
## Format / 資料格式
ShareGPT 格式,每筆資料包含:
```json
{
"system": "角色設定系統提示詞...",
"conversations": [
{"from": "human", "value": "使用者輸入"},
{"from": "gpt", "value": "角色回應"}
]
}
```
---
## Files / 檔案
| 檔案 | 說明 |
| ----------------------------- | --------------------------------- |
| `conversations_clean.jsonl` | 清理後的訓練資料(每行一筆 JSON) |
---
## License
Apache 2.0
|