TheBloke commited on
Commit
6baf903
1 Parent(s): 6d7658a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -322,8 +322,8 @@ You can load it as follows:
322
 
323
  ```
324
  from transformers import LlamaForCausalLM, AutoTokenizer
325
- tokenizer = AutoTokenizer.from_pretrained("ehartford/dolphin-2.2-yi-34b", trust_remote_code=True)
326
- model = LlamaForCausalLM.from_pretrained("ehartford/dolphin-2.2-yi-34b")
327
  ```
328
 
329
  New in 2.2 is conversation and empathy. With an infusion of curated Samantha and WizardLM DNA, Dolphin can now give you personal advice and will care about your feelings, and with extra training in long multi-turn conversation.
 
322
 
323
  ```
324
  from transformers import LlamaForCausalLM, AutoTokenizer
325
+ tokenizer = AutoTokenizer.from_pretrained("ehartford/dolphin-2_2-yi-34b", trust_remote_code=True)
326
+ model = LlamaForCausalLM.from_pretrained("ehartford/dolphin-2_2-yi-34b")
327
  ```
328
 
329
  New in 2.2 is conversation and empathy. With an infusion of curated Samantha and WizardLM DNA, Dolphin can now give you personal advice and will care about your feelings, and with extra training in long multi-turn conversation.