israel commited on
Commit
da572fc
·
verified ·
1 Parent(s): e444f01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="israel/zephyr-7b-gemma-sft-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 = [
 
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 = [