cshin23 commited on
Commit
a6587b3
1 Parent(s): 37f71e0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1,8 +1,11 @@
1
  {
2
  "_name_or_path": "cshin23/multidim-rm_gating_prototype",
3
  "activation": "gelu",
 
 
 
4
  "architectures": [
5
- "GatedRegressionModel"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
 
1
  {
2
  "_name_or_path": "cshin23/multidim-rm_gating_prototype",
3
  "activation": "gelu",
4
+ "auto_map": {
5
+ "AutoModelForSequenceClassification": "modeling_custom.GatedRegression"
6
+ },
7
  "architectures": [
8
+ "GatedRegression"
9
  ],
10
  "attention_dropout": 0.1,
11
  "dim": 768,