Update README.md
Browse files
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/
|
| 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 |
|