Text Generation
Transformers
PyTorch
English
llama
finance
llms
text-generation-inference
finma-7b-nlp / README.md
Weiguang Han
update tokenizer
09b4141
|
raw
history blame
231 Bytes
metadata
license: mit
from transformers import LlamaTokenizer, LlamaForCausalLM
LlamaTokenizer.from_pretrained('ChanceFocus/finma-7b-nlp')
LlamaForCausalLM.from_pretrained('ChanceFocus/finma-7b-nlp', device_map='auto')