Update README.md
Browse files
README.md
CHANGED
@@ -52,8 +52,8 @@ To use BabyMistral with the Hugging Face Transformers library:
|
|
52 |
import torch
|
53 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
54 |
|
55 |
-
model = AutoModelForCausalLM.from_pretrained("
|
56 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
57 |
|
58 |
# Define the chat input
|
59 |
chat = [
|
|
|
52 |
import torch
|
53 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
54 |
|
55 |
+
model = AutoModelForCausalLM.from_pretrained("OEvortex/BabyMistral")
|
56 |
+
tokenizer = AutoTokenizer.from_pretrained("OEvortex/BabyMistral")
|
57 |
|
58 |
# Define the chat input
|
59 |
chat = [
|