From 44040eed015abad9ad4d226aaef581fa6a704063 Mon Sep 17 00:00:00 2001 From: Alara Dirik Date: Wed, 1 Mar 2023 09:18:32 +0000 Subject: [PATCH] Upload processor --- preprocessor_config.json | 2 +- tokenizer_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,