tingxinli commited on
Commit
299096b
1 Parent(s): dbd31fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ print(original_output)
74
  # see hideAndSeek.py in this repo
75
  from hideAndSeek import *
76
 
77
- tokenizer = AutoTokenizer.from_pretrained("tingxinli/hide-820m")
78
  model = AutoModelForCausalLM.from_pretrained("tingxinli/
79
  HaS-820m").to('cuda:0')
80
 
 
74
  # see hideAndSeek.py in this repo
75
  from hideAndSeek import *
76
 
77
+ tokenizer = AutoTokenizer.from_pretrained("tingxinli/HaS-820m")
78
  model = AutoModelForCausalLM.from_pretrained("tingxinli/
79
  HaS-820m").to('cuda:0')
80