khushwant04 commited on
Commit
e4f58f1
1 Parent(s): 62d4a3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,8 +45,8 @@ pip install transformers
45
  from transformers import AutoTokenizer, AutoModelForCausalLM
46
 
47
  # Load the tokenizer and model
48
- tokenizer = AutoTokenizer.from_pretrained("huggingface/llama-3.2-3b-finetome-100k")
49
- model = AutoModelForCausalLM.from_pretrained("huggingface/llama-3.2-3b-finetome-100k")
50
 
51
  # Encode input text
52
  input_text = "What are the benefits of using Llama-3.2-3b-FineTome-100k?"
 
45
  from transformers import AutoTokenizer, AutoModelForCausalLM
46
 
47
  # Load the tokenizer and model
48
+ tokenizer = AutoTokenizer.from_pretrained("khushwant04/Llama-3.2-3b-FineTome-100k")
49
+ model = AutoModelForCausalLM.from_pretrained("khushwant04/Llama-3.2-3b-FineTome-100k")
50
 
51
  # Encode input text
52
  input_text = "What are the benefits of using Llama-3.2-3b-FineTome-100k?"