Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,8 @@ import re
|
|
21 |
|
22 |
# Setup
|
23 |
device = "cuda"
|
24 |
-
tokenizer = AutoTokenizer.from_pretrained("ddidacus/RS-
|
25 |
-
model = AutoModelForCausalLM.from_pretrained("ddidacus/RS-
|
26 |
generation_kwargs = {
|
27 |
"max_new_tokens": 128,
|
28 |
"min_length": -1,
|
|
|
21 |
|
22 |
# Setup
|
23 |
device = "cuda"
|
24 |
+
tokenizer = AutoTokenizer.from_pretrained("ddidacus/RS-mol-llama-1b")
|
25 |
+
model = AutoModelForCausalLM.from_pretrained("ddidacus/RS-mol-llama-1b")
|
26 |
generation_kwargs = {
|
27 |
"max_new_tokens": 128,
|
28 |
"min_length": -1,
|