Update config.json
Browse files- 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 |
-
"
|
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,
|