tohio commited on
Commit
aa7ca3a
·
verified ·
1 Parent(s): bec84e2

Update SFT family dataset: code_explanation_no_code

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -6,20 +6,26 @@ configs:
6
  path: data/*.jsonl
7
  ---
8
 
9
- # SLM Synthetic SFT
10
 
11
  ## Summary
12
 
13
- Synthetic supervised fine-tuning dataset containing prompt-response conversations.
14
 
15
  ## Dataset
16
 
17
  - Dataset type: `supervised fine-tuning`
18
- - Total rows: `400000`
19
- - Signals: `ai_concept_explanation, basic_arithmetic_qa, capital_city_qa, clear_sky_color_qa, code_explanation_no_code, code_expression_result, code_generation_function, direct_division, direct_subtraction, function_completion_body_only, list_exact_n_items, private_or_unverifiable_company_fact, repeat_exact_n_times, short_factual_stop_behavior`
20
- - Teacher model: `deepseek/deepseek-v4-flash`
21
  - Language: English
22
 
 
 
 
 
 
 
 
23
  ## Schema
24
 
25
  ```json
@@ -40,7 +46,7 @@ Synthetic supervised fine-tuning dataset containing prompt-response conversation
40
 
41
  ## Intended Use
42
 
43
- Use this dataset for supervised fine-tuning experiments.
44
 
45
  ## Limitations
46
 
 
6
  path: data/*.jsonl
7
  ---
8
 
9
+ # SLM Synthetic SFT — code_explanation_no_code
10
 
11
  ## Summary
12
 
13
+ Synthetic supervised fine-tuning dataset containing prompt-response conversations for `code_explanation_no_code`.
14
 
15
  ## Dataset
16
 
17
  - Dataset type: `supervised fine-tuning`
18
+ - Total rows: `28572`
19
+ - Signal: `code_explanation_no_code`
 
20
  - Language: English
21
 
22
+ ## Signal Metadata
23
+
24
+ - Category: `general_instruction_following`
25
+ - Difficulty: `2`
26
+ - Template family: `code_explanation_plain_text`
27
+ - Eval family: `code_explanation_no_code`
28
+
29
  ## Schema
30
 
31
  ```json
 
46
 
47
  ## Intended Use
48
 
49
+ Use this dataset for supervised fine-tuning experiments targeting this signal.
50
 
51
  ## Limitations
52