khushwant04
commited on
Commit
•
e4f58f1
1
Parent(s):
62d4a3e
Update README.md
Browse files
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("
|
49 |
-
model = AutoModelForCausalLM.from_pretrained("
|
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?"
|