diff --git a/preprocessor_config.json b/preprocessor_config.json index 2e9e073..7cf712b 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -19,7 +19,7 @@ 0.5 ], "include_top": false, - "processor_class": "ALIGNProcessor", + "processor_class": "AlignProcessor", "resample": 2, "rescale_factor": 0.00784313725490196, "rescale_offset": true, diff --git a/tokenizer_config.json b/tokenizer_config.json index 0ecbee7..a66bbd9 100644 --- a/tokenizer_config.json +++ b/tokenizer_config.json @@ -6,7 +6,7 @@ "model_max_length": 64, "never_split": null, "pad_token": "[PAD]", - "processor_class": "ALIGNProcessor", + "processor_class": "AlignProcessor", "sep_token": "[SEP]", "special_tokens_map_file": null, "strip_accents": null,