Darren628 commited on
Commit
d3301d0
1 Parent(s): 85c37fb

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.26.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:e9ad1700c5a049dba917c784a5b766a8814cd21ac6522ab7cb6ce7a62583de02
3
+ size 136053289
runs/Mar09_13-34-24_Darrens-MacBook-Pro-2.local/1678340318.406645/events.out.tfevents.1678340318.Darrens-MacBook-Pro-2.local.26185.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed169fbbd3b73e48ed7d0ae0cb65d1073103f84fcd2d250901c9c6a7d80f3ea
3
+ size 5830
runs/Mar09_13-34-24_Darrens-MacBook-Pro-2.local/events.out.tfevents.1678340318.Darrens-MacBook-Pro-2.local.26185.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0feefa51dedfdc36a27a256d63d5df46a9307d130f9a29e1913f38b14d607af2
3
+ size 4099
runs/Mar09_13-40-17_Darrens-MacBook-Pro-2.local/1678340433.1294038/events.out.tfevents.1678340433.Darrens-MacBook-Pro-2.local.26985.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88fcaccc08019e2abefb2b7cebba88205780adc4813dd1ee2bf569967096d74
3
+ size 5830
runs/Mar09_13-40-17_Darrens-MacBook-Pro-2.local/1678340565.9192781/events.out.tfevents.1678340565.Darrens-MacBook-Pro-2.local.26985.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ae80c9b4b88d33a541ed2a782f6b96e444967a30f7b0428129f20abae2c613
3
+ size 5830
runs/Mar09_13-40-17_Darrens-MacBook-Pro-2.local/events.out.tfevents.1678340433.Darrens-MacBook-Pro-2.local.26985.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4fecf3eade5ad04f9c402ed91f6ad83f11e4084074c41873b11389a0ae9f7be
3
+ size 8110
runs/Mar09_13-43-33_Darrens-MacBook-Pro-2.local/1678340635.067461/events.out.tfevents.1678340635.Darrens-MacBook-Pro-2.local.26985.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b2f1f846291ab72718879a5f4ae5ede42a7f5c929076cd38bd8a00e13ee3f3
3
+ size 5830
runs/Mar09_13-43-33_Darrens-MacBook-Pro-2.local/events.out.tfevents.1678340635.Darrens-MacBook-Pro-2.local.26985.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9516ee3ae721a6c17f18dd1b671572f6d3b220013242c611bdc375e343af4953
3
+ size 4422
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,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 1024,
3
+ "name_or_path": "facebook/esm2_t12_35M_UR50D",
4
+ "special_tokens_map_file": "/Users/Zhizeng/.cache/huggingface/hub/models--facebook--esm2_t12_35M_UR50D/snapshots/7dd6b696c98c7054931280ec0e47504dc764d7ca/special_tokens_map.json",
5
+ "tokenizer_class": "EsmTokenizer"
6
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe2d7bdd5f2ba548cb6f1b570b7071026e0d50d7a95f174904e4bacea1d8e50e
3
+ size 3579
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>