Taykhoom commited on
Commit
5c51c76
·
verified ·
1 Parent(s): aafff31

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -3,6 +3,11 @@
3
  "RnaFmForMaskedLM"
4
  ],
5
  "attention_heads": 20,
 
 
 
 
 
6
  "cls_idx": 0,
7
  "dtype": "float32",
8
  "emb_layer_norm_before": true,
 
3
  "RnaFmForMaskedLM"
4
  ],
5
  "attention_heads": 20,
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_rnafm.RnaFmConfig",
8
+ "AutoModel": "modeling_rnafm.RnaFmModel",
9
+ "AutoModelForMaskedLM": "modeling_rnafm.RnaFmForMaskedLM"
10
+ },
11
  "cls_idx": 0,
12
  "dtype": "float32",
13
  "emb_layer_norm_before": true,