Views
No views yet
1from transformers import AutoTokenizer, AutoModelForMaskedLM
2
3tokenizer = AutoTokenizer.from_pretrained('bowphs/PhilBerta')
4model = AutoModelForMaskedLM.from_pretrained('bowphs/PhilBerta')| Task | XPoS | UPoS | UAS | LAS |
|---|---|---|---|---|
| 95.60 | 90.41 | 86.99 | 82.69 |
| Task | Classical | Cross-genre | Cross-time |
|---|---|---|---|
| 98.23 | 96.59 | 93.25 |
1@incollection{riemenschneiderfrank:2023,
2 address = "Toronto, Canada",
3 author = "Riemenschneider, Frederick and Frank, Anette",
4 booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL’23)",
5 note = "to appear",
6 pubType = "incollection",
7 publisher = "Association for Computational Linguistics",
8 title = "Exploring Large Language Models for Classical Philology",
9 url = "https://arxiv.org/abs/2305.13698",
10 year = "2023",
11 key = "riemenschneiderfrank:2023"
12}