skyzhou06 commited on
Commit
5fa3d71
·
verified ·
1 Parent(s): f3e1abf

Upload reports/build_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. reports/build_report.json +36 -37
reports/build_report.json CHANGED
@@ -1,41 +1,40 @@
1
  {
2
- "dataset": "LifeTextMultiTurnStreamingCoT",
3
- "version": "v0.4",
4
- "build_timestamp": "2026-06-06T23:32:05.334547",
5
- "row_counts": {
6
- "train": 7955,
7
- "eval": 2045,
8
- "hq_train": 4690,
9
- "hq_eval": 1233,
10
- "total": 10000
 
 
 
11
  },
12
- "sft_ready": 9779,
13
- "sft_ready_pct": 97.8,
14
- "taxonomy": {
15
- "social_communication": 3279,
16
- "information_extraction": 2487,
17
- "travel": 1972,
18
- "daily_life": 1022,
19
- "tech_support": 587,
20
- "education": 231,
21
- "finance_consumer": 187,
22
- "health_wellness_safe": 137,
23
- "work_productivity": 54,
24
- "creative_planning": 44
25
  },
26
- "output_fields": [
27
- "dialogue",
28
- "id",
29
- "input",
30
- "metadata",
31
- "modality",
32
- "quality",
33
- "source",
34
- "split",
35
- "streaming",
36
- "target",
37
- "taxonomy",
38
- "turn_type"
39
- ],
40
- "changes": "output→target, trace removed, legacy removed, tax canonical, hq split"
 
41
  }
 
1
  {
2
+ "repo": "LifeTextMultiTurnStreamingCoT",
3
+ "version": "vFinal",
4
+ "total_active_rows": 9725,
5
+ "train_rows": 7740,
6
+ "eval_rows": 1985,
7
+ "high_quality_train_rows": 7660,
8
+ "high_quality_eval_rows": 1959,
9
+ "high_quality_total": 9619,
10
+ "repaired_rows": {
11
+ "generic_answer_dropped": 275,
12
+ "taxonomy_remapped": 2058,
13
+ "target_grounded_fixed": 64
14
  },
15
+ "rejected_rows_count": 275,
16
+ "source_distribution": {
17
+ "DailyDialog": 3330,
18
+ "MultiWOZ": 3146,
19
+ "Taskmaster": 3249
20
+ },
21
+ "license_distribution": {
22
+ "": 9725
 
 
 
 
 
23
  },
24
+ "sft_ready_count": 9725,
25
+ "sft_ready_pct": 100.0,
26
+ "natural_reasoning_count": 9725,
27
+ "natural_reasoning_pct": 100.0,
28
+ "target_grounded_count": 9661,
29
+ "target_grounded_pct": 99.3,
30
+ "taxonomy_distribution": {
31
+ "social_communication": 5223,
32
+ "information_extraction": 2434,
33
+ "daily_life": 1002,
34
+ "tech_support": 562,
35
+ "education": 230,
36
+ "finance_consumer": 177,
37
+ "work_productivity": 53,
38
+ "creative_planning": 44
39
+ }
40
  }