Lexi commited on
Commit
257e229
1 Parent(s): fbaf5dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -90,9 +90,8 @@ An example of 'train' looks as follows.
90
  "text": ["This is a test text"]
91
  },
92
  "context": "This is a test context.",
93
- "id": "1",
94
  "question": "Is this a test?",
95
- "title": "train test"
96
  }
97
  ```
98
 
 
90
  "text": ["This is a test text"]
91
  },
92
  "context": "This is a test context.",
93
+ "id": 1,
94
  "question": "Is this a test?",
 
95
  }
96
  ```
97