Jiqing commited on
Commit
09326a0
1 Parent(s): f3e5b30

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "_name_or_path": "Jiqing/ProtST-esm1b",
3
  "architectures": [
4
- "ProtSTModel"
5
  ],
6
  "auto_map": {
7
  "AutoConfig": "Jiqing/ProtST-esm1b--configuration_protst.ProtSTConfig",
8
- "AutoModel": "Jiqing/ProtST-esm1b--modeling_protst.ProtSTModel"
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
  }