U-rara commited on
Commit
552157b
·
1 Parent(s): 6dc7122

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,8 +24,8 @@ import torch
24
  from transformers import AutoTokenizer, AutoModelForCausalLM
25
 
26
  # Load the tokenizer and model.
27
- tokenizer = AutoTokenizer.from_pretrained("GENERator-eukaryote-1.2b-base", trust_remote_code=True)
28
- model = AutoModelForCausalLM.from_pretrained("GENERator-eukaryote-1.2b-base")
29
  config = model.config
30
 
31
  max_length = config.max_position_embeddings
 
24
  from transformers import AutoTokenizer, AutoModelForCausalLM
25
 
26
  # Load the tokenizer and model.
27
+ tokenizer = AutoTokenizer.from_pretrained("GenerTeam/GENERator-eukaryote-1.2b-base", trust_remote_code=True)
28
+ model = AutoModelForCausalLM.from_pretrained("GenerTeam/GENERator-eukaryote-1.2b-base")
29
  config = model.config
30
 
31
  max_length = config.max_position_embeddings