EunsuKim commited on
Commit
e3921bf
·
verified ·
1 Parent(s): 9892910

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ### Usage
2
+ data = load_dataset("EunsuKim/GSM8K")['train']
3
+
4
+ ### Statistics
5
+ Dataset({
6
+ features: ['id', 'initial_question', 'answer', 'messages'],
7
+ num_rows: 7473
8
+ })