rizquuula commited on
Commit
6d0dc74
1 Parent(s): 06a12cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -81,12 +81,16 @@ The dataset is in Indonesian (`id`).
81
 
82
  An example of 'train' looks as follows:
83
  ```
84
- {'id': '075e483d21c29a511267ef62bedc0461',
85
- 'question': 'The sanctions against the school were a punishing blow, and they seemed to what the efforts the school had made to change?',
86
- 'question_concept': 'punishing',
87
- 'choices': {'label': ['A', 'B', 'C', 'D', 'E'],
88
- 'text': ['ignore', 'enforce', 'authoritarian', 'yell at', 'avoid']},
89
- 'answerKey': 'A'}
 
 
 
 
90
  ```
91
 
92
  ### Data Fields
 
81
 
82
  An example of 'train' looks as follows:
83
  ```
84
+ {
85
+ 'id': '61fe6e879ff18686d7552425a36344c8',
86
+ 'question': 'Sammy ingin pergi ke tempat orang-orang itu berada. Ke mana dia bisa pergi?',
87
+ 'question_concept': 'rakyat',
88
+ 'choices': {
89
+ 'label': ['A', 'B', 'C', 'D', 'E'],
90
+ 'text': ['trek balap', 'daerah berpenduduk', 'gurun pasir', 'Apartemen', 'penghalang jalan']
91
+ },
92
+ 'answerKey': 'B'
93
+ }
94
  ```
95
 
96
  ### Data Fields