freddyheppell commited on
Commit
a360e71
1 Parent(s): ceee6db

Fix AutoModel map path

Browse files

Tested this with a local clone and it works

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "MT5EncoderWithProjection"
5
  ],
6
  "auto_map": {
7
- "AutoModel": "jwieting/vmsst--modeling_vmsst.MT5EncoderWithProjection"
8
  },
9
  "d_ff": 2816,
10
  "d_kv": 64,
 
4
  "MT5EncoderWithProjection"
5
  ],
6
  "auto_map": {
7
+ "AutoModel": "modeling_vmsst.MT5EncoderWithProjection"
8
  },
9
  "d_ff": 2816,
10
  "d_kv": 64,