YitaoLiu commited on
Commit
1f398e0
·
1 Parent(s): 4274d32

Upload folder using huggingface_hub

Browse files
data/JavaScript/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e92ed9784adc69a33c18da2029d1695a80ab04709a8cec10b7c42225882b9f
3
+ size 5378128
data/JavaScript/dataset_info.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_size": 583278438,
6
+ "description": "",
7
+ "download_checksums": {
8
+ "/home2/datasets/xlang_pretraining_data/preprocessed_new_data/JavaScript/train-00000-of-00002.parquet": {
9
+ "num_bytes": 87061283,
10
+ "checksum": null
11
+ },
12
+ "/home2/datasets/xlang_pretraining_data/preprocessed_new_data/JavaScript/train-00001-of-00002.parquet": {
13
+ "num_bytes": 102242515,
14
+ "checksum": null
15
+ }
16
+ },
17
+ "download_size": 189303798,
18
+ "features": {
19
+ "ext": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "lang": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "max_stars_repo_path": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "max_stars_repo_name": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "max_stars_count": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "content": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ }
43
+ },
44
+ "homepage": "",
45
+ "license": "",
46
+ "size_in_bytes": 772582236,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 583278438,
51
+ "num_examples": 126332,
52
+ "shard_lengths": [
53
+ 113166,
54
+ 13166
55
+ ],
56
+ "dataset_name": "parquet"
57
+ }
58
+ },
59
+ "version": {
60
+ "version_str": "0.0.0",
61
+ "major": 0,
62
+ "minor": 0,
63
+ "patch": 0
64
+ }
65
+ }
data/JavaScript/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8548053850c0ce75",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }