dneelay commited on
Commit
da4671e
1 Parent(s): 028405b

Upload folder using huggingface_hub

Browse files
dneelay/tokenized_datasets_mini/.DS_Store ADDED
Binary file (6.15 kB). View file
 
dneelay/tokenized_datasets_mini/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
dneelay/tokenized_datasets_mini/train/.DS_Store ADDED
Binary file (6.15 kB). View file
 
dneelay/tokenized_datasets_mini/train/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f78b0880ad7f7d82220f4371955efc883ca4942f70a35df4f2700665d9cd393
3
+ size 357636144
dneelay/tokenized_datasets_mini/train/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d338d7502167a62ec0f148e8ee13c2796d6ae700c27ff5b66d49564b072efd38
3
+ size 357635624
dneelay/tokenized_datasets_mini/train/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "codeparrot-ds-train",
6
+ "dataset_size": 7921154193,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/huggingface-course/codeparrot-ds-train@459aeed98ba3efd39bde07a8f0a50db792fca74c/codeparrot-ds-train.jsonl": {
10
+ "num_bytes": 8252554086,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 8252554086,
15
+ "features": {
16
+ "input_ids": {
17
+ "feature": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ }
23
+ },
24
+ "homepage": "",
25
+ "license": "",
26
+ "size_in_bytes": 16173708279,
27
+ "splits": {
28
+ "train": {
29
+ "name": "train",
30
+ "num_bytes": 7921154193,
31
+ "num_examples": 606720,
32
+ "shard_lengths": [
33
+ 38817,
34
+ 37785,
35
+ 38765,
36
+ 38979,
37
+ 38982,
38
+ 38769,
39
+ 38912,
40
+ 38601,
41
+ 38216,
42
+ 39274,
43
+ 38262,
44
+ 38172,
45
+ 39014,
46
+ 38775,
47
+ 38488,
48
+ 26909
49
+ ],
50
+ "dataset_name": "codeparrot-ds-train"
51
+ }
52
+ },
53
+ "version": {
54
+ "version_str": "0.0.0",
55
+ "major": 0,
56
+ "minor": 0,
57
+ "patch": 0
58
+ }
59
+ }
dneelay/tokenized_datasets_mini/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "c2f7a4b7a3234472",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": "train"
16
+ }
dneelay/tokenized_datasets_mini/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3955f7132b8e3c090be2422136d17af2a4100df12faf1fe6fb523dc5a8a0a45e
3
+ size 7064104
dneelay/tokenized_datasets_mini/valid/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "codeparrot-ds-valid",
6
+ "dataset_size": 44240123,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/huggingface-course/codeparrot-ds-valid@bc5778ac60e5f6e1efdaa6b90bad4e62f83eff13/codeparrot-ds-valid.jsonl": {
10
+ "num_bytes": 46094887,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 46094887,
15
+ "features": {
16
+ "input_ids": {
17
+ "feature": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ }
23
+ },
24
+ "homepage": "",
25
+ "license": "",
26
+ "size_in_bytes": 90335010,
27
+ "splits": {
28
+ "validation": {
29
+ "name": "validation",
30
+ "num_bytes": 44240123,
31
+ "num_examples": 3322,
32
+ "dataset_name": "codeparrot-ds-valid"
33
+ }
34
+ },
35
+ "version": {
36
+ "version_str": "0.0.0",
37
+ "major": 0,
38
+ "minor": 0,
39
+ "patch": 0
40
+ }
41
+ }
dneelay/tokenized_datasets_mini/valid/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "6b515fde2c0699cd",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "validation"
13
+ }