saheedniyi commited on
Commit
f734dba
1 Parent(s): b4b81e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,8 +38,8 @@ Use the code below to get started with the model.
38
  ```python
39
  from transformers import AutoModelForCausalLM, AutoTokenizer
40
 
41
- tokenizer = AutoTokenizer.from_pretrained("your-huggingface-username/llama3-nigeria")
42
- model = AutoModelForCausalLM.from_pretrained("your-huggingface-username/llama3-nigeria")
43
 
44
  input_text = "What's the latest news on Nairaland?"
45
  inputs = tokenizer(input_text, return_tensors="pt")
 
38
  ```python
39
  from transformers import AutoModelForCausalLM, AutoTokenizer
40
 
41
+ tokenizer = AutoTokenizer.from_pretrained("saheedniyi/Llama3-8b-Naija_v1")
42
+ model = AutoModelForCausalLM.from_pretrained("saheedniyi/Llama3-8b-Naija_v1")
43
 
44
  input_text = "What's the latest news on Nairaland?"
45
  inputs = tokenizer(input_text, return_tensors="pt")