Update README.md
Browse files
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
|