ddidacus commited on
Commit
a56d365
·
verified ·
1 Parent(s): 97f9694

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,8 +21,8 @@ import re
21
 
22
  # Setup
23
  device = "cuda"
24
- tokenizer = AutoTokenizer.from_pretrained("ddidacus/RS-molgen-1b")
25
- model = AutoModelForCausalLM.from_pretrained("ddidacus/RS-molgen-1b")
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,