lhallee commited on
Commit
2f4be2a
·
verified ·
1 Parent(s): 866f255

Upload FastEsmForMaskedLM

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -12,6 +12,7 @@
12
  "AutoModelForTokenClassification": "modeling_fastesm.FastEsmForTokenClassification"
13
  },
14
  "classifier_dropout": null,
 
15
  "emb_layer_norm_before": false,
16
  "esmfold_config": null,
17
  "hidden_act": "gelu",
@@ -30,9 +31,7 @@
30
  "position_embedding_type": "rotary",
31
  "tie_word_embeddings": false,
32
  "token_dropout": true,
33
- "torch_dtype": "float32",
34
- "transformers_version": "4.48.1",
35
- "use_cache": true,
36
  "vocab_list": null,
37
  "vocab_size": 33
38
  }
 
12
  "AutoModelForTokenClassification": "modeling_fastesm.FastEsmForTokenClassification"
13
  },
14
  "classifier_dropout": null,
15
+ "dtype": "float32",
16
  "emb_layer_norm_before": false,
17
  "esmfold_config": null,
18
  "hidden_act": "gelu",
 
31
  "position_embedding_type": "rotary",
32
  "tie_word_embeddings": false,
33
  "token_dropout": true,
34
+ "transformers_version": "5.2.0",
 
 
35
  "vocab_list": null,
36
  "vocab_size": 33
37
  }