samhitmantrala commited on
Commit
8cbc216
·
verified ·
1 Parent(s): e282638

Upload train.json

Browse files
Files changed (1) hide show
  1. train.json +41 -0
train.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "context": " The director of IIITDM Jabalpur is Dr.Bhartendu Kumar Singh.",
4
+ "qas": [
5
+ {
6
+ "id": "00001",
7
+ "is_impossible": false,
8
+ "question": "Who is the director if IIITDM Jabalpur?",
9
+ "answers": [{ "text": "The director of IIITDM Jabalpur is Dr.Bhartendu Kumar Singh", "answer_start": 1 }]
10
+ }
11
+ ]
12
+ },
13
+ {
14
+ "context": "Dr.Aparajitha ojha teaches Discrete Sturctures",
15
+ "qas": [
16
+ {
17
+ "id": "00002",
18
+ "is_impossible": false,
19
+ "question": "Who teaches discrete structures?",
20
+ "answers": [{ "text": "Dr.Aparajitha ojha teaches Discrete Sturctures", "answer_start": 1 }]
21
+ },
22
+ {
23
+ "id": "00003",
24
+ "is_impossible": false,
25
+ "question": "What are the three books in the series?",
26
+ "answers": [
27
+ {
28
+ "text": "The Final Empire, The Well of Ascension, and The Hero of Ages",
29
+ "answer_start": 63
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "id": "00004",
35
+ "is_impossible": true,
36
+ "question": "Who is the main character in the series?",
37
+ "answers": []
38
+ }
39
+ ]
40
+ }
41
+ ]