yezdata commited on
Commit
2b97bef
·
verified ·
1 Parent(s): a4aef80

UPDATE EmCoder TO V2

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -1,4 +1,10 @@
1
  {
 
 
 
 
 
 
2
  "vocab_size": 50368,
3
  "d_model": 768,
4
  "n_head": 12,
 
1
  {
2
+ "model_type": "emcoder",
3
+ "auto_map": {
4
+ "AutoConfig": "configuration_emcoder.EmCoderConfig",
5
+ "AutoModel": "modeling_emcoder.EmCoder"
6
+ },
7
+ "architectures": ["EmCoder"],
8
  "vocab_size": 50368,
9
  "d_model": 768,
10
  "n_head": 12,