Upload folder using huggingface_hub
Browse files- dataset_dict.json +1 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +50 -0
- train/state.json +13 -0
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:895708bfc500030fd89e9be5817c8746ead58e51ed92febd73b17c6c4535a52c
|
| 3 |
+
size 428137160
|
train/dataset_info.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "json",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_name": "og_text2_sql",
|
| 6 |
+
"dataset_size": 427980145,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/OneGate/OGText2SQL@8fc91b97172be7f21c407ad2c5af46eaf0474063/train.jsonl": {
|
| 10 |
+
"num_bytes": 463300433,
|
| 11 |
+
"checksum": null
|
| 12 |
+
}
|
| 13 |
+
},
|
| 14 |
+
"download_size": 463300433,
|
| 15 |
+
"features": {
|
| 16 |
+
"context": {
|
| 17 |
+
"dtype": "string",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
},
|
| 20 |
+
"question": {
|
| 21 |
+
"dtype": "string",
|
| 22 |
+
"_type": "Value"
|
| 23 |
+
},
|
| 24 |
+
"SQL": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"source": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"homepage": "",
|
| 34 |
+
"license": "",
|
| 35 |
+
"size_in_bytes": 891280578,
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": {
|
| 38 |
+
"name": "train",
|
| 39 |
+
"num_bytes": 427980145,
|
| 40 |
+
"num_examples": 391702,
|
| 41 |
+
"dataset_name": "og_text2_sql"
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"version": {
|
| 45 |
+
"version_str": "0.0.0",
|
| 46 |
+
"major": 0,
|
| 47 |
+
"minor": 0,
|
| 48 |
+
"patch": 0
|
| 49 |
+
}
|
| 50 |
+
}
|
train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "a6ab574cd5dcf71b",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "train"
|
| 13 |
+
}
|