Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A BERT pre-trained language model for an ancient greek language.
|
2 |
+
|
3 |
+
We used [GreekBERT from @nlpaueb](https://huggingface.co/nlpaueb/bert-base-greek-uncased-v1) and fine-tuned it with the MLM objective on several corpora of ancient greek texts. Later, we used it to train several classifiers to assist an author and style attribution of a couple of recently discovered texts.
|
4 |
+
|
5 |
+
|
6 |
+
If you use the model, please cite the following:
|
7 |
+
|
8 |
+
```
|
9 |
+
@inproceedings{tikhonov-etal-2019-style,
|
10 |
+
title = "BERT in Plutarch’s Shadows",
|
11 |
+
author = "Ivan P. Yamshchikov and
|
12 |
+
Alexey Tikhonov and
|
13 |
+
Yorgos Pantis and
|
14 |
+
Charlotte Schubert and
|
15 |
+
J{\"u}rgen Jost",
|
16 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
17 |
+
year = "2022",
|
18 |
+
}
|
19 |
+
```
|
20 |
+
|
21 |
+
---
|
22 |
+
language:
|
23 |
+
- grc
|
24 |
+
thumbnail: https://raw.githubusercontent.com/altsoph/misc/main/imgs/ancientbert.png
|
25 |
+
tags:
|
26 |
+
- bert
|
27 |
+
- classifier
|
28 |
+
- greek
|
29 |
+
- ancient
|
30 |
+
- mlm
|
31 |
+
license: mit
|
32 |
+
---
|