Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"_name_or_path": "Jiqing/ProtST-esm1b",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "Jiqing/ProtST-esm1b--configuration_protst.ProtSTConfig",
|
8 |
-
"AutoModel": "Jiqing/ProtST-esm1b--modeling_protst.
|
9 |
},
|
10 |
"model_type": "protst",
|
11 |
"protein_config": {
|
@@ -40,6 +40,7 @@
|
|
40 |
"model_type": "bert",
|
41 |
"sep_token_id": 3
|
42 |
},
|
|
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.36.2"
|
45 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "Jiqing/ProtST-esm1b",
|
3 |
"architectures": [
|
4 |
+
"ProtSTForProteinPropertyPrediction"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "Jiqing/ProtST-esm1b--configuration_protst.ProtSTConfig",
|
8 |
+
"AutoModel": "Jiqing/ProtST-esm1b--modeling_protst.ProtSTForProteinPropertyPrediction"
|
9 |
},
|
10 |
"model_type": "protst",
|
11 |
"protein_config": {
|
|
|
40 |
"model_type": "bert",
|
41 |
"sep_token_id": 3
|
42 |
},
|
43 |
+
"num_labels": 2,
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.36.2"
|
46 |
}
|