honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

Can't load tokenizer for 'bert-base-multilingual-cased' #155

Open Ning0719 opened 11 months ago

Ning0719 commented 11 months ago

When I use droidbot, once I adopt a machine learning strategy, an error will be reported, prompting: “Can't load tokenizer for 'bert-base-multilingual-cased'. 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-multilingual-cased' is the correct path to a directory containing all relevant files for a BertTokenizer tokenizer.” I want to know why and how to solve this?