tcclaviger commited on
Commit
f73cde0
·
verified ·
1 Parent(s): 2a32539

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -306,7 +306,9 @@
306
  "ignore": [
307
  "re:.*\\.self_attn\\..*",
308
  "re:.*\\.mlp\\.gate\\.weight$",
309
- "re:^lm_head"
 
 
310
  ]
311
  }
312
  }
 
306
  "ignore": [
307
  "re:.*\\.self_attn\\..*",
308
  "re:.*\\.mlp\\.gate\\.weight$",
309
+ "re:^lm_head",
310
+ "re:.*\\.mlp\\.shared_expert\\..*",
311
+ "re:.*\\.layers\\.0\\.mlp\\..*"
312
  ]
313
  }
314
  }