Update README.md
Browse files
README.md
CHANGED
|
@@ -68,3 +68,16 @@ tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/Hun_Eng_RoBERTa_base_Pla
|
|
| 68 |
model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/Hun_Eng_RoBERTa_base_Plain")
|
| 69 |
```
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/Hun_Eng_RoBERTa_base_Plain")
|
| 69 |
```
|
| 70 |
|
| 71 |
+
### BibTeX entry and citation info
|
| 72 |
+
|
| 73 |
+
If you use the model, please cite the following dissertation (to be submitted for workshop discussion):
|
| 74 |
+
|
| 75 |
+
Bibtex:
|
| 76 |
+
```bibtex
|
| 77 |
+
@PhDThesis{ Uveges:2024,
|
| 78 |
+
author = {{"U}veges, Istv{\'a}n},
|
| 79 |
+
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.},
|
| 80 |
+
year = {2024},
|
| 81 |
+
school = {Szegedi Tudom{\'a}nyegyetem}
|
| 82 |
+
}
|
| 83 |
+
```
|