yezdata commited on
Commit
a4592c9
·
verified ·
1 Parent(s): 1b31d30

update V1.5 README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ from transformers import AutoModel, AutoTokenizer
72
  repo_id = "yezdata/EmCoder"
73
 
74
  # Load the same tokenizer used during training
75
- tokenizer = AutoTokenizer.from_pretrained(repo_id)
76
 
77
  # Initialize with same config as training
78
  model = AutoModel.from_pretrained(repo_id, trust_remote_code=True)
 
72
  repo_id = "yezdata/EmCoder"
73
 
74
  # Load the same tokenizer used during training
75
+ tokenizer = AutoTokenizer.from_pretrained(repo_id, trust_remote_code=True)
76
 
77
  # Initialize with same config as training
78
  model = AutoModel.from_pretrained(repo_id, trust_remote_code=True)