Chickaboo commited on
Commit
5536d19
1 Parent(s): 1535c91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,8 +56,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
56
 
57
  device = "cuda" # the device to load the model onto
58
 
59
- model = AutoModelForCausalLM.from_pretrained("Chickaboo/ChinaLM")
60
- tokenizer = AutoTokenizer.from_pretrained("Chickaboo/ChinaLM")
61
 
62
  messages = [
63
  {"role": "user", "content": "What is your favourite condiment?"},
 
56
 
57
  device = "cuda" # the device to load the model onto
58
 
59
+ model = AutoModelForCausalLM.from_pretrained("Chickaboo/ChinaLM-9B")
60
+ tokenizer = AutoTokenizer.from_pretrained("Chickaboo/ChinaLM-9B")
61
 
62
  messages = [
63
  {"role": "user", "content": "What is your favourite condiment?"},