ehartford reuank commited on
Commit
c717c18
1 Parent(s): cafc047

Update README.md (#3)

Browse files

- Update README.md (f504d9820ec7b6c2393fddeddabf8f859fc109f6)


Co-authored-by: Leon Knauer <[email protected]>

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.