Upload README.md
Browse files
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-
|
326 |
-
model = LlamaForCausalLM.from_pretrained("ehartford/dolphin-
|
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.
|