fix: architectures must be array
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
"cross_attention_hidden_size": null,
|
| 48 |
"add_cross_attention": false,
|
| 49 |
"tie_encoder_decoder": false,
|
| 50 |
-
"architectures":
|
| 51 |
"finetuning_task": null,
|
| 52 |
"id2label": {
|
| 53 |
"0": "LABEL_0",
|
|
@@ -81,7 +81,7 @@
|
|
| 81 |
"cross_attention_hidden_size": null,
|
| 82 |
"add_cross_attention": false,
|
| 83 |
"tie_encoder_decoder": false,
|
| 84 |
-
"architectures":
|
| 85 |
"finetuning_task": null,
|
| 86 |
"id2label": {
|
| 87 |
"0": "LABEL_0",
|
|
|
|
| 47 |
"cross_attention_hidden_size": null,
|
| 48 |
"add_cross_attention": false,
|
| 49 |
"tie_encoder_decoder": false,
|
| 50 |
+
"architectures": ["LasrForCTC"],
|
| 51 |
"finetuning_task": null,
|
| 52 |
"id2label": {
|
| 53 |
"0": "LABEL_0",
|
|
|
|
| 81 |
"cross_attention_hidden_size": null,
|
| 82 |
"add_cross_attention": false,
|
| 83 |
"tie_encoder_decoder": false,
|
| 84 |
+
"architectures": ["LasrForCTC"],
|
| 85 |
"finetuning_task": null,
|
| 86 |
"id2label": {
|
| 87 |
"0": "LABEL_0",
|