rbattle commited on
Commit
8439d58
1 Parent(s): 8484e2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -46,7 +46,12 @@ result = question_answerer(question=question, context=context)
46
 
47
  print(result)
48
 
49
- # {'score': 0.9254004955291748, 'start': 30, 'end': 68, 'answer': 'Machine Reading for Question Answering'}
 
 
 
 
 
50
 
51
  ```
52
 
 
46
 
47
  print(result)
48
 
49
+ # {
50
+ # 'score': 0.9254004955291748,
51
+ # 'start': 30,
52
+ # 'end': 68,
53
+ # 'answer': 'Machine Reading for Question Answering'
54
+ # }
55
 
56
  ```
57