Add arithmetic_matrix_rank level_1 problems (50 examples)
Browse files
README.md
CHANGED
|
@@ -48,6 +48,22 @@ dataset_info:
|
|
| 48 |
num_examples: 50
|
| 49 |
download_size: 3403
|
| 50 |
dataset_size: 4404
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
configs:
|
| 52 |
- config_name: algebra_func_intersection
|
| 53 |
data_files:
|
|
@@ -61,4 +77,8 @@ configs:
|
|
| 61 |
data_files:
|
| 62 |
- split: test
|
| 63 |
path: arithmetic_gcd/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
---
|
|
|
|
| 48 |
num_examples: 50
|
| 49 |
download_size: 3403
|
| 50 |
dataset_size: 4404
|
| 51 |
+
- config_name: arithmetic_matrix_rank
|
| 52 |
+
features:
|
| 53 |
+
- name: question
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: answer
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: type
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: difficulty
|
| 60 |
+
dtype: int64
|
| 61 |
+
splits:
|
| 62 |
+
- name: test
|
| 63 |
+
num_bytes: 6658
|
| 64 |
+
num_examples: 50
|
| 65 |
+
download_size: 4427
|
| 66 |
+
dataset_size: 6658
|
| 67 |
configs:
|
| 68 |
- config_name: algebra_func_intersection
|
| 69 |
data_files:
|
|
|
|
| 77 |
data_files:
|
| 78 |
- split: test
|
| 79 |
path: arithmetic_gcd/test-*
|
| 80 |
+
- config_name: arithmetic_matrix_rank
|
| 81 |
+
data_files:
|
| 82 |
+
- split: test
|
| 83 |
+
path: arithmetic_matrix_rank/test-*
|
| 84 |
---
|
arithmetic_matrix_rank/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5056fe021a8d5fed4683742edc8623f89fbd03466edd9090624c78ed8ccb6622
|
| 3 |
+
size 4427
|