Add multilingual to the language tag
Browse filesHi! A PR to add multilingual to the language tag to improve the referencing.
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
language:
|
|
|
|
|
|
|
3 |
license: mit
|
4 |
tags:
|
5 |
- english
|
6 |
- german
|
7 |
-
|
8 |
---
|
9 |
|
10 |
# Bilingual English + German SQuAD2.0
|
@@ -60,7 +62,7 @@ qa_pipeline = pipeline(
|
|
60 |
tokenizer="deutsche-telekom/bert-multi-english-german-squad2"
|
61 |
)
|
62 |
|
63 |
-
contexts = ["Die Allianz Arena ist ein
|
64 |
"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. "]
|
65 |
questions = ["Wo befindet sich die Allianz Arena?",
|
66 |
"What is the worlds largest academic and private library system?"]
|
@@ -75,7 +77,7 @@ qa_pipeline(context=contexts, question=questions)
|
|
75 |
[{'score': 0.7290093898773193,
|
76 |
'start': 44,
|
77 |
'end': 62,
|
78 |
-
'answer': 'Norden von
|
79 |
{'score': 0.7979822754859924,
|
80 |
'start': 134,
|
81 |
'end': 149,
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- de
|
4 |
+
- en
|
5 |
+
- multilingual
|
6 |
license: mit
|
7 |
tags:
|
8 |
- english
|
9 |
- german
|
|
|
10 |
---
|
11 |
|
12 |
# Bilingual English + German SQuAD2.0
|
|
|
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,
|