Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ tokenizer.batch_decode(outputs)
|
|
31 |
|
32 |
1 - Answer:
|
33 |
|
34 |
-
['Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Input:\nContinue the fibonnaci sequence.\n\n### Output:\n1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811']
|
35 |
|
36 |
2 - Question:
|
37 |
|
@@ -58,7 +58,7 @@ Below is an instruction that describes a task, paired with an input that provide
|
|
58 |
What is fibonacci sequence?
|
59 |
|
60 |
### Output:
|
61 |
-
The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1. The sequence goes like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765
|
62 |
|
63 |
3 - Question:
|
64 |
|
|
|
31 |
|
32 |
1 - Answer:
|
33 |
|
34 |
+
# ['Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Input:\nContinue the fibonnaci sequence.\n\n### Output:\n1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811']
|
35 |
|
36 |
2 - Question:
|
37 |
|
|
|
58 |
What is fibonacci sequence?
|
59 |
|
60 |
### Output:
|
61 |
+
# The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1. The sequence goes like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765
|
62 |
|
63 |
3 - Question:
|
64 |
|