Skip to content

Commit 89f35b5

Browse files
committed
updated readme
1 parent ad44958 commit 89f35b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ context = "সূর্য সেন ১৮৯৪ সালের ২২ মা
4646
question = "মাস্টারদা সূর্যকুমার সেনের বাবার নাম কী ছিল ?"
4747

4848
answers = bnqa.find_answer(context, question)
49-
print(answer)
49+
print(answers)
5050
# output: {'score': 0.8070710301399231, 'start': 131, 'end': 141, 'answer': 'রাজমনি সেন'}
5151

5252
```

0 commit comments

Comments
 (0)