lhallee commited on
Commit
8e3f780
·
verified ·
1 Parent(s): e354882

Upload ESMplusplusForMaskedLM

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -11,13 +11,13 @@
11
  "AutoModelForTokenClassification": "modeling_esm_plusplus.ESMplusplusForTokenClassification"
12
  },
13
  "dropout": 0.0,
 
14
  "hidden_size": 1152,
15
  "initializer_range": 0.02,
16
  "model_type": "ESMplusplus",
17
  "num_attention_heads": 18,
18
  "num_hidden_layers": 36,
19
  "tie_word_embeddings": false,
20
- "torch_dtype": "float32",
21
- "transformers_version": "4.48.1",
22
  "vocab_size": 64
23
  }
 
11
  "AutoModelForTokenClassification": "modeling_esm_plusplus.ESMplusplusForTokenClassification"
12
  },
13
  "dropout": 0.0,
14
+ "dtype": "float32",
15
  "hidden_size": 1152,
16
  "initializer_range": 0.02,
17
  "model_type": "ESMplusplus",
18
  "num_attention_heads": 18,
19
  "num_hidden_layers": 36,
20
  "tie_word_embeddings": false,
21
+ "transformers_version": "5.2.0",
 
22
  "vocab_size": 64
23
  }