VivienTang commited on
Commit
77ab155
1 Parent(s): cadf507

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": "/lustre/grp/wwslab/tangw/Projects/new_Cas/esm/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
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1280,
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": 6,
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.25.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:38b21fb98c637418a486bfdc1667fc5d08f4063e85f612d5e7dcdfcb647fa97a
3
+ size 31406473
runs/Dec07_13-54-32_impetus/1670392521.7550044/events.out.tfevents.1670392521.impetus ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9c5342fe252bb9741d31b745e9d169c2be36b558f6a917abfaf9bceab8601c
3
+ size 5326
runs/Dec07_13-54-32_impetus/events.out.tfevents.1670392521.impetus ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4af18e723ac5b7743017b6052e08177d33bbfb35202f4c943dbb4ffdc2ed848a
3
+ size 3946
runs/Dec08_10-33-48_impetus/1670466836.39505/events.out.tfevents.1670466836.impetus ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93efbf90b2f7a82869cbd0f5d721adc54c7a671f7f43fd974c36a48f1528d45
3
+ size 5326
runs/Dec08_10-33-48_impetus/events.out.tfevents.1670466836.impetus ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce2aba6e0d75311746d561de485a1ba62da3f55977ec4167b4976e82de159f1
3
+ size 3946
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": 1000000000000000019884624838656,
3
+ "name_or_path": "/lustre/grp/wwslab/tangw/Projects/new_Cas/esm/esm2_t6_8M_UR50D",
4
+ "special_tokens_map_file": "/lustre/grp/wwslab/tangw/Projects/new_Cas/esm/esm2_t6_8M_UR50D/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:bdaa1059aa17f184f7377d9253024c5ac8a5b1cdca484a9d8ca86edcd966df88
3
+ size 3451
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>