xinru0122 commited on
Commit
7e8225f
·
verified ·
1 Parent(s): 6e162bf

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,31 +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.47.1",
28
- "use_cache": true,
29
- "vocab_list": null,
30
- "vocab_size": 33
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.48.0",
28
+ "use_cache": true,
29
+ "vocab_list": null,
30
+ "vocab_size": 33
31
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c20b315ffbf3e404d34288f8f3f36602a6cf00ea445602f0c116871a7034728
3
  size 136000284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc332c227818783e3ea6dd233ae3c7c09b3cb2130bbd7504c66f95fae33ea0c3
3
  size 136000284
special_tokens_map.json CHANGED
@@ -1,7 +1,7 @@
1
- {
2
- "cls_token": "<cls>",
3
- "eos_token": "<eos>",
4
- "mask_token": "<mask>",
5
- "pad_token": "<pad>",
6
- "unk_token": "<unk>"
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 CHANGED
@@ -1,53 +1,53 @@
1
- {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "<cls>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "1": {
12
- "content": "<pad>",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "<eos>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "3": {
28
- "content": "<unk>",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "32": {
36
- "content": "<mask>",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "clean_up_tokenization_spaces": false,
45
- "cls_token": "<cls>",
46
- "eos_token": "<eos>",
47
- "extra_special_tokens": {},
48
- "mask_token": "<mask>",
49
- "model_max_length": 1000000000000000019884624838656,
50
- "pad_token": "<pad>",
51
- "tokenizer_class": "EsmTokenizer",
52
- "unk_token": "<unk>"
53
- }
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<cls>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<eos>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "32": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "<cls>",
46
+ "eos_token": "<eos>",
47
+ "extra_special_tokens": {},
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "tokenizer_class": "EsmTokenizer",
52
+ "unk_token": "<unk>"
53
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d0b5d9115222330eab4035631222377cbb78838d2b08158c540c0a948ad5b5b
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3b1852ca1034ccb715f9d779c347ff47c030931cbbb5f10818c558ff12a669
3
  size 5368
vocab.txt CHANGED
@@ -1,33 +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>
 
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>