maywell commited on
Commit
b50eeac
1 Parent(s): 5a1b9d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,8 +41,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
41
 
42
  device = "cuda" # the device to load the model onto
43
 
44
- model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
45
- tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
46
 
47
  messages = [
48
  {"role": "user", "content": "What is your favourite condiment?"},
 
41
 
42
  device = "cuda" # the device to load the model onto
43
 
44
+ model = AutoModelForCausalLM.from_pretrained("maywell/Synatra-V0.1-7B")
45
+ tokenizer = AutoTokenizer.from_pretrained("maywell/Synatra-V0.1-7B")
46
 
47
  messages = [
48
  {"role": "user", "content": "What is your favourite condiment?"},