RX5950XT commited on
Commit
3515337
·
verified ·
1 Parent(s): 3535c53

Upload README.md with huggingface_hub

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