Transformers
Safetensors
fc91 commited on
Commit
bd308e2
·
verified ·
1 Parent(s): 7358676

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -77,6 +77,7 @@ Use the code below to get started with the model.
77
  ```markdown
78
  from transformers import AutoModel
79
  model = AutoModel.from_pretrained("fc91/phi3-mini-instruct-full_ethics-lora")
 
80
  ```
81
 
82
  ## Training Details
 
77
  ```markdown
78
  from transformers import AutoModel
79
  model = AutoModel.from_pretrained("fc91/phi3-mini-instruct-full_ethics-lora")
80
+ tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
81
  ```
82
 
83
  ## Training Details