khushwant04
commited on
Commit
•
0139cb6
1
Parent(s):
e4f58f1
Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ tokenizer = AutoTokenizer.from_pretrained("khushwant04/Llama-3.2-3b-FineTome-100
|
|
49 |
model = AutoModelForCausalLM.from_pretrained("khushwant04/Llama-3.2-3b-FineTome-100k")
|
50 |
|
51 |
# Encode input text
|
52 |
-
input_text = "
|
53 |
input_ids = tokenizer.encode(input_text, return_tensors='pt')
|
54 |
|
55 |
# Generate output
|
|
|
49 |
model = AutoModelForCausalLM.from_pretrained("khushwant04/Llama-3.2-3b-FineTome-100k")
|
50 |
|
51 |
# Encode input text
|
52 |
+
input_text = "Tell me someting intresting about India and its culture?"
|
53 |
input_ids = tokenizer.encode(input_text, return_tensors='pt')
|
54 |
|
55 |
# Generate output
|