Fix unicode
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ qa_pipeline = pipeline(
|
|
62 |
tokenizer="deutsche-telekom/bert-multi-english-german-squad2"
|
63 |
)
|
64 |
|
65 |
-
contexts = ["Die Allianz Arena ist ein
|
66 |
"Harvard is a large, highly residential research university. It operates several arts, cultural, and scientific museums, alongside the Harvard Library, which is the world's largest academic and private library system, comprising 79 individual libraries with over 18 million volumes. "]
|
67 |
questions = ["Wo befindet sich die Allianz Arena?",
|
68 |
"What is the worlds largest academic and private library system?"]
|
@@ -77,7 +77,7 @@ qa_pipeline(context=contexts, question=questions)
|
|
77 |
[{'score': 0.7290093898773193,
|
78 |
'start': 44,
|
79 |
'end': 62,
|
80 |
-
'answer': 'Norden von
|
81 |
{'score': 0.7979822754859924,
|
82 |
'start': 134,
|
83 |
'end': 149,
|
|
|
62 |
tokenizer="deutsche-telekom/bert-multi-english-german-squad2"
|
63 |
)
|
64 |
|
65 |
+
contexts = ["Die Allianz Arena ist ein Fußballstadion im Norden von München und bietet bei Bundesligaspielen 75.021 Plätze, zusammengesetzt aus 57.343 Sitzplätzen, 13.794 Stehplätzen, 1.374 Logenplätzen, 2.152 Business Seats und 966 Sponsorenplätzen. In der Allianz Arena bestreitet der FC Bayern München seit der Saison 2005/06 seine Heimspiele. Bis zum Saisonende 2017 war die Allianz Arena auch Spielstätte des TSV 1860 München.",
|
66 |
"Harvard is a large, highly residential research university. It operates several arts, cultural, and scientific museums, alongside the Harvard Library, which is the world's largest academic and private library system, comprising 79 individual libraries with over 18 million volumes. "]
|
67 |
questions = ["Wo befindet sich die Allianz Arena?",
|
68 |
"What is the worlds largest academic and private library system?"]
|
|
|
77 |
[{'score': 0.7290093898773193,
|
78 |
'start': 44,
|
79 |
'end': 62,
|
80 |
+
'answer': 'Norden von München'},
|
81 |
{'score': 0.7979822754859924,
|
82 |
'start': 134,
|
83 |
'end': 149,
|