Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
+
|
5 |
+
ConfliBERT is a pre-trained language model for political conflict and violence.
|
6 |
+
We provided four versions of ConfliBERT:
|
7 |
+
<ol>
|
8 |
+
<li>ConfliBERT-scr-uncased: Pretraining from scratch with our own uncased vocabulary (preferred)</li>
|
9 |
+
<li>ConfliBERT-scr-cased: Pretraining from scratch with our own cased vocabulary</li>
|
10 |
+
<li>ConfliBERT-cont-uncased: Continual pretraining with original BERT's uncased vocabulary</li>
|
11 |
+
<li>ConfliBERT-cont-cased: Continual pretraining with original BERT's cased vocabulary</li>
|
12 |
+
</ol>
|
13 |
+
|
14 |
+
See more details in https://github.com/eventdata/ConfliBERT/
|