CluelessNovice
commited on
Commit
•
4645d5d
1
Parent(s):
05c691c
Update adapter_config.json
Browse files- adapter_config.json +2 -1
adapter_config.json
CHANGED
@@ -22,5 +22,6 @@
|
|
22 |
"intermediate.dense",
|
23 |
"output.dense"
|
24 |
],
|
25 |
-
"task_type": "SEQ_CLS"
|
|
|
26 |
}
|
|
|
22 |
"intermediate.dense",
|
23 |
"output.dense"
|
24 |
],
|
25 |
+
"task_type": "SEQ_CLS",
|
26 |
+
"training_data_type": "SA"
|
27 |
}
|