[email protected] commited on
Commit
4665b6d
·
1 Parent(s): ce3ed7b

commit files to HF hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18900e0d2a1e6d70fecadf30f0d8593d5cbafc8cc20b65d905f9ba43ce24e6ee
3
+ size 48808
train/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "csv",
6
+ "dataset_size": 48150,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/content/wikisql_to_cypher_dataset.csv": {
10
+ "num_bytes": 46993,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 46993,
15
+ "features": {
16
+ "Natural Language Description": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "Cypher Query": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "size_in_bytes": 95143,
28
+ "splits": {
29
+ "train": {
30
+ "name": "train",
31
+ "num_bytes": 48150,
32
+ "num_examples": 300,
33
+ "dataset_name": "csv"
34
+ }
35
+ },
36
+ "version": {
37
+ "version_str": "0.0.0",
38
+ "major": 0,
39
+ "minor": 0,
40
+ "patch": 0
41
+ }
42
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "de784ecf1ffb7ac3",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }