sureshnam9
commited on
Commit
•
81cdda3
1
Parent(s):
e5a922d
Training in progress, epoch 1
Browse files- config.json +11 -2
- pytorch_model.bin +2 -2
- runs/Jan02_21-26-07_sc09clx01-hls/events.out.tfevents.1672694780.sc09clx01-hls.3023.0 +2 -2
- runs/Jan02_22-24-51_sc09clx01-hls/1672698341.1822703/events.out.tfevents.1672698341.sc09clx01-hls.30196.1 +3 -0
- runs/Jan02_22-24-51_sc09clx01-hls/events.out.tfevents.1672698341.sc09clx01-hls.30196.0 +3 -0
- runs/Jan02_22-33-18_sc09clx01-hls/1672698853.4908001/events.out.tfevents.1672698853.sc09clx01-hls.34412.1 +3 -0
- runs/Jan02_22-33-18_sc09clx01-hls/events.out.tfevents.1672698853.sc09clx01-hls.34412.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/esm2_t12_35M_UR50D",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout": null,
|
@@ -10,9 +10,19 @@
|
|
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,
|
@@ -21,7 +31,6 @@
|
|
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.25.1",
|
|
|
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,
|
|
|
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,
|
|
|
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",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:037147b693afb7cbfe92c4e5085ad7d834ea9d0a5c55743cfd6ba1211b1fae27
|
3 |
+
size 135129497
|
runs/Jan02_21-26-07_sc09clx01-hls/events.out.tfevents.1672694780.sc09clx01-hls.3023.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b70473807a38c469381415d3ea92bc2862407bea084a18464d9c7e0fc11ab9cb
|
3 |
+
size 5144
|
runs/Jan02_22-24-51_sc09clx01-hls/1672698341.1822703/events.out.tfevents.1672698341.sc09clx01-hls.30196.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b165f820db33c65d774ea0551fd05f1940fe4af665a6052be0e748ad68c296ab
|
3 |
+
size 5808
|
runs/Jan02_22-24-51_sc09clx01-hls/events.out.tfevents.1672698341.sc09clx01-hls.30196.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc190284c33ea3a7cd5bf94b443a815ea1656c88c24984942692787bb6f0ebbf
|
3 |
+
size 4205
|
runs/Jan02_22-33-18_sc09clx01-hls/1672698853.4908001/events.out.tfevents.1672698853.sc09clx01-hls.34412.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfdc2cf17e0948cb466a8aa7d5f161ff492b9a955d58f80689c7a08cecc5ad84
|
3 |
+
size 5808
|
runs/Jan02_22-33-18_sc09clx01-hls/events.out.tfevents.1672698853.sc09clx01-hls.34412.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3efe150c541a2f8fa4b463709edf79a03ee886f55eb3b2ba50bf42eb97d03f9
|
3 |
+
size 4736
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3643
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9741301ee1d70561e081ba45533c31a3a62cf125680d6d28b978507798bbb38d
|
3 |
size 3643
|