lhallee commited on
Commit
287e335
·
verified ·
1 Parent(s): a754889

Upload ESMplusplusForMaskedLM

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