skyzhou06 commited on
Commit
dce3111
·
verified ·
1 Parent(s): da3ac8e

Delete reports/inspect_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. reports/inspect_report.json +0 -60
reports/inspect_report.json DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "dataset": "LifeTextMultiTurnStreamingCoT",
3
- "version": "v0.3",
4
- "modality": "text",
5
- "turn_type": "multi_turn",
6
- "inspect_timestamp": "2026-06-06T23:08:28.931498",
7
- "checks": {
8
- "data_load": {
9
- "status": "PASS",
10
- "train_rows": 7955,
11
- "eval_rows": 2045,
12
- "total_rows": 10000
13
- },
14
- "forbidden_fields": {
15
- "status": "PASS",
16
- "forbidden_found": [],
17
- "total_fields": 12,
18
- "all_fields": [
19
- "dialogue",
20
- "id",
21
- "input",
22
- "metadata",
23
- "modality",
24
- "output",
25
- "quality",
26
- "source",
27
- "split",
28
- "streaming",
29
- "taxonomy",
30
- "turn_type"
31
- ]
32
- },
33
- "required_fields": {
34
- "status": "PASS",
35
- "missing": []
36
- },
37
- "reasoning_quality": {
38
- "status": "PASS",
39
- "sample_size": 150,
40
- "slot_syntax_found": 0,
41
- "boilerplate_found": 0,
42
- "identical_checkpoints_rows": 0,
43
- "short_deep_reasoning": 0
44
- },
45
- "checkpoint_fields": {
46
- "status": "PASS",
47
- "forbidden_cp_rows": 0
48
- },
49
- "sft_ready": {
50
- "status": "PASS",
51
- "sft_fail_count": 0,
52
- "sample_size": 150
53
- },
54
- "taxonomy": {
55
- "status": "PASS",
56
- "misclassified_taxi_strike": 0
57
- }
58
- },
59
- "overall_status": "PASS"
60
- }