Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ The following hyperparameters were used during training:
|
|
92 |
import torch
|
93 |
from transformers import pipeline
|
94 |
|
95 |
-
pipe = pipeline("text-generation", model="
|
96 |
|
97 |
# We use the tokenizer's chat template to format each message - see https://huggingface.co/docs/transformers/main/en/chat_templating
|
98 |
messages = [
|
|
|
92 |
import torch
|
93 |
from transformers import pipeline
|
94 |
|
95 |
+
pipe = pipeline("text-generation", model="masakhane/zephyr-7b-gemma-sft-african-alpaca", torch_dtype=torch.bfloat16, device_map="auto")
|
96 |
|
97 |
# We use the tokenizer's chat template to format each message - see https://huggingface.co/docs/transformers/main/en/chat_templating
|
98 |
messages = [
|