AE-data commited on
Commit
a01220c
·
verified ·
1 Parent(s): 65c67ff

Upload code/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. code/metadata.json +96 -0
code/metadata.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "code-lisp": {
3
+ "train": {
4
+ "total_tokens": 1657444518,
5
+ "num_shards": 2,
6
+ "shard_files": [
7
+ "code-lisp_train_000.bin",
8
+ "code-lisp_train_001.bin"
9
+ ]
10
+ },
11
+ "test": {
12
+ "total_tokens": 18066770,
13
+ "num_shards": 2,
14
+ "shard_files": [
15
+ "code-lisp_test_000.bin",
16
+ "code-lisp_test_001.bin"
17
+ ]
18
+ }
19
+ },
20
+ "code-other": {
21
+ "train": {
22
+ "total_tokens": 25339572358,
23
+ "num_shards": 25,
24
+ "shard_files": [
25
+ "code-other_train_000.bin",
26
+ "code-other_train_001.bin",
27
+ "code-other_train_002.bin",
28
+ "code-other_train_003.bin",
29
+ "code-other_train_004.bin",
30
+ "code-other_train_005.bin",
31
+ "code-other_train_006.bin",
32
+ "code-other_train_007.bin",
33
+ "code-other_train_008.bin",
34
+ "code-other_train_009.bin",
35
+ "code-other_train_010.bin",
36
+ "code-other_train_011.bin",
37
+ "code-other_train_012.bin",
38
+ "code-other_train_013.bin",
39
+ "code-other_train_014.bin",
40
+ "code-other_train_015.bin",
41
+ "code-other_train_016.bin",
42
+ "code-other_train_017.bin",
43
+ "code-other_train_018.bin",
44
+ "code-other_train_019.bin",
45
+ "code-other_train_020.bin",
46
+ "code-other_train_021.bin",
47
+ "code-other_train_022.bin",
48
+ "code-other_train_023.bin",
49
+ "code-other_train_024.bin"
50
+ ]
51
+ },
52
+ "test": {
53
+ "total_tokens": 254029201,
54
+ "num_shards": 25,
55
+ "shard_files": [
56
+ "code-other_test_000.bin",
57
+ "code-other_test_001.bin",
58
+ "code-other_test_002.bin",
59
+ "code-other_test_003.bin",
60
+ "code-other_test_004.bin",
61
+ "code-other_test_005.bin",
62
+ "code-other_test_006.bin",
63
+ "code-other_test_007.bin",
64
+ "code-other_test_008.bin",
65
+ "code-other_test_009.bin",
66
+ "code-other_test_010.bin",
67
+ "code-other_test_011.bin",
68
+ "code-other_test_012.bin",
69
+ "code-other_test_013.bin",
70
+ "code-other_test_014.bin",
71
+ "code-other_test_015.bin",
72
+ "code-other_test_016.bin",
73
+ "code-other_test_017.bin",
74
+ "code-other_test_018.bin",
75
+ "code-other_test_019.bin",
76
+ "code-other_test_020.bin",
77
+ "code-other_test_021.bin",
78
+ "code-other_test_022.bin",
79
+ "code-other_test_023.bin",
80
+ "code-other_test_024.bin"
81
+ ]
82
+ }
83
+ },
84
+ "all": {
85
+ "total_tokens_train": 26997016876,
86
+ "total_tokens_test": 272095971,
87
+ "tokenizer": "EleutherAI/gpt-neo-125M",
88
+ "labels": [
89
+ "code-lisp",
90
+ "code-other"
91
+ ],
92
+ "lisp_token_budget": 1000000000,
93
+ "other_token_budget": 24000000000,
94
+ "total_examples_consumed": 31000000
95
+ }
96
+ }