Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
-
language:
|
4 |
-
- hr
|
5 |
-
- sl
|
6 |
-
- en
|
7 |
tags:
|
8 |
-
|
9 |
-
|
10 |
---
|
11 |
|
12 |
This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on CroSloEngual (https://huggingface.co/EMBEDDIA/crosloengual-bert) and supports different tagsets all using IOBES formats:
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- hr
|
4 |
+
- sl
|
5 |
+
- en
|
6 |
+
- multilingual
|
7 |
license: mit
|
|
|
|
|
|
|
|
|
8 |
tags:
|
9 |
+
- CroSloEngual
|
10 |
+
- ner
|
11 |
---
|
12 |
|
13 |
This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on CroSloEngual (https://huggingface.co/EMBEDDIA/crosloengual-bert) and supports different tagsets all using IOBES formats:
|