KeyError: "_name_or_path" in locally loading tokenizer config...
As the error message in the title, the key _name_or_path is not always included in the huggingface model repo like OPT-30b or OPT-6.7b. When loading the tokenizer locally, it might need to check the key _name_or_path in the model config ...