uvegesistvan commited on
Commit
507e934
1 Parent(s): 4719f52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -25,13 +25,13 @@ widget:
25
 
26
  ## Model description
27
 
28
- Cased fine-tuned XLM-RoBERTa-large model for Hungarian, trained to classify sentences based on their plain language comprehensibility.
29
 
30
  ## Intended uses & limitations
31
 
32
  The model is designed to classify sentences as either "comprehensible" or "not comprehensible" (according to Plain Language guidelines):
33
- * **Label_0** - "comprehensible"
34
- * **Label_1** - "not comprehensible"
35
 
36
  ## Training
37
 
@@ -54,4 +54,12 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
54
 
55
  tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/Hun_RoBERTa_large_Plain")
56
  model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/Hun_RoBERTa_large_Plain")
57
- ```
 
 
 
 
 
 
 
 
 
25
 
26
  ## Model description
27
 
28
+ Cased fine-tuned XLM-RoBERTa-large model for Hungarian, trained to classify **sentences** based on their Plain Language properties.
29
 
30
  ## Intended uses & limitations
31
 
32
  The model is designed to classify sentences as either "comprehensible" or "not comprehensible" (according to Plain Language guidelines):
33
+ * **Label_0** - "comprehensible" - The sentence is in Plain Language.
34
+ * **Label_1** - "not comprehensible" - The sentence is **not** in Plain Language.
35
 
36
  ## Training
37
 
 
54
 
55
  tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/Hun_RoBERTa_large_Plain")
56
  model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/Hun_RoBERTa_large_Plain")
57
+ ```
58
+
59
+ # Citation:
60
+ @PhDThesis{ Uveges:2024,
61
+ author = {{"U}veges, Istv{\'a}n},
62
+ 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.},
63
+ year = {2024},
64
+ school = {Szegedi Tudom{\'a}nyegyetem}
65
+ }