EunsuKim commited on
Commit
eb792f5
1 Parent(s): 3e8f0c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ### Usage
2
  ```python
3
  data = load_dataset("EunsuKim/GSM8K")['train']
4
- '''
 
5
 
6
- ### Statistics
7
  Dataset({
8
  features: ['id', 'initial_question', 'answer', 'messages'],
9
  num_rows: 7473
 
1
  ### Usage
2
  ```python
3
  data = load_dataset("EunsuKim/GSM8K")['train']
4
+ ```
5
+ - **Contains**: 7473 instances.
6
 
7
+ ### Info
8
  Dataset({
9
  features: ['id', 'initial_question', 'answer', 'messages'],
10
  num_rows: 7473