Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "jinmang2/textcnn-ko-dialect-classifier",
|
| 3 |
"auto_map": {
|
| 4 |
-
"AutoConfig": "configuration_textcnn.TextCNNConfig"
|
|
|
|
|
|
|
| 5 |
},
|
| 6 |
"architectures": [
|
| 7 |
"TextCNNForSequenceClassification"
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "jinmang2/textcnn-ko-dialect-classifier",
|
| 3 |
"auto_map": {
|
| 4 |
+
"AutoConfig": "configuration_textcnn.TextCNNConfig",
|
| 5 |
+
"AutoModel": "modeling_textcnn.TextCNNModel",
|
| 6 |
+
"AutoModelForSequenceClassification": "modeling_textcnn.TextCNNForSequenceClassification"
|
| 7 |
},
|
| 8 |
"architectures": [
|
| 9 |
"TextCNNForSequenceClassification"
|