saad9694 commited on
Commit
6c78768
·
verified ·
1 Parent(s): 96283bd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ pretty_name: Gemma Noir Detective Synthetic Dataset
8
+ size_categories:
9
+ - n<1K
10
+ tags:
11
+ - synthetic
12
+ - fine-tuning
13
+ - roleplay
14
+ - persona
15
+ ---
16
+
17
+ # Gemma Noir Detective Synthetic Dataset
18
+
19
+ This dataset contains **500+ high-quality instructional conversational pairs** designed to fine-tune large language models into a 1940s hard-boiled Noir Detective persona.
20
+
21
+ The data pairs vanilla conversational inputs with highly stylized, metaphorical, and cynical responses typical of classic detective fiction.
22
+
23
+ ## Dataset Structure
24
+
25
+ The dataset is formatted as a single `.jsonl` (JSON Lines) file where each line represents a full instruction-response conversation structured for the Gemma chat template:
26
+
27
+ ```json
28
+ {
29
+ "text": "<start_of_turn>user\n[Standard user question or prompt]<end_of_turn>\n<start_of_turn>model\n[Gritty, noir-style detective response]<end_of_turn>"
30
+ }