tuan124816 commited on
Commit
6919a5a
·
1 Parent(s): bfa6e75

addback json files

Browse files
hdf5_dm_test_auto_1.hf/dataset_info.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "observations": {
6
+ "feature": {
7
+ "feature": {
8
+ "dtype": "float64",
9
+ "_type": "Value"
10
+ },
11
+ "_type": "Sequence"
12
+ },
13
+ "_type": "Sequence"
14
+ },
15
+ "actions": {
16
+ "feature": {
17
+ "feature": {
18
+ "dtype": "float64",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "_type": "Sequence"
24
+ },
25
+ "rewards": {
26
+ "feature": {
27
+ "dtype": "int64",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ }
32
+ },
33
+ "homepage": "",
34
+ "license": ""
35
+ }
hdf5_dm_test_auto_1.hf/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "905978a8bab44335",
8
+ "_format_columns": [
9
+ "observations",
10
+ "actions",
11
+ "rewards"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }