elodiesune
commited on
Upload EsmForSequenceClassification
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/
|
3 |
"architectures": [
|
4 |
"EsmForSequenceClassification"
|
5 |
],
|
@@ -9,12 +9,12 @@
|
|
9 |
"esmfold_config": null,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.0,
|
12 |
-
"hidden_size":
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
-
"intermediate_size":
|
18 |
"is_folding_model": false,
|
19 |
"label2id": {
|
20 |
"LABEL_0": 0
|
@@ -24,7 +24,7 @@
|
|
24 |
"max_position_embeddings": 1026,
|
25 |
"model_type": "esm",
|
26 |
"num_attention_heads": 20,
|
27 |
-
"num_hidden_layers":
|
28 |
"pad_token_id": 1,
|
29 |
"position_embedding_type": "rotary",
|
30 |
"problem_type": "regression",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/esm2_t33_650M_UR50D",
|
3 |
"architectures": [
|
4 |
"EsmForSequenceClassification"
|
5 |
],
|
|
|
9 |
"esmfold_config": null,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.0,
|
12 |
+
"hidden_size": 1280,
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 5120,
|
18 |
"is_folding_model": false,
|
19 |
"label2id": {
|
20 |
"LABEL_0": 0
|
|
|
24 |
"max_position_embeddings": 1026,
|
25 |
"model_type": "esm",
|
26 |
"num_attention_heads": 20,
|
27 |
+
"num_hidden_layers": 33,
|
28 |
"pad_token_id": 1,
|
29 |
"position_embedding_type": "rotary",
|
30 |
"problem_type": "regression",
|