Text Generation
Transformers
PyTorch
Safetensors
English
llama
finance
text-generation-inference
Inference Endpoints
AdaptLLM commited on
Commit
636f34b
·
1 Parent(s): c99bc54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,8 +43,8 @@ For example, to chat with the finance model:
43
  ```python
44
  from transformers import AutoModelForCausalLM, AutoTokenizer
45
 
46
- model = AutoModelForCausalLM.from_pretrained("AdaptLLM/finance-LLM")
47
- tokenizer = AutoTokenizer.from_pretrained("AdaptLLM/finance-LLM", use_fast=False)
48
 
49
  # Put your input here:
50
  user_input = '''Use this fact to answer the question: Title of each class Trading Symbol(s) Name of each exchange on which registered
 
43
  ```python
44
  from transformers import AutoModelForCausalLM, AutoTokenizer
45
 
46
+ model = AutoModelForCausalLM.from_pretrained("AdaptLLM/finance-LLM-13B")
47
+ tokenizer = AutoTokenizer.from_pretrained("AdaptLLM/finance-LLM-13B", use_fast=False)
48
 
49
  # Put your input here:
50
  user_input = '''Use this fact to answer the question: Title of each class Trading Symbol(s) Name of each exchange on which registered