Views
No views yet
SZTAKI-HLT/hubert-base-cc), trained on information materials provided by NAV linguistic experts.| Class | Precision | Recall | F-Score |
|---|---|---|---|
| Accessible / Label_0 | 0.75 | 0.72 | 0.73 |
| Original / Label_1 | 0.74 | 0.77 | 0.75 |
| accuracy | 0.74 | ||
| macro avg | 0.74 | 0.74 | 0.74 |
| weighted avg | 0.74 | 0.74 | 0.74 |
1from transformers import AutoTokenizer, AutoModelForSequenceClassification
2
3tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/huBERTPlain_v2")
4model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/huBERTPlain_v2")1@PhDThesis{ Uveges:2024,
2 author = {{"U}veges, Istv{\'a}n},
3 title = {K{\"o}z{\'e}rthet{\"o} és automatiz{\'a}ci{\'o} - k{\'i}s{\'e}rletek a jog, term{\'e}szetesnyelv-feldolgoz{\'a}s {\'e}s informatika hat{\'a}r{\'a}n.},
4 year = {2024},
5 school = {Szegedi Tudom{\'a}nyegyetem}
6}