reuank commited on
Commit
f504d98
1 Parent(s): cafc047

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,8 +27,8 @@ You can load it as follows:
27
 
28
  ```
29
  from transformers import LlamaForCausalLM, AutoTokenizer
30
- tokenizer = AutoTokenizer.from_pretrained("ehartford/dolphin-2.2-yi-34b", trust_remote_code=True)
31
- model = LlamaForCausalLM.from_pretrained("ehartford/dolphin-2.2-yi-34b")
32
  ```
33
 
34
  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.
 
27
 
28
  ```
29
  from transformers import LlamaForCausalLM, AutoTokenizer
30
+ tokenizer = AutoTokenizer.from_pretrained("ehartford/dolphin-2_2-yi-34b", trust_remote_code=True)
31
+ model = LlamaForCausalLM.from_pretrained("ehartford/dolphin-2_2-yi-34b")
32
  ```
33
 
34
  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.