shahrukhx01 commited on
Commit
369ce89
1 Parent(s): 65cb93b
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,8 +21,8 @@ def predict(question, passage):
21
  print(f"Question: {question}, Yes: {proba_yes}, No: {proba_no}")
22
 
23
  passage = """Berlin is the capital and largest city of Germany by both area and population. Its 3.8 million inhabitants make it the European Union's most populous city,
24
- according to population within city limits."""
25
 
26
  question = "Is Berlin the smallest city of Germany?"
27
  predict(s_question, passage)
28
- ```
 
21
  print(f"Question: {question}, Yes: {proba_yes}, No: {proba_no}")
22
 
23
  passage = """Berlin is the capital and largest city of Germany by both area and population. Its 3.8 million inhabitants make it the European Union's most populous city,
24
+ according to the population within city limits."""
25
 
26
  question = "Is Berlin the smallest city of Germany?"
27
  predict(s_question, passage)
28
+ ```