tgueloglu commited on
Commit
7d98fd1
·
verified ·
1 Parent(s): 7ea268b

Upload folder using huggingface_hub

Browse files
cafa6_processed_propagated/artifacts/go_tokenizer.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:786939cde9bfc4dd8b1a118b0c7ee5c502ba03aaee249a5bb9917fcca38ab5a5
3
+ size 432119
cafa6_processed_propagated/artifacts/limited_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
cafa6_processed_propagated/artifacts/organism_mapper.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb750c641124448d6e6b0316e4187693ed5ae52a26e02bc1f8d5e9066a85d705
3
+ size 2963
cafa6_processed_propagated/artifacts/tokenizer_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 18038,
3
+ "pad_token_id": 0,
4
+ "mf_start_token_id": 1,
5
+ "mf_end_token_id": 2,
6
+ "bp_start_token_id": 3,
7
+ "bp_end_token_id": 4,
8
+ "cc_start_token_id": 5,
9
+ "cc_end_token_id": 6,
10
+ "organism_vocab_size": 201,
11
+ "embed_model_type": "esm2",
12
+ "max_protein_length": 1024,
13
+ "vocab_config": {
14
+ "MF": {
15
+ "method": "min_freq",
16
+ "value": 5
17
+ },
18
+ "BP": {
19
+ "method": "min_freq",
20
+ "value": 5
21
+ },
22
+ "CC": {
23
+ "method": "min_freq",
24
+ "value": 5
25
+ }
26
+ },
27
+ "vocab_stats": {
28
+ "MF": {
29
+ "method": "min_freq",
30
+ "threshold": 5,
31
+ "selected": 3374,
32
+ "freq_range": [
33
+ 5,
34
+ 55144
35
+ ],
36
+ "total_terms": 6885
37
+ },
38
+ "BP": {
39
+ "method": "min_freq",
40
+ "threshold": 5,
41
+ "selected": 12864,
42
+ "freq_range": [
43
+ 5,
44
+ 56931
45
+ ],
46
+ "total_terms": 19670
47
+ },
48
+ "CC": {
49
+ "method": "min_freq",
50
+ "threshold": 5,
51
+ "selected": 1793,
52
+ "freq_range": [
53
+ 5,
54
+ 57326
55
+ ],
56
+ "total_terms": 2820
57
+ }
58
+ }
59
+ }
cafa6_processed_propagated/dataset/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation"]}
cafa6_processed_propagated/dataset/train/data-00000-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d567d58cfdfd2bb880d7090fdfe9348ca362d8d0baf575b09a25033be5f81843
3
+ size 366829560
cafa6_processed_propagated/dataset/train/data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75c9e87519f7a4d6b81e87ded20867a21654a5001555a02be72c79768289df9
3
+ size 401100872
cafa6_processed_propagated/dataset/train/data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4229bb48504ee0c8f32634190caa9f709e73116adabf58749997a6eec6c8af84
3
+ size 397066312
cafa6_processed_propagated/dataset/train/data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19410da90390d1b98cb641680bd2179531eb57b4d60118781c2da19c9857f85
3
+ size 369840992
cafa6_processed_propagated/dataset/train/dataset_info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "aspect": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "filtered_count": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "go_terms": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "List"
19
+ },
20
+ "organism": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "original_count": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "protein_id": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "sequence": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "protein_tokens": {
37
+ "feature": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ },
41
+ "_type": "List"
42
+ },
43
+ "protein_mask": {
44
+ "feature": {
45
+ "dtype": "int64",
46
+ "_type": "Value"
47
+ },
48
+ "_type": "List"
49
+ },
50
+ "go_input_tokens": {
51
+ "feature": {
52
+ "dtype": "int64",
53
+ "_type": "Value"
54
+ },
55
+ "_type": "List"
56
+ },
57
+ "go_targets": {
58
+ "feature": {
59
+ "dtype": "int64",
60
+ "_type": "Value"
61
+ },
62
+ "_type": "List"
63
+ },
64
+ "organism_id": {
65
+ "dtype": "int64",
66
+ "_type": "Value"
67
+ },
68
+ "organism_name": {
69
+ "dtype": "string",
70
+ "_type": "Value"
71
+ },
72
+ "num_go_terms": {
73
+ "dtype": "int64",
74
+ "_type": "Value"
75
+ },
76
+ "protein_length": {
77
+ "dtype": "int64",
78
+ "_type": "Value"
79
+ }
80
+ },
81
+ "homepage": "",
82
+ "license": ""
83
+ }
cafa6_processed_propagated/dataset/train/state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00004.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00004.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00004.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00004.arrow"
14
+ }
15
+ ],
16
+ "_fingerprint": "5ca16d7dbc862497",
17
+ "_format_columns": null,
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }
cafa6_processed_propagated/dataset/validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b785914b2927f5efc28e29bdcf2bd5dc1ef5db4b118843526040f0b9d2db57d2
3
+ size 82641320
cafa6_processed_propagated/dataset/validation/dataset_info.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "aspect": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "filtered_count": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "go_terms": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "List"
19
+ },
20
+ "go_terms_list": {
21
+ "feature": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "List"
26
+ },
27
+ "organism": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "original_count": {
32
+ "dtype": "int64",
33
+ "_type": "Value"
34
+ },
35
+ "protein_id": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "sequence": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "protein_tokens": {
44
+ "feature": {
45
+ "dtype": "int64",
46
+ "_type": "Value"
47
+ },
48
+ "_type": "List"
49
+ },
50
+ "protein_mask": {
51
+ "feature": {
52
+ "dtype": "int64",
53
+ "_type": "Value"
54
+ },
55
+ "_type": "List"
56
+ },
57
+ "go_input_tokens": {
58
+ "feature": {
59
+ "dtype": "int64",
60
+ "_type": "Value"
61
+ },
62
+ "_type": "List"
63
+ },
64
+ "go_targets": {
65
+ "feature": {
66
+ "dtype": "int64",
67
+ "_type": "Value"
68
+ },
69
+ "_type": "List"
70
+ },
71
+ "organism_id": {
72
+ "dtype": "int64",
73
+ "_type": "Value"
74
+ },
75
+ "organism_name": {
76
+ "dtype": "string",
77
+ "_type": "Value"
78
+ },
79
+ "num_go_terms": {
80
+ "dtype": "int64",
81
+ "_type": "Value"
82
+ },
83
+ "protein_length": {
84
+ "dtype": "int64",
85
+ "_type": "Value"
86
+ }
87
+ },
88
+ "homepage": "",
89
+ "license": ""
90
+ }
cafa6_processed_propagated/dataset/validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b63ff30f8a97e7c7",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
cafa6_processed_propagated/preprocess_config.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 42
2
+ hf_dataset_name: /home/guloglut/scratch/gogpt_data/
3
+ hf_dataset_config: null
4
+ embed_model_path: facebook/esm2_t36_3B_UR50D
5
+ embed_model_type: esm2
6
+ vocab_limits:
7
+ mf:
8
+ method: min_freq
9
+ value: 5
10
+ bp:
11
+ method: min_freq
12
+ value: 5
13
+ cc:
14
+ method: min_freq
15
+ value: 5
16
+ top_n_organisms: 200
17
+ max_go_terms: 500
18
+ num_proc: 32
19
+ output_dir: artifacts/preprocessed
20
+ dataset_name: cafa6_processed_propagated