bushcoding commited on
Commit
8969ebd
·
verified ·
1 Parent(s): ffc0936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,8 +64,8 @@ library_name: transformers
64
  from transformers import AutoTokenizer, AutoModelForCausalLM
65
 
66
  # Load the tokenizer and model
67
- tokenizer = AutoTokenizer.from_pretrained("huggyllama/llama-65b")
68
- model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-65b")
69
 
70
  # Prepare the input text
71
  input_text = "Once upon a time"
 
64
  from transformers import AutoTokenizer, AutoModelForCausalLM
65
 
66
  # Load the tokenizer and model
67
+ tokenizer = AutoTokenizer.from_pretrained("bushai/sar-i-65b")
68
+ model = AutoModelForCausalLM.from_pretrained("bushai/sar-i-65b")
69
 
70
  # Prepare the input text
71
  input_text = "Once upon a time"