Text Generation
Transformers
PyTorch
English
llama
finance
llms
text-generation-inference

OSError: Can't load tokenizer for 'ChanceFocus/finma-7b-full'.

#1
by yanzhengjin - opened

when I run:
from transformers import LlamaTokenizer, LlamaForCausalLM

tokenizer = LlamaTokenizer.from_pretrained('ChanceFocus/finma-7b-full')
model = LlamaForCausalLM.from_pretrained('ChanceFocus/finma-7b-full', device_map='auto')
I got this error, does anybody knows why?

Sign up or log in to comment