alexbrandsen
commited on
Commit
•
714ab6a
1
Parent(s):
46826c1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
language:
|
4 |
+
- de
|
5 |
+
tags:
|
6 |
+
- Archaeology
|
7 |
+
- Named Entity Recognition
|
8 |
+
- NER
|
9 |
+
metrics:
|
10 |
+
- f1
|
11 |
---
|
12 |
+
|
13 |
+
bert-base-german-cased-archaeo-NER
|
14 |
+
|
15 |
+
A German BERT model for Named Entity Recognition in the Archaeology domain
|
16 |
+
|
17 |
+
This is the bert-base-german-cased-archaeo model finetuned for NER, targeting the following entities:
|
18 |
+
|
19 |
+
Time periods (PER)
|
20 |
+
Places (LOC)
|
21 |
+
Artefacts (ART)
|
22 |
+
Contexts (CON)
|
23 |
+
Materials (MAT)
|
24 |
+
Species (SPE)
|