isaacchung
commited on
Commit
•
54d42df
1
Parent(s):
a38f5af
Update README.md
Browse files
README.md
CHANGED
@@ -73,8 +73,8 @@ Use the code below to get started with the model.
|
|
73 |
# Load model directly
|
74 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
75 |
|
76 |
-
tokenizer = AutoTokenizer.from_pretrained("isaacchung/llama3-8B-hotpotqa")
|
77 |
-
model = AutoModelForCausalLM.from_pretrained("isaacchung/llama3-8B-hotpotqa")
|
78 |
```
|
79 |
|
80 |
<!-- [More Information Needed] -->
|
|
|
73 |
# Load model directly
|
74 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
75 |
|
76 |
+
tokenizer = AutoTokenizer.from_pretrained("isaacchung/llama3-8B-hotpotqa-raft")
|
77 |
+
model = AutoModelForCausalLM.from_pretrained("isaacchung/llama3-8B-hotpotqa-raft")
|
78 |
```
|
79 |
|
80 |
<!-- [More Information Needed] -->
|