Mollel commited on
Commit
271af0b
·
verified ·
1 Parent(s): 532790b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -80,10 +80,8 @@ The dataset is in Swahili.
80
  "language": "sw",
81
  "question": "Ni gani kati ya zifuatazo ni sehemu ya mmea?",
82
  "choices": [
83
- {"text": "Majani", "label": "A"},
84
- {"text": "Jiwe", "label": "B"},
85
- {"text": "Ubao", "label": "C"},
86
- {"text": "Nondo", "label": "D"}
87
  ],
88
  "answerKey": "A"
89
  }
@@ -93,5 +91,13 @@ The dataset is in Swahili.
93
  * id: Unique identifier for each question.
94
  * language: The language of the question is Swahili (sw).
95
  * question: The science question in Swahili.
96
- * Choices: There are multiple choice options, each with text and label.
97
  * answerKey: The correct answer for each question.
 
 
 
 
 
 
 
 
 
80
  "language": "sw",
81
  "question": "Ni gani kati ya zifuatazo ni sehemu ya mmea?",
82
  "choices": [
83
+ {"text": "Majani", "Jiwe", "Ubao", "Nondo"},
84
+ {"label": "A", "B": "C", "D"},
 
 
85
  ],
86
  "answerKey": "A"
87
  }
 
91
  * id: Unique identifier for each question.
92
  * language: The language of the question is Swahili (sw).
93
  * question: The science question in Swahili.
94
+ * Choices: There are multiple-choice options, each with text and label.
95
  * answerKey: The correct answer for each question.
96
+
97
+ ## Datasplit
98
+
99
+ | Split | Num Rows |
100
+ |-------|----------|
101
+ | train | 1119 |
102
+ | validation | 299 |
103
+ | test | 1172 |