alexbrandsen
commited on
Commit
·
95f0ccd
1
Parent(s):
e4403e9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- archaeology
|
7 |
+
- english
|
8 |
---
|
9 |
+
|
10 |
+
# ArchaeoBERT
|
11 |
+
|
12 |
+
An English BERT model for the Archaeology domain
|
13 |
+
|
14 |
+
This model is based on the bert-base-cased model (https://huggingface.co/bert-base-cased).
|
15 |
+
|
16 |
+
We further finetuned bert-base-cased with a corpus of roughly 44k documents (~264 million tokens) from the ADS library (https://archaeologydataservice.ac.uk/library/index.xhtml).
|