Views
No views yet
1from transformers import AutoTokenizer, AutoModelForMaskedLM
2
3tokenizer = AutoTokenizer.from_pretrained('bowphs/GreBerta')
4model = AutoModelForMaskedLM.from_pretrained('bowphs/GreBerta')| Task | XPoS | UPoS | UAS | LAS |
|---|---|---|---|---|
| 95.83 | 91.09 | 88.20 | 83.98 |
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}