Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {"question": "what does Gru00e9goire Colin appear in?", "answer": ["Before the Rain"]}
  2. {"question": "Joe Thomas appears in which movies?", "answer": ["The Inbetweeners Movie", "The Inbetweeners 2"]}
  3.  
  4. Original exception was:
  5. Traceback (most recent call last):
  6. File "scripts/reader/preprocess.py", line 143, in <module>
  7. dataset = load_dataset(in_file)
  8. File "scripts/reader/preprocess.py", line 55, in load_dataset
  9. data = json.load(f)['data']
  10. File "/usr/lib/python3.6/json/__init__.py", line 299, in load
  11. parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  12. File "/usr/lib/python3.6/json/__init__.py", line 354, in loads
  13. return _default_decoder.decode(s)
  14. File "/usr/lib/python3.6/json/decoder.py", line 342, in decode
  15. raise JSONDecodeError("Extra data", s, end)
  16. json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 88)
Add Comment
Please, Sign In to add comment