ddidacus commited on
Commit
094f8e5
·
verified ·
1 Parent(s): 1eb3cd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,8 +22,8 @@ import re
22
 
23
  # Setup
24
  device = "cuda"
25
- tokenizer = AutoTokenizer.from_pretrained("ddidacus/Mol-MoE-5x1b")
26
- model = AutoModelForCausalLM.from_pretrained("ddidacus/Mol-MoE-5x1b")
27
  generation_kwargs = {
28
  "max_new_tokens": 128,
29
  "min_length": -1,
 
22
 
23
  # Setup
24
  device = "cuda"
25
+ tokenizer = AutoTokenizer.from_pretrained("ddidacus/Mol-MoE-6x1b")
26
+ model = AutoModelForCausalLM.from_pretrained("ddidacus/Mol-MoE-6x1b")
27
  generation_kwargs = {
28
  "max_new_tokens": 128,
29
  "min_length": -1,