frankhyihe commited on
Commit
1189cec
·
1 Parent(s): c5afaba

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/esm2_t12_35M_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": 480,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1920,
15
+ "is_folding_model": false,
16
+ "layer_norm_eps": 1e-05,
17
+ "mask_token_id": 32,
18
+ "max_position_embeddings": 1026,
19
+ "model_type": "esm",
20
+ "num_attention_heads": 20,
21
+ "num_hidden_layers": 12,
22
+ "pad_token_id": 1,
23
+ "position_embedding_type": "rotary",
24
+ "problem_type": "single_label_classification",
25
+ "token_dropout": true,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.28.1",
28
+ "use_cache": true,
29
+ "vocab_list": null,
30
+ "vocab_size": 33
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf6dc66238629dd1541fe50f8c2a1f4c76e1ce011a2a27704dac52ca662d30d
3
+ size 136056297
runs/May01_18-49-04_e36f2c41b1f5/1682966982.0415142/events.out.tfevents.1682966982.e36f2c41b1f5.2823.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0664778e7cdeae9d5b176756b685f0d62fafeac17184de47345b2251be2fdcb
3
+ size 5949
runs/May01_18-49-04_e36f2c41b1f5/events.out.tfevents.1682966982.e36f2c41b1f5.2823.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b201b935c7ed7eaaedd745f6aa0bd3ec47cbaefd35cbf02f944bb3d581408464
3
+ size 4193
runs/May01_18-50-36_e36f2c41b1f5/1682967048.3248687/events.out.tfevents.1682967048.e36f2c41b1f5.2823.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec908d376a21fdf189813d0b02e8b573360135630043b110278cb490ccf8542
3
+ size 5949
runs/May01_18-50-36_e36f2c41b1f5/events.out.tfevents.1682967048.e36f2c41b1f5.2823.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff83024b9013dd4c2407951e7ba77078c51996bc8b54d8e0e4a16677a2700031
3
+ size 4244
runs/May01_18-51-08_e36f2c41b1f5/1682967081.8789265/events.out.tfevents.1682967081.e36f2c41b1f5.2823.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b45703de9367ccad7f9fa81813330416389478f70741deb69ca7eb62a1f8ef
3
+ size 5949
runs/May01_18-51-08_e36f2c41b1f5/events.out.tfevents.1682967081.e36f2c41b1f5.2823.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:522be06c1f766619edfed869ea4e4a702e0e23d53bdda88c126f57740b9c8cb6
3
+ size 4242
runs/May01_18-53-57_e36f2c41b1f5/1682967270.3125896/events.out.tfevents.1682967270.e36f2c41b1f5.2823.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0ac2b43f46dbe41d5feee41b4a66c6bcb48525453266b8b732e605c879f9709
3
+ size 5949
runs/May01_18-53-57_e36f2c41b1f5/events.out.tfevents.1682967270.e36f2c41b1f5.2823.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f3e03e995dbc27c5821c2c1bde1f9fe4fb3f932d93269ca262219005b83219
3
+ size 10982
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:029f8acaff4dcbb298a8a65012927a1f9ab89a410c14d4ff87ad72310ed844aa
3
+ size 3643
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>