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