Meituan-AutoML / MobileVLM

Strong and Open Vision Language Assistant for Mobile Devices
Apache License 2.0
890 stars 64 forks source link

Warning about tokenizer #42

Open xushilin1 opened 4 months ago

xushilin1 commented 4 months ago

You are using the legacy behaviour of the <class 'transformers.models.llama.tokenization_llama.LlamaTokenizer'>. This means that tokens that come after special tokens will not be pro perly handled. We recommend you to read the related pull request available at https://github.com/huggingface/transformers/pull/24565