philippelaban commited on
Commit
4674847
·
verified ·
1 Parent(s): 4afd26c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
70
  import torch
71
 
72
  # Load the model and tokenizer
73
- model_path = "microsoft/userlm-8b/"
74
  tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
75
  model = AutoModelForCausalLM.from_pretrained(model_path, trust_remote_code=True).to("cuda")
76
 
 
70
  import torch
71
 
72
  # Load the model and tokenizer
73
+ model_path = "microsoft/UserLM-8b"
74
  tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
75
  model = AutoModelForCausalLM.from_pretrained(model_path, trust_remote_code=True).to("cuda")
76