Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,11 @@ The CSV file of the dataset includes the following columns:
|
|
25 |
|
26 |
| Instruction | Output |
|
27 |
|-----------------------------------|--------------------|
|
28 |
-
|
|
29 |
-
|
30 |
-
| Expand the expression: (x - 7)**2 | x**2 - 14*x + 49 |
|
31 |
-
| Factorize the expression: x**2 - 14*x + 49 | (x - 7)**2 |
|
32 |
...
|
33 |
|
|
|
34 |
## Dataset Information
|
35 |
|
36 |
- Number of samples: 2002 (due to the range of n from -1000 to 1000)
|
@@ -61,10 +60,8 @@ The CSV file of the dataset includes the following columns:
|
|
61 |
|
62 |
| Instruction | Output |
|
63 |
|-----------------------------------|--------------------|
|
64 |
-
| 式を展開せよ: (x
|
65 |
-
|
66 |
-
| 式を展開せよ: (x - 7)**2 | x**2 - 14*x + 49 |
|
67 |
-
| 式を因数分解せよ: x**2 - 14*x + 49 | (x - 7)**2 |
|
68 |
...
|
69 |
|
70 |
## データセットの情報
|
|
|
25 |
|
26 |
| Instruction | Output |
|
27 |
|-----------------------------------|--------------------|
|
28 |
+
| 式を展開せよ: (x - 1000)**2 | x**2 - 2000*x + 1000000 |
|
29 |
+
|
|
|
|
|
30 |
...
|
31 |
|
32 |
+
|
33 |
## Dataset Information
|
34 |
|
35 |
- Number of samples: 2002 (due to the range of n from -1000 to 1000)
|
|
|
60 |
|
61 |
| Instruction | Output |
|
62 |
|-----------------------------------|--------------------|
|
63 |
+
| 式を展開せよ: (x - 1000)**2 | x**2 - 2000*x + 1000000 |
|
64 |
+
|
|
|
|
|
65 |
...
|
66 |
|
67 |
## データセットの情報
|