OSError: Can't load tokenizer for 'bert-base-chinese'. 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 'bert-base-chinese' is the correct path to a directory containing all relevant files for a BertTokenizer tokenizer.
When I download Cemotion using a virtual environment that contains the pytorch framework, using it on a jupyternotebook, it shows the above error. So I downloaded the bert-base-Chinese file, but it still shows the error, please ask me if the file path is wrong
OS: [win]
Python Version 3.9
Package Version cemotion 2.0 pytorch 2.0.1 transformers 4.24.0
OSError: Can't load tokenizer for 'bert-base-chinese'. 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 'bert-base-chinese' is the correct path to a directory containing all relevant files for a BertTokenizer tokenizer.
When I download Cemotion using a virtual environment that contains the pytorch framework, using it on a jupyternotebook, it shows the above error. So I downloaded the bert-base-Chinese file, but it still shows the error, please ask me if the file path is wrong
OS: [win] Python Version 3.9 Package Version cemotion 2.0 pytorch 2.0.1 transformers 4.24.0