skyzhou06 commited on
Commit
69b05fc
·
verified ·
1 Parent(s): 6854ba9

Upload reports/schema_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. reports/schema_report.json +34 -0
reports/schema_report.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "LifeTextMultiTurnStreamingCoT",
3
+ "version": "vFinal",
4
+ "schema_fields": [
5
+ "id",
6
+ "split",
7
+ "modality",
8
+ "turn_type",
9
+ "dialogue",
10
+ "input",
11
+ "streaming",
12
+ "target",
13
+ "taxonomy",
14
+ "quality",
15
+ "source",
16
+ "metadata"
17
+ ],
18
+ "field_count": 12,
19
+ "dtypes": {
20
+ "id": "str",
21
+ "split": "str",
22
+ "modality": "str",
23
+ "turn_type": "str",
24
+ "dialogue": "ndarray",
25
+ "input": "dict",
26
+ "streaming": "dict",
27
+ "target": "dict",
28
+ "taxonomy": "dict",
29
+ "quality": "dict",
30
+ "source": "dict",
31
+ "metadata": "dict"
32
+ },
33
+ "forbidden_fields_check": "PASS"
34
+ }