Commit
·
ab1f582
1
Parent(s):
27ae029
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
### dapBERT
|
| 5 |
+
|
| 6 |
+
DapBERT is a BERT-like model trained based on the domain adaptive pretraining method ([Gururangan et al.](https://aclanthology.org/2020.acl-main.740/)) for the patent domain. Bert-base-uncased is used as base for the training. The training dataset used consists of a corpus of 10,000,000
|
| 7 |
+
patent abstracts that have been filed between 1998-2020 in US and European patent offices as well as the World Intellectual Property Organization.
|