ainergiz commited on
Commit
aa65dc1
·
verified ·
1 Parent(s): 7320ff5

fix: architectures must be array

Browse files
Files changed (1) hide show
  1. 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": null,
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": null,
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",