lhallee commited on
Commit
8fbd71e
·
verified ·
1 Parent(s): 01410cc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -37
config.json CHANGED
@@ -1,37 +1,36 @@
1
- {
2
- "_name_or_path": "lhallee/synthyra_esm2_650_mlm",
3
- "architectures": [
4
- "FastEsmForMaskedLM"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "auto_map": {
8
- "AutoConfig": "Synthyra/FastESM2_650--modeling_fastesm.FastEsmConfig",
9
- "AutoModel": "Synthyra/FastESM2_650--modeling_fastesm.FastEsmModel",
10
- "AutoModelForMaskedLM": "Synthyra/FastESM2_650--modeling_fastesm.FastEsmForMaskedLM",
11
- "AutoModelForSequenceClassification": "Synthyra/FastESM2_650--modeling_fastesm.FastEsmForSequenceClassification",
12
- "AutoModelForTokenClassification": "Synthyra/FastESM2_650--modeling_fastesm.FastEsmForTokenClassification"
13
- },
14
- "classifier_dropout": null,
15
- "emb_layer_norm_before": false,
16
- "esmfold_config": null,
17
- "hidden_act": "gelu",
18
- "hidden_dropout_prob": 0.0,
19
- "hidden_size": 1280,
20
- "initializer_range": 0.02,
21
- "intermediate_size": 5120,
22
- "is_folding_model": false,
23
- "layer_norm_eps": 1e-05,
24
- "mask_token_id": 32,
25
- "max_position_embeddings": 1026,
26
- "model_type": "fast_esm",
27
- "num_attention_heads": 20,
28
- "num_hidden_layers": 33,
29
- "pad_token_id": 1,
30
- "position_embedding_type": "rotary",
31
- "token_dropout": true,
32
- "torch_dtype": "float32",
33
- "transformers_version": "4.45.0",
34
- "use_cache": true,
35
- "vocab_list": null,
36
- "vocab_size": 33
37
- }
 
1
+ {
2
+ "_name_or_path": "Synthyra/FastESM2_650",
3
+ "architectures": [
4
+ "FastEsmForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "modeling_fastesm.FastEsmConfig",
9
+ "AutoModelForMaskedLM": "modeling_fastesm.FastEsmForMaskedLM",
10
+ "AutoModelForSequenceClassification": "modeling_fastesm.FastEsmForSequenceClassification",
11
+ "AutoModelForTokenClassification": "modeling_fastesm.FastEsmForTokenClassification"
12
+ },
13
+ "classifier_dropout": null,
14
+ "emb_layer_norm_before": false,
15
+ "esmfold_config": null,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1280,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 5120,
21
+ "is_folding_model": false,
22
+ "layer_norm_eps": 1e-05,
23
+ "mask_token_id": 32,
24
+ "max_position_embeddings": 1026,
25
+ "model_type": "fast_esm",
26
+ "num_attention_heads": 20,
27
+ "num_hidden_layers": 33,
28
+ "pad_token_id": 1,
29
+ "position_embedding_type": "rotary",
30
+ "token_dropout": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.45.0",
33
+ "use_cache": true,
34
+ "vocab_list": null,
35
+ "vocab_size": 33
36
+ }