jacob8776 commited on
Commit
717aa02
1 Parent(s): f764452

Training in progress, step 30000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/esm2_t6_8M_UR50D",
3
+ "architectures": [
4
+ "EsmForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout": null,
8
+ "emb_layer_norm_before": false,
9
+ "esmfold_config": null,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 320,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10",
25
+ "11": "LABEL_11",
26
+ "12": "LABEL_12",
27
+ "13": "LABEL_13",
28
+ "14": "LABEL_14",
29
+ "15": "LABEL_15",
30
+ "16": "LABEL_16",
31
+ "17": "LABEL_17",
32
+ "18": "LABEL_18",
33
+ "19": "LABEL_19",
34
+ "20": "LABEL_20",
35
+ "21": "LABEL_21",
36
+ "22": "LABEL_22",
37
+ "23": "LABEL_23",
38
+ "24": "LABEL_24",
39
+ "25": "LABEL_25",
40
+ "26": "LABEL_26",
41
+ "27": "LABEL_27",
42
+ "28": "LABEL_28",
43
+ "29": "LABEL_29",
44
+ "30": "LABEL_30",
45
+ "31": "LABEL_31",
46
+ "32": "LABEL_32",
47
+ "33": "LABEL_33",
48
+ "34": "LABEL_34",
49
+ "35": "LABEL_35",
50
+ "36": "LABEL_36"
51
+ },
52
+ "initializer_range": 0.02,
53
+ "intermediate_size": 1280,
54
+ "is_folding_model": false,
55
+ "label2id": {
56
+ "LABEL_0": 0,
57
+ "LABEL_1": 1,
58
+ "LABEL_10": 10,
59
+ "LABEL_11": 11,
60
+ "LABEL_12": 12,
61
+ "LABEL_13": 13,
62
+ "LABEL_14": 14,
63
+ "LABEL_15": 15,
64
+ "LABEL_16": 16,
65
+ "LABEL_17": 17,
66
+ "LABEL_18": 18,
67
+ "LABEL_19": 19,
68
+ "LABEL_2": 2,
69
+ "LABEL_20": 20,
70
+ "LABEL_21": 21,
71
+ "LABEL_22": 22,
72
+ "LABEL_23": 23,
73
+ "LABEL_24": 24,
74
+ "LABEL_25": 25,
75
+ "LABEL_26": 26,
76
+ "LABEL_27": 27,
77
+ "LABEL_28": 28,
78
+ "LABEL_29": 29,
79
+ "LABEL_3": 3,
80
+ "LABEL_30": 30,
81
+ "LABEL_31": 31,
82
+ "LABEL_32": 32,
83
+ "LABEL_33": 33,
84
+ "LABEL_34": 34,
85
+ "LABEL_35": 35,
86
+ "LABEL_36": 36,
87
+ "LABEL_4": 4,
88
+ "LABEL_5": 5,
89
+ "LABEL_6": 6,
90
+ "LABEL_7": 7,
91
+ "LABEL_8": 8,
92
+ "LABEL_9": 9
93
+ },
94
+ "layer_norm_eps": 1e-05,
95
+ "mask_token_id": 32,
96
+ "max_position_embeddings": 1026,
97
+ "model_type": "esm",
98
+ "num_attention_heads": 20,
99
+ "num_hidden_layers": 6,
100
+ "pad_token_id": 1,
101
+ "position_embedding_type": "rotary",
102
+ "problem_type": "single_label_classification",
103
+ "token_dropout": true,
104
+ "torch_dtype": "float32",
105
+ "transformers_version": "4.31.0",
106
+ "use_cache": true,
107
+ "vocab_list": null,
108
+ "vocab_size": 33
109
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48fe97968b386c6df319c4bf324ac2a19064be247e4739ae2f524c7355d0dcdd
3
+ size 31445517
runs/Jul29_15-30-16_60f8c3bd910d/events.out.tfevents.1690644637.60f8c3bd910d.5893.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e3aa6ab93b8c52f901adfc75fb637486467c09d3ab0bbb890f57c8fd8818bc
3
+ size 4757205
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "<cls>",
3
+ "eos_token": "<eos>",
4
+ "mask_token": "<mask>",
5
+ "pad_token": "<pad>",
6
+ "unk_token": "<unk>"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 1024,
4
+ "tokenizer_class": "EsmTokenizer"
5
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1db8dd18e8f4a1590b83b47aca97054b0fe5361a93d6f13b94c8ca08cbddf14
3
+ size 3963
vocab.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <cls>
2
+ <pad>
3
+ <eos>
4
+ <unk>
5
+ L
6
+ A
7
+ G
8
+ V
9
+ S
10
+ E
11
+ R
12
+ T
13
+ I
14
+ D
15
+ P
16
+ K
17
+ Q
18
+ N
19
+ F
20
+ Y
21
+ M
22
+ H
23
+ W
24
+ C
25
+ X
26
+ B
27
+ U
28
+ Z
29
+ O
30
+ .
31
+ -
32
+ <null_1>
33
+ <mask>