bms18 commited on
Commit
73e8d56
·
verified ·
1 Parent(s): b807982

Training in progress, epoch 1

Browse files
Files changed (21) hide show
  1. README.md +62 -62
  2. config.json +37 -31
  3. model.safetensors +2 -2
  4. runs/Jul07_18-16-33_DESKTOP-M4AOP5S/events.out.tfevents.1720372703.DESKTOP-M4AOP5S.30900.0 +3 -0
  5. runs/Jul07_18-20-34_DESKTOP-M4AOP5S/events.out.tfevents.1720372839.DESKTOP-M4AOP5S.30900.1 +3 -0
  6. runs/Jul07_18-20-34_DESKTOP-M4AOP5S/events.out.tfevents.1720372997.DESKTOP-M4AOP5S.30900.2 +3 -0
  7. runs/Jul07_18-20-34_DESKTOP-M4AOP5S/events.out.tfevents.1720373105.DESKTOP-M4AOP5S.30900.3 +3 -0
  8. runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720373456.DESKTOP-M4AOP5S.20708.0 +3 -0
  9. runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720373549.DESKTOP-M4AOP5S.20708.1 +3 -0
  10. runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720373592.DESKTOP-M4AOP5S.20708.2 +3 -0
  11. runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720374675.DESKTOP-M4AOP5S.20708.3 +3 -0
  12. runs/Jul07_18-54-43_DESKTOP-M4AOP5S/events.out.tfevents.1720374891.DESKTOP-M4AOP5S.20708.4 +3 -0
  13. runs/Jul07_20-04-29_DESKTOP-M4AOP5S/events.out.tfevents.1720379072.DESKTOP-M4AOP5S.20708.5 +3 -0
  14. runs/Jul07_20-24-30_DESKTOP-M4AOP5S/events.out.tfevents.1720380271.DESKTOP-M4AOP5S.10404.0 +3 -0
  15. runs/Jul07_20-48-30_DESKTOP-M4AOP5S/events.out.tfevents.1720381712.DESKTOP-M4AOP5S.10404.1 +3 -0
  16. runs/Jul07_20-50-00_DESKTOP-M4AOP5S/events.out.tfevents.1720381802.DESKTOP-M4AOP5S.12816.0 +3 -0
  17. runs/Jul07_20-51-30_DESKTOP-M4AOP5S/events.out.tfevents.1720381893.DESKTOP-M4AOP5S.12816.1 +3 -0
  18. special_tokens_map.json +7 -7
  19. tokenizer_config.json +52 -52
  20. training_args.bin +1 -1
  21. vocab.txt +32 -32
README.md CHANGED
@@ -1,62 +1,62 @@
1
- ---
2
- license: mit
3
- base_model: facebook/esm2_t30_150M_UR50D
4
- tags:
5
- - generated_from_trainer
6
- metrics:
7
- - accuracy
8
- model-index:
9
- - name: model_checkpoint
10
- results: []
11
- ---
12
-
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # model_checkpoint
17
-
18
- This model is a fine-tuned version of [facebook/esm2_t30_150M_UR50D](https://huggingface.co/facebook/esm2_t30_150M_UR50D) on the None dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.3773
21
- - Accuracy: 0.8786
22
-
23
- ## Model description
24
-
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
-
35
- ## Training procedure
36
-
37
- ### Training hyperparameters
38
-
39
- The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
- - train_batch_size: 8
42
- - eval_batch_size: 8
43
- - seed: 42
44
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
- - lr_scheduler_type: linear
46
- - num_epochs: 3
47
-
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.4396 | 1.0 | 606 | 0.3541 | 0.8533 |
53
- | 0.3177 | 2.0 | 1212 | 0.3660 | 0.8656 |
54
- | 0.2331 | 3.0 | 1818 | 0.3773 | 0.8786 |
55
-
56
-
57
- ### Framework versions
58
-
59
- - Transformers 4.39.3
60
- - Pytorch 2.2.2+cpu
61
- - Datasets 2.18.0
62
- - Tokenizers 0.15.2
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/esm2_t30_150M_UR50D
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: model_checkpoint
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # model_checkpoint
17
+
18
+ This model is a fine-tuned version of [facebook/esm2_t30_150M_UR50D](https://huggingface.co/facebook/esm2_t30_150M_UR50D) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3773
21
+ - Accuracy: 0.8786
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.4396 | 1.0 | 606 | 0.3541 | 0.8533 |
53
+ | 0.3177 | 2.0 | 1212 | 0.3660 | 0.8656 |
54
+ | 0.2331 | 3.0 | 1818 | 0.3773 | 0.8786 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.39.3
60
+ - Pytorch 2.2.2+cpu
61
+ - Datasets 2.18.0
62
+ - Tokenizers 0.15.2
config.json CHANGED
@@ -1,31 +1,37 @@
1
- {
2
- "_name_or_path": "facebook/esm2_t30_150M_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": 640,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 2560,
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": 30,
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.39.3",
28
- "use_cache": true,
29
- "vocab_list": null,
30
- "vocab_size": 33
31
- }
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/esm2_t30_150M_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": 640,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 2560,
18
+ "is_folding_model": false,
19
+ "label2id": {
20
+ "LABEL_0": 0
21
+ },
22
+ "layer_norm_eps": 1e-05,
23
+ "mask_token_id": 32,
24
+ "max_position_embeddings": 1026,
25
+ "model_type": "esm",
26
+ "num_attention_heads": 20,
27
+ "num_hidden_layers": 30,
28
+ "pad_token_id": 1,
29
+ "position_embedding_type": "rotary",
30
+ "problem_type": "regression",
31
+ "token_dropout": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.39.3",
34
+ "use_cache": true,
35
+ "vocab_list": null,
36
+ "vocab_size": 33
37
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:688f53a6a7acb305622aecb5fcde771decc213957f93364abdc0d8a62d8d0e32
3
- size 595249204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecfe4b9dd725fe4797bb5096dbb5d9510be074cac88c66fa3f2814a8e721c279
3
+ size 595246640
runs/Jul07_18-16-33_DESKTOP-M4AOP5S/events.out.tfevents.1720372703.DESKTOP-M4AOP5S.30900.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47412c0d7a393135b735be9739162f1cda33b982a4e92d7ee23756a32d61345
3
+ size 4713
runs/Jul07_18-20-34_DESKTOP-M4AOP5S/events.out.tfevents.1720372839.DESKTOP-M4AOP5S.30900.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e736c4b54d8e983a70dda1ecff8477baeda3aa1185b99d2b9936174ea058836
3
+ size 4713
runs/Jul07_18-20-34_DESKTOP-M4AOP5S/events.out.tfevents.1720372997.DESKTOP-M4AOP5S.30900.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:776781645c3856882a4dc730f2039f71e8de09cba338ebe90070568a05b4723b
3
+ size 4713
runs/Jul07_18-20-34_DESKTOP-M4AOP5S/events.out.tfevents.1720373105.DESKTOP-M4AOP5S.30900.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3640175f4f313a1d4495d69cdf6ee422ba330c208ed671dc90e6827d3a00f52
3
+ size 4713
runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720373456.DESKTOP-M4AOP5S.20708.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6784b68ed142ba8d935993d95e303d34ee4751ed528f6410fa29963c80c3723f
3
+ size 4764
runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720373549.DESKTOP-M4AOP5S.20708.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4877c5035055907656959f965fb25d427340ac2de9622d4a92452ffdaf8db0c1
3
+ size 4796
runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720373592.DESKTOP-M4AOP5S.20708.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2c9465b8c8fa9439f33b1dd306671ef3729e69296ef84b7b9b2478f79bc212
3
+ size 4796
runs/Jul07_18-30-31_DESKTOP-M4AOP5S/events.out.tfevents.1720374675.DESKTOP-M4AOP5S.20708.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a5a5d4d5ae852abb149882d171110339e8154d55ba04e8a6787cabad921b16
3
+ size 4796
runs/Jul07_18-54-43_DESKTOP-M4AOP5S/events.out.tfevents.1720374891.DESKTOP-M4AOP5S.20708.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b28159762948ea8d9ccc452e8de016c90f37f2e3896b9c172f1b7e59e129b55
3
+ size 5082
runs/Jul07_20-04-29_DESKTOP-M4AOP5S/events.out.tfevents.1720379072.DESKTOP-M4AOP5S.20708.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5417695406fde3e37fec41c843f6ba77fa20de3736d47492bac73d991505b2
3
+ size 5082
runs/Jul07_20-24-30_DESKTOP-M4AOP5S/events.out.tfevents.1720380271.DESKTOP-M4AOP5S.10404.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7ec5d832c9bd4c149ef05d15728ece27d66017f15b87905f6169da09ac9de6
3
+ size 5082
runs/Jul07_20-48-30_DESKTOP-M4AOP5S/events.out.tfevents.1720381712.DESKTOP-M4AOP5S.10404.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:198b93fb56247781da47181d59a80c353f8438613b7068a4ddcbf47bf0ffa591
3
+ size 4805
runs/Jul07_20-50-00_DESKTOP-M4AOP5S/events.out.tfevents.1720381802.DESKTOP-M4AOP5S.12816.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ffcf66e5477f7fef7e503aba7c82e66036f52e32e145d052e9c39340bafa9f3
3
+ size 40
runs/Jul07_20-51-30_DESKTOP-M4AOP5S/events.out.tfevents.1720381893.DESKTOP-M4AOP5S.12816.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e40f2bed52a79e5125eef8fd8610c0d6756f1cb3e86f3719bf72568dfce54a17
3
+ size 5079
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,52 +1,52 @@
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": true,
45
- "cls_token": "<cls>",
46
- "eos_token": "<eos>",
47
- "mask_token": "<mask>",
48
- "model_max_length": 1000000000000000019884624838656,
49
- "pad_token": "<pad>",
50
- "tokenizer_class": "EsmTokenizer",
51
- "unk_token": "<unk>"
52
- }
 
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": true,
45
+ "cls_token": "<cls>",
46
+ "eos_token": "<eos>",
47
+ "mask_token": "<mask>",
48
+ "model_max_length": 1000000000000000019884624838656,
49
+ "pad_token": "<pad>",
50
+ "tokenizer_class": "EsmTokenizer",
51
+ "unk_token": "<unk>"
52
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df078d55b9fa5932312f649a531f7294b6a74c324c2bf10e80c54f9ddd22bc78
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f3a42d2ddd7d88edaa2bc44b7777b7dee639d39311eeb0fa212e11eb11cc15
3
  size 4920
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>