Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
features:
|
| 5 |
- name: idx
|
| 6 |
dtype: int32
|
|
@@ -33,6 +57,14 @@ configs:
|
|
| 33 |
path: identify_math_theorems/train-*
|
| 34 |
- split: validation
|
| 35 |
path: identify_math_theorems/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
# Dataset Card for "identify_math_thms"
|
| 38 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: identify_math_theorems
|
| 4 |
+
features:
|
| 5 |
+
- name: idx
|
| 6 |
+
dtype: int32
|
| 7 |
+
- name: inputs
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: targets
|
| 10 |
+
sequence: string
|
| 11 |
+
- name: multiple_choice_targets
|
| 12 |
+
sequence: string
|
| 13 |
+
- name: multiple_choice_scores
|
| 14 |
+
sequence: int32
|
| 15 |
+
splits:
|
| 16 |
+
- name: default
|
| 17 |
+
num_bytes: 104841
|
| 18 |
+
num_examples: 53
|
| 19 |
+
- name: train
|
| 20 |
+
num_bytes: 70295
|
| 21 |
+
num_examples: 37
|
| 22 |
+
- name: validation
|
| 23 |
+
num_bytes: 34546
|
| 24 |
+
num_examples: 16
|
| 25 |
+
download_size: 82730
|
| 26 |
+
dataset_size: 209682
|
| 27 |
+
- config_name: identify_math_theorems/0_shot
|
| 28 |
features:
|
| 29 |
- name: idx
|
| 30 |
dtype: int32
|
|
|
|
| 57 |
path: identify_math_theorems/train-*
|
| 58 |
- split: validation
|
| 59 |
path: identify_math_theorems/validation-*
|
| 60 |
+
- config_name: identify_math_theorems/0_shot
|
| 61 |
+
data_files:
|
| 62 |
+
- split: default
|
| 63 |
+
path: identify_math_theorems/0_shot/default-*
|
| 64 |
+
- split: train
|
| 65 |
+
path: identify_math_theorems/0_shot/train-*
|
| 66 |
+
- split: validation
|
| 67 |
+
path: identify_math_theorems/0_shot/validation-*
|
| 68 |
---
|
| 69 |
# Dataset Card for "identify_math_thms"
|
| 70 |
|