👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
tokenizer = AutoTokenizer.from_pretrained("linly-ai/chinese-llama-2-7b") 这一行代码出错
OSError: Can't load the model for 'linly-ai/chinese-llama-2-7b'. If you were trying to load it from 'BOS', make sure you don't have a local directory with the same name. Otherwise, make sure 'linly-ai/chinese-llama-2-7b' is the correct path to a directory containing one of the ['tokenizer_config.json']
请提出你的问题
tokenizer = AutoTokenizer.from_pretrained("linly-ai/chinese-llama-2-7b") 这一行代码出错 OSError: Can't load the model for 'linly-ai/chinese-llama-2-7b'. If you were trying to load it from 'BOS', make sure you don't have a local directory with the same name. Otherwise, make sure 'linly-ai/chinese-llama-2-7b' is the correct path to a directory containing one of the ['tokenizer_config.json']