field2437 commited on
Commit
3e927be
1 Parent(s): a378d97

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
  torch.set_default_device("cuda")
43
 
44
- model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2", torch_dtype="auto", trust_remote_code=True)
45
- tokenizer = AutoTokenizer.from_pretrained("microsoft/phi-2", trust_remote_code=True)
46
 
47
  inputs = tokenizer('''Below is an instruction that describes a task. Write a response that appropriately completes the request.
48
 
 
41
 
42
  torch.set_default_device("cuda")
43
 
44
+ model = AutoModelForCausalLM.from_pretrained("field2437/phi-2-test", torch_dtype="auto", trust_remote_code=True)
45
+ tokenizer = AutoTokenizer.from_pretrained("field2437/phi-2-test", trust_remote_code=True)
46
 
47
  inputs = tokenizer('''Below is an instruction that describes a task. Write a response that appropriately completes the request.
48