gonzih commited on
Commit
0567b9d
1 Parent(s): 1dd6d79

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/esm2_t12_35M_UR50D",
3
+ "architectures": [
4
+ "EsmForTokenClassification"
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
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 1920,
20
+ "is_folding_model": false,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "mask_token_id": 32,
28
+ "max_position_embeddings": 1026,
29
+ "model_type": "esm",
30
+ "num_attention_heads": 20,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 1,
33
+ "position_embedding_type": "rotary",
34
+ "token_dropout": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.25.1",
37
+ "use_cache": true,
38
+ "vocab_list": null,
39
+ "vocab_size": 33
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b2c497ee211681a65a862fad5a36ad4c52ff83fc7be0fa9e47ae6bfcfe9e88
3
+ size 135130651
runs/Dec04_17-39-37_3c24e9864987/1670175593.0556352/events.out.tfevents.1670175593.3c24e9864987.77.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34097023132af09e040f7a27ee7792956f68defa8690c140b886a84c0bb4f9d5
3
+ size 5603
runs/Dec04_17-39-37_3c24e9864987/events.out.tfevents.1670175593.3c24e9864987.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f67ccc9372ec02329a6520e86068033de5190b73e7eda8f7e818d838f82cd06
3
+ size 4423
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": "/root/.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:c62d58626d9a73b140ff28ae9df75346aa9ce6a8f6a5622fd1517725b2e52088
3
+ size 3439
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>