skyzhou06 commited on
Commit
a247824
·
verified ·
1 Parent(s): 47c7fb8

Upload reports/build_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. reports/build_report.json +37 -36
reports/build_report.json CHANGED
@@ -1,40 +1,41 @@
1
  {
2
- "dataset": "LifeTextSingleTurnStreamingCoT",
3
- "version": "v0.4",
4
- "build_timestamp": "2026-06-06T23:32:02.218811",
5
- "row_counts": {
6
- "train": 7457,
7
- "eval": 1865,
8
- "hq_train": 2570,
9
- "hq_eval": 634,
10
- "total": 9322
 
 
 
11
  },
12
- "sft_ready": 8176,
13
- "sft_ready_pct": 87.7,
14
- "taxonomy": {
15
- "information_extraction": 2496,
16
- "social_communication": 2306,
17
- "daily_life": 1957,
18
- "tech_support": 872,
19
- "education": 428,
20
- "finance_consumer": 390,
21
- "work_productivity": 336,
22
- "health_wellness_safe": 222,
23
- "travel": 219,
24
- "creative_planning": 96
25
  },
26
- "output_fields": [
27
- "id",
28
- "input",
29
- "metadata",
30
- "modality",
31
- "quality",
32
- "source",
33
- "split",
34
- "streaming",
35
- "target",
36
- "taxonomy",
37
- "turn_type"
38
- ],
39
- "changes": "output→target, trace removed, legacy removed, tax canonical, hq split"
 
 
 
 
 
40
  }
 
1
  {
2
+ "repo": "LifeTextSingleTurnStreamingCoT",
3
+ "version": "vFinal",
4
+ "total_active_rows": 6550,
5
+ "train_rows": 5242,
6
+ "eval_rows": 1308,
7
+ "high_quality_train_rows": 5242,
8
+ "high_quality_eval_rows": 1308,
9
+ "high_quality_total": 6550,
10
+ "repaired_rows": {
11
+ "generic_answer_dropped": 2772,
12
+ "taxonomy_remapped": 241,
13
+ "target_grounded_fixed": 0
14
  },
15
+ "rejected_rows_count": 2772,
16
+ "source_distribution": {
17
+ "b-mc2/wikihow_lists": 622,
18
+ "pietrolesci/multiwoz_all_versions": 215,
19
+ "pixelsandpointers/better_daily_dialog": 3713,
20
+ "pixelsandpointers/empathetic_dialogues_for_lm": 2000
 
 
 
 
 
 
 
21
  },
22
+ "license_distribution": {
23
+ "cc-by-4.0": 6550
24
+ },
25
+ "sft_ready_count": 6550,
26
+ "sft_ready_pct": 100.0,
27
+ "natural_reasoning_count": 6550,
28
+ "natural_reasoning_pct": 100.0,
29
+ "target_grounded_count": 6550,
30
+ "target_grounded_pct": 100.0,
31
+ "taxonomy_distribution": {
32
+ "social_communication": 2274,
33
+ "information_extraction": 1747,
34
+ "daily_life": 946,
35
+ "tech_support": 651,
36
+ "education": 373,
37
+ "work_productivity": 328,
38
+ "finance_consumer": 140,
39
+ "creative_planning": 91
40
+ }
41
  }