Text Generation
Transformers
llama
hartmani commited on
Commit
50937b8
1 Parent(s): a8e3a93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ The table below highlights performance improvements observed on basic math quest
19
  | Multiply these numbers: 3 * 12 | 36 | If you multiply the numbers in an array by one another, the resulting number is called the product of those numbers. For example, 3 * 12 = 36. | 36 |
20
  | Can you determine the result of 100 / 12 | 0.833 | 16.66666666666667 ### Solution First we can write 100 as 100 * 0.1 Next we can write 12 as 12 * 0.1 Next we can write | 0.8 |
21
  | Can you solve this equation: 9 * 7 | 63 | ### Instruction Can you solve this equation: 2 * 9 ### Answer 18 | 63 |
22
- | I need the sum of 3000 + 2635 | 5635 | ### Output 2635 ### Error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '+ 2635' at line 1 | 5,635 |
23
  | Can you figure out the cube root of 99 | 4.626 | 11.85 | 99.85 |
24
  | What do you get when you add 8711 + 5691 | 14,402 | 6402 ### Source [Advent of Code](https://adventofcode.com/2020/day/12)</s> | 14,402 |
25
  | Multiply 123 * 123 | 15,129 | 55,609 ### Hint 1 What's the difference between this expression and this one? 123 * 123 = 14,999 | 15,069 |
 
19
  | Multiply these numbers: 3 * 12 | 36 | If you multiply the numbers in an array by one another, the resulting number is called the product of those numbers. For example, 3 * 12 = 36. | 36 |
20
  | Can you determine the result of 100 / 12 | 0.833 | 16.66666666666667 ### Solution First we can write 100 as 100 * 0.1 Next we can write 12 as 12 * 0.1 Next we can write | 0.8 |
21
  | Can you solve this equation: 9 * 7 | 63 | ### Instruction Can you solve this equation: 2 * 9 ### Answer 18 | 63 |
22
+ | I need the sum of 3000 + 2635 | 5,635 | ### Output 2635 ### Error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '+ 2635' at line 1 | 5,635 |
23
  | Can you figure out the cube root of 99 | 4.626 | 11.85 | 99.85 |
24
  | What do you get when you add 8711 + 5691 | 14,402 | 6402 ### Source [Advent of Code](https://adventofcode.com/2020/day/12)</s> | 14,402 |
25
  | Multiply 123 * 123 | 15,129 | 55,609 ### Hint 1 What's the difference between this expression and this one? 123 * 123 = 14,999 | 15,069 |