Trained model
Browse files- README.md +66 -0
- config.json +31 -0
- model.safetensors +3 -0
- runs/Jun10_04-57-53_cee03bb6b85e/events.out.tfevents.1717995483.cee03bb6b85e.2624.0 +3 -0
- runs/Jun10_04-57-53_cee03bb6b85e/events.out.tfevents.1717995527.cee03bb6b85e.2624.1 +3 -0
- runs/Jun10_05-06-27_cee03bb6b85e/events.out.tfevents.1717995988.cee03bb6b85e.2624.2 +3 -0
- runs/Jun10_05-06-27_cee03bb6b85e/events.out.tfevents.1717996015.cee03bb6b85e.2624.3 +3 -0
- runs/Jun10_05-09-25_cee03bb6b85e/events.out.tfevents.1717996165.cee03bb6b85e.2624.4 +3 -0
- runs/Jun10_05-09-25_cee03bb6b85e/events.out.tfevents.1717996203.cee03bb6b85e.2624.5 +3 -0
- runs/Jun10_05-10-58_cee03bb6b85e/events.out.tfevents.1717996259.cee03bb6b85e.2624.6 +3 -0
- runs/Jun10_05-10-58_cee03bb6b85e/events.out.tfevents.1717996283.cee03bb6b85e.2624.7 +3 -0
- runs/Jun10_05-11-55_cee03bb6b85e/events.out.tfevents.1717996315.cee03bb6b85e.2624.8 +3 -0
- runs/Jun10_05-11-55_cee03bb6b85e/events.out.tfevents.1717996338.cee03bb6b85e.2624.9 +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +52 -0
- training_args.bin +3 -0
- vocab.txt +33 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: facebook/esm2_t6_8M_UR50D
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: test-trainer
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# test-trainer
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1862
|
24 |
+
- Accuracy: 0.9581
|
25 |
+
- F1: 0.9576
|
26 |
+
- Precision: 0.9753
|
27 |
+
- Recall: 0.9405
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 7e-05
|
47 |
+
- train_batch_size: 24
|
48 |
+
- eval_batch_size: 24
|
49 |
+
- seed: 42
|
50 |
+
- gradient_accumulation_steps: 2
|
51 |
+
- total_train_batch_size: 48
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- lr_scheduler_warmup_ratio: 0.5
|
55 |
+
- num_epochs: 24
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.41.2
|
64 |
+
- Pytorch 2.3.1+cu121
|
65 |
+
- Datasets 2.19.2
|
66 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/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.41.2",
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_list": null,
|
30 |
+
"vocab_size": 33
|
31 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a899d688920606725c6315243a93f227c16e9aa441ce09ae5f978cbe08cfa7e
|
3 |
+
size 31375788
|
runs/Jun10_04-57-53_cee03bb6b85e/events.out.tfevents.1717995483.cee03bb6b85e.2624.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eef40b845548e70440c7a76aefeb6aefb48dc729fe1da4bcdf070367f87c1fc7
|
3 |
+
size 40465
|
runs/Jun10_04-57-53_cee03bb6b85e/events.out.tfevents.1717995527.cee03bb6b85e.2624.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd75905d1cf0d6254be68112c3174689dbd10897cd9a9c6bf167714620ca7127
|
3 |
+
size 359
|
runs/Jun10_05-06-27_cee03bb6b85e/events.out.tfevents.1717995988.cee03bb6b85e.2624.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c94712c32e964eb8198b71b8abfb576d2d076d392323a0900df3426b4ccba525
|
3 |
+
size 40465
|
runs/Jun10_05-06-27_cee03bb6b85e/events.out.tfevents.1717996015.cee03bb6b85e.2624.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52197a7717d779205c9e618b952408989d88bb375597275c88ba4ea267d45f7a
|
3 |
+
size 1032
|
runs/Jun10_05-09-25_cee03bb6b85e/events.out.tfevents.1717996165.cee03bb6b85e.2624.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7e55424f5b27c5963829bcd093add39e6f4c9f0d01cf07a47176fbe3b36c94c
|
3 |
+
size 58189
|
runs/Jun10_05-09-25_cee03bb6b85e/events.out.tfevents.1717996203.cee03bb6b85e.2624.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a9a1a6f189949e2d2430319f2670397782f3cb3d2bb019a34372496c667fad4
|
3 |
+
size 560
|
runs/Jun10_05-10-58_cee03bb6b85e/events.out.tfevents.1717996259.cee03bb6b85e.2624.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1142beb14dc366d050eb32f351457d7e03d531191c4db1ed80715ade7567344
|
3 |
+
size 40465
|
runs/Jun10_05-10-58_cee03bb6b85e/events.out.tfevents.1717996283.cee03bb6b85e.2624.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fe1e1554ad9913a367d5dfe1bf1e487a18cdf937339daaa743a05766e4da284
|
3 |
+
size 560
|
runs/Jun10_05-11-55_cee03bb6b85e/events.out.tfevents.1717996315.cee03bb6b85e.2624.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07f400c14612fa550fac64f754d54f6b3d3241d9baa769706afee60f80ce8c2d
|
3 |
+
size 40465
|
runs/Jun10_05-11-55_cee03bb6b85e/events.out.tfevents.1717996338.cee03bb6b85e.2624.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01b29fbf0e1cf07ad8005c39aade5abd61d5e593ef3d9bff00b91d42f0b2fa62
|
3 |
+
size 1032
|
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,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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87e69714cf993cd4bbae52fb88c99a38d6dd712db2a6f0309afe3dfc2dee3595
|
3 |
+
size 5112
|
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>
|