skyzhou06 commited on
Commit
4c066e1
·
verified ·
1 Parent(s): c3533fd

Upload reports/schema_report.json with huggingface_hub

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