olá, estou tentando usar o medelo que foi treinado, mas esta aparecendo esse erro OSError: Can't load tokenizer for 'wesley8521/distilbert-pt-cased-redacao-nota-wesley'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'wesley8521/distilbert-pt-cased-redacao-nota-wesley' is the correct path to a directory containing all relevant files for a DistilBertTokenizerFast tokenizer.
estou fazendo dessa forma modelo = TFAutoModelForSequenceClassification.from_pretrained('wesley8521/distilbert-pt-cased-redacao-nota-wesley') tokenizador = AutoTokenizer.from_pretrained('wesley8521/distilbert-pt-cased-redacao-nota-wesley') print(tokenizador)
como faço pra corrigir.