File size: 1,047 Bytes
94e8d03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "data": [
    {
      "title": "Sample Question Answer Pair 1",
      "paragraphs": [
        {
          "context": "This is the context for the sample question.",
          "qas": [
            {
              "question": "What is this context about?",
              "id": "0001",
              "answers": [
                {
                  "text": "The context is about a sample question.",
                  "answer_start": 13
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "title": "Sample Question Answer Pair 2",
      "paragraphs": [
        {
          "context": "This is the context for the second sample question.",
          "qas": [
            {
              "question": "What is the second question?",
              "id": "0002",
              "answers": [
                {
                  "text": "The second question is about the context.",
                  "answer_start": 27
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}