Jameszhiwei
commited on
Commit
•
cd33f23
1
Parent(s):
ce6a0d8
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +52 -0
- pytorch_model.bin +3 -0
- runs/Apr22_06-27-57_e015d04f823f/1682144891.222808/events.out.tfevents.1682144891.e015d04f823f.925.1 +3 -0
- runs/Apr22_06-27-57_e015d04f823f/events.out.tfevents.1682144891.e015d04f823f.925.0 +3 -0
- runs/Apr22_06-50-57_e015d04f823f/1682146268.5265334/events.out.tfevents.1682146268.e015d04f823f.925.3 +3 -0
- runs/Apr22_06-50-57_e015d04f823f/events.out.tfevents.1682146268.e015d04f823f.925.2 +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +5 -0
- training_args.bin +3 -0
- vocab.txt +33 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/esm2_t30_150M_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": 640,
|
13 |
+
"id2label": {
|
14 |
+
"0": "LABEL_0",
|
15 |
+
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2",
|
17 |
+
"3": "LABEL_3",
|
18 |
+
"4": "LABEL_4",
|
19 |
+
"5": "LABEL_5",
|
20 |
+
"6": "LABEL_6",
|
21 |
+
"7": "LABEL_7",
|
22 |
+
"8": "LABEL_8"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 2560,
|
26 |
+
"is_folding_model": false,
|
27 |
+
"label2id": {
|
28 |
+
"LABEL_0": 0,
|
29 |
+
"LABEL_1": 1,
|
30 |
+
"LABEL_2": 2,
|
31 |
+
"LABEL_3": 3,
|
32 |
+
"LABEL_4": 4,
|
33 |
+
"LABEL_5": 5,
|
34 |
+
"LABEL_6": 6,
|
35 |
+
"LABEL_7": 7,
|
36 |
+
"LABEL_8": 8
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-05,
|
39 |
+
"mask_token_id": 32,
|
40 |
+
"max_position_embeddings": 1026,
|
41 |
+
"model_type": "esm",
|
42 |
+
"num_attention_heads": 20,
|
43 |
+
"num_hidden_layers": 30,
|
44 |
+
"pad_token_id": 1,
|
45 |
+
"position_embedding_type": "rotary",
|
46 |
+
"token_dropout": true,
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.28.1",
|
49 |
+
"use_cache": true,
|
50 |
+
"vocab_list": null,
|
51 |
+
"vocab_size": 33
|
52 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2b1e35072c1c44e948aacf348326b011de7732008ea85dafe844fc80010aea7
|
3 |
+
size 593750825
|
runs/Apr22_06-27-57_e015d04f823f/1682144891.222808/events.out.tfevents.1682144891.e015d04f823f.925.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:134e5743ce1792adf9e957ba6d6d8733c16ffa733a7ad3f4237b232accc8a0bd
|
3 |
+
size 5973
|
runs/Apr22_06-27-57_e015d04f823f/events.out.tfevents.1682144891.e015d04f823f.925.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8884b172044b2145b9fbe835b0b864094ee762574f836c4d836271cc34c8b46
|
3 |
+
size 4760
|
runs/Apr22_06-50-57_e015d04f823f/1682146268.5265334/events.out.tfevents.1682146268.e015d04f823f.925.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89830f40cecce4d057073542765254f7d6b6c0efc649b4a420b78ed757b582ac
|
3 |
+
size 5973
|
runs/Apr22_06-50-57_e015d04f823f/events.out.tfevents.1682146268.e015d04f823f.925.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:801e348bb94667ce6c8dd6e01fa20a436d622effd1b19fdb6b733aee167e8c19
|
3 |
+
size 4920
|
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,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"model_max_length": 1000000000000000019884624838656,
|
4 |
+
"tokenizer_class": "EsmTokenizer"
|
5 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68f5667509face0f9ebfeb335d478e5bc48f3575e1d3e00ad5e4e7bea38b6b4b
|
3 |
+
size 3643
|
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>
|