math-eval commited on
Commit
edd6ee5
1 Parent(s): 95095b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -105,11 +105,11 @@ from datasets import load_dataset
105
  # Load all subsets (share the same schema)
106
  dataset = load_dataset("math-eval/TAL-SCQ5K")
107
 
108
- # Load training set of TAL-SCQ5K-EN
109
- dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="")
110
 
111
- # Load testing set of TAL-SCQ5K-CN
112
- dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="")
113
 
114
  ```
115
 
@@ -128,6 +128,6 @@ The TAL-SCQ5K dataset is licensed under the [MIT License](https://opensource.org
128
 
129
  [More Information Needed]
130
 
131
- ### Contributions
132
 
133
- [More Information Needed]
 
105
  # Load all subsets (share the same schema)
106
  dataset = load_dataset("math-eval/TAL-SCQ5K")
107
 
108
+ # Load TAL-SCQ5K-EN
109
+ dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="TAL-SCQ5K-EN")
110
 
111
+ # Load TAL-SCQ5K-CN
112
+ dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="TAL-SCQ5K-CN")
113
 
114
  ```
115
 
 
128
 
129
  [More Information Needed]
130
 
131
+ ### Contact
132
 
133
+ The original authors host this dataset on GitHub here: https://github.com/math-eval/TAL-SCQ5K You can submit inquiries to: [email protected]