Commit
·
edc2c04
1
Parent(s):
1a3fa02
Update dataset with Alpaca formatted entries
Browse files- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +56 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +56 -0
- train/state.json +13 -0
dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "test"]}
|
test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15b95c7d5c4907abc19e2e3e80481d203d0091c636dfcad0d29a2e7f84c65ccc
|
| 3 |
+
size 26192
|
test/dataset_info.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "csv",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_name": "manim_python",
|
| 6 |
+
"dataset_size": 148580,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/Edoh/manim_python@c4e896070e4aee022b6c9d355261c1cabdda8051/train.csv": {
|
| 10 |
+
"num_bytes": 135015,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/Edoh/manim_python@c4e896070e4aee022b6c9d355261c1cabdda8051/test.csv": {
|
| 14 |
+
"num_bytes": 11342,
|
| 15 |
+
"checksum": null
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"download_size": 146357,
|
| 19 |
+
"features": {
|
| 20 |
+
"instruction": {
|
| 21 |
+
"dtype": "string",
|
| 22 |
+
"_type": "Value"
|
| 23 |
+
},
|
| 24 |
+
"output": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"input": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"homepage": "",
|
| 34 |
+
"license": "",
|
| 35 |
+
"size_in_bytes": 294937,
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": {
|
| 38 |
+
"name": "train",
|
| 39 |
+
"num_bytes": 137074,
|
| 40 |
+
"num_examples": 599,
|
| 41 |
+
"dataset_name": "manim_python"
|
| 42 |
+
},
|
| 43 |
+
"test": {
|
| 44 |
+
"name": "test",
|
| 45 |
+
"num_bytes": 11506,
|
| 46 |
+
"num_examples": 51,
|
| 47 |
+
"dataset_name": "manim_python"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"version": {
|
| 51 |
+
"version_str": "0.0.0",
|
| 52 |
+
"major": 0,
|
| 53 |
+
"minor": 0,
|
| 54 |
+
"patch": 0
|
| 55 |
+
}
|
| 56 |
+
}
|
test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "af6888b86387fc23",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "test"
|
| 13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fe3303e471f167b7d6f72ef5c2f900f9769c4293a61edc5be93379ec90afd47
|
| 3 |
+
size 301368
|
train/dataset_info.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "csv",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_name": "manim_python",
|
| 6 |
+
"dataset_size": 148580,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/Edoh/manim_python@c4e896070e4aee022b6c9d355261c1cabdda8051/train.csv": {
|
| 10 |
+
"num_bytes": 135015,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/Edoh/manim_python@c4e896070e4aee022b6c9d355261c1cabdda8051/test.csv": {
|
| 14 |
+
"num_bytes": 11342,
|
| 15 |
+
"checksum": null
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"download_size": 146357,
|
| 19 |
+
"features": {
|
| 20 |
+
"instruction": {
|
| 21 |
+
"dtype": "string",
|
| 22 |
+
"_type": "Value"
|
| 23 |
+
},
|
| 24 |
+
"output": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"input": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"homepage": "",
|
| 34 |
+
"license": "",
|
| 35 |
+
"size_in_bytes": 294937,
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": {
|
| 38 |
+
"name": "train",
|
| 39 |
+
"num_bytes": 137074,
|
| 40 |
+
"num_examples": 599,
|
| 41 |
+
"dataset_name": "manim_python"
|
| 42 |
+
},
|
| 43 |
+
"test": {
|
| 44 |
+
"name": "test",
|
| 45 |
+
"num_bytes": 11506,
|
| 46 |
+
"num_examples": 51,
|
| 47 |
+
"dataset_name": "manim_python"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"version": {
|
| 51 |
+
"version_str": "0.0.0",
|
| 52 |
+
"major": 0,
|
| 53 |
+
"minor": 0,
|
| 54 |
+
"patch": 0
|
| 55 |
+
}
|
| 56 |
+
}
|
train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "73d8d90b8f93d62a",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "train"
|
| 13 |
+
}
|