imvladikon
commited on
Commit
•
0dced0e
1
Parent(s):
f4dfaa2
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,9 @@ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that ca
|
|
22 |
|
23 |
## Model Details
|
24 |
|
|
|
|
|
|
|
25 |
### Model Description
|
26 |
- **Model Type:** SpanMarker
|
27 |
<!-- - **Encoder:** [Unknown](https://huggingface.co/unknown) -->
|
@@ -31,6 +34,24 @@ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that ca
|
|
31 |
<!-- - **Language:** Unknown -->
|
32 |
<!-- - **License:** Unknown -->
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
### Model Sources
|
35 |
|
36 |
- **Repository:** [SpanMarker on GitHub](https://github.com/tomaarsen/SpanMarkerNER)
|
|
|
22 |
|
23 |
## Model Details
|
24 |
|
25 |
+
Details are here - https://iahlt.github.io/arabic_ner/
|
26 |
+
|
27 |
+
|
28 |
### Model Description
|
29 |
- **Model Type:** SpanMarker
|
30 |
<!-- - **Encoder:** [Unknown](https://huggingface.co/unknown) -->
|
|
|
34 |
<!-- - **Language:** Unknown -->
|
35 |
<!-- - **License:** Unknown -->
|
36 |
|
37 |
+
### Tags
|
38 |
+
```
|
39 |
+
ANG - Any named language (Hebrew, Arabic, English, French, etc.)
|
40 |
+
DUC - A branded product, objects, vehicles, medicines, foods, etc. (Apple, BMW, Coca-Cola, etc.)
|
41 |
+
EVE - Any named event (Olympics, World Cup, etc.)
|
42 |
+
FAC - Any named facility, building, airport, etc. (Eiffel Tower, Ben Gurion Airport, etc.)
|
43 |
+
GPE - Geo-political entity, nation states, counties, cities, etc.
|
44 |
+
INFORMAL - Informal language (slang)
|
45 |
+
LOC - Non-GPE locations, geographical regions, mountain ranges, bodies of water, etc.
|
46 |
+
ORG - Companies, agencies, institutions, political parties, etc.
|
47 |
+
PER - People, including fictional.
|
48 |
+
TIMEX - Time expression, absolute or relative dates or periods.
|
49 |
+
TTL - Any named title, position, profession, etc. (President, Prime Minister, etc.)
|
50 |
+
WOA - Any named work of art (books, movies, songs, etc.)
|
51 |
+
MISC - Miscellaneous entities, that do not belong to the previous categories
|
52 |
+
```
|
53 |
+
|
54 |
+
|
55 |
### Model Sources
|
56 |
|
57 |
- **Repository:** [SpanMarker on GitHub](https://github.com/tomaarsen/SpanMarkerNER)
|