Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ You can use the following code to run inference with the model. The model is sav
|
|
23 |
import torch
|
24 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
25 |
|
26 |
-
model_name = 'moxin-org/moxin-
|
27 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
28 |
model = AutoModelForCausalLM.from_pretrained(
|
29 |
model_name,
|
|
|
23 |
import torch
|
24 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
25 |
|
26 |
+
model_name = 'moxin-org/moxin-7b'
|
27 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
28 |
model = AutoModelForCausalLM.from_pretrained(
|
29 |
model_name,
|