Datasets:
cryptexcode
commited on
Commit
·
1361264
1
Parent(s):
f507470
Update multiconer_v2.py
Browse files- multiconer_v2.py +1 -1
multiconer_v2.py
CHANGED
@@ -46,7 +46,7 @@ For more details see https://multiconer.github.io/
|
|
46 |
* Shervin Malmasi, Anjie Fang, Besnik Fetahu, Sudipta Kar, Oleg Rokhlenko. 2022. SemEval-2022 Task 11: Multilingual Complex Named Entity Recognition (MultiCoNER).
|
47 |
|
48 |
"""
|
49 |
-
_URL = "https://huggingface.co/datasets/MultiCoNER/multiconer_v2/
|
50 |
|
51 |
code_vs_lang_map = {"en": "English",
|
52 |
"es": "Spanish",
|
|
|
46 |
* Shervin Malmasi, Anjie Fang, Besnik Fetahu, Sudipta Kar, Oleg Rokhlenko. 2022. SemEval-2022 Task 11: Multilingual Complex Named Entity Recognition (MultiCoNER).
|
47 |
|
48 |
"""
|
49 |
+
_URL = "https://huggingface.co/datasets/MultiCoNER/multiconer_v2/resolve/main"
|
50 |
|
51 |
code_vs_lang_map = {"en": "English",
|
52 |
"es": "Spanish",
|