Ramikan-BR
commited on
Commit
•
f283c38
1
Parent(s):
f7ebde2
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,8 @@ outputs = model.generate(**inputs, max_new_tokens=64, use_cache=True)
|
|
38 |
print(tokenizer.batch_decode(outputs))
|
39 |
Output:
|
40 |
['<s> Below is an instruction that describes a task. Write a response that appropriately completes the request.\n### Input:\nContinue the fibonnaci sequence.\n\n### Output:\n1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89</s>']
|
41 |
-
|
|
|
42 |
alpaca_prompt = "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n### Input:\nWhat is a famous tall tower in Paris?\n\n### Output:"
|
43 |
|
44 |
from unsloth import FastLanguageModel
|
|
|
38 |
print(tokenizer.batch_decode(outputs))
|
39 |
Output:
|
40 |
['<s> Below is an instruction that describes a task. Write a response that appropriately completes the request.\n### Input:\nContinue the fibonnaci sequence.\n\n### Output:\n1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89</s>']
|
41 |
+
|
42 |
+
**Test 2: Famous tall tower in Paris**
|
43 |
alpaca_prompt = "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n### Input:\nWhat is a famous tall tower in Paris?\n\n### Output:"
|
44 |
|
45 |
from unsloth import FastLanguageModel
|