hails commited on
Commit
22efd4e
·
1 Parent(s): f49d94b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -48,6 +48,30 @@ dataset_info:
48
  num_examples: 16
49
  download_size: 82730
50
  dataset_size: 209682
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  configs:
52
  - config_name: identify_math_theorems
53
  data_files:
@@ -65,6 +89,14 @@ configs:
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
 
 
48
  num_examples: 16
49
  download_size: 82730
50
  dataset_size: 209682
51
+ - config_name: identify_math_theorems/2_shots
52
+ features:
53
+ - name: idx
54
+ dtype: int32
55
+ - name: inputs
56
+ dtype: string
57
+ - name: targets
58
+ sequence: string
59
+ - name: multiple_choice_targets
60
+ sequence: string
61
+ - name: multiple_choice_scores
62
+ sequence: int32
63
+ splits:
64
+ - name: default
65
+ num_bytes: 104841
66
+ num_examples: 53
67
+ - name: train
68
+ num_bytes: 70295
69
+ num_examples: 37
70
+ - name: validation
71
+ num_bytes: 34546
72
+ num_examples: 16
73
+ download_size: 82730
74
+ dataset_size: 209682
75
  configs:
76
  - config_name: identify_math_theorems
77
  data_files:
 
89
  path: identify_math_theorems/0_shot/train-*
90
  - split: validation
91
  path: identify_math_theorems/0_shot/validation-*
92
+ - config_name: identify_math_theorems/2_shots
93
+ data_files:
94
+ - split: default
95
+ path: identify_math_theorems/2_shots/default-*
96
+ - split: train
97
+ path: identify_math_theorems/2_shots/train-*
98
+ - split: validation
99
+ path: identify_math_theorems/2_shots/validation-*
100
  ---
101
  # Dataset Card for "identify_math_thms"
102