5roop commited on
Commit
18b2dae
1 Parent(s): 0516d54

Moved citations to the bottom.

Browse files
Files changed (1) hide show
  1. README.md +31 -29
README.md CHANGED
@@ -14,34 +14,6 @@ Text classification model based on [`classla/bcms-bertic`](https://huggingface.c
14
 
15
 
16
 
17
- If you use the model, please cite the following paper on which the original model is based:
18
- ```
19
- @inproceedings{ljubesic-lauc-2021-bertic,
20
- title = "{BERT}i{\'c} - The Transformer Language Model for {B}osnian, {C}roatian, {M}ontenegrin and {S}erbian",
21
- author = "Ljube{\v{s}}i{\'c}, Nikola and Lauc, Davor",
22
- booktitle = "Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing",
23
- month = apr,
24
- year = "2021",
25
- address = "Kiyv, Ukraine",
26
- publisher = "Association for Computational Linguistics",
27
- url = "https://www.aclweb.org/anthology/2021.bsnlp-1.5",
28
- pages = "37--42",
29
- }
30
- ```
31
-
32
- and the dataset used for fine-tuning:
33
- ```
34
- @misc{ljubešić2019frenk,
35
- title={The FRENK Datasets of Socially Unacceptable Discourse in Slovene and English},
36
- author={Nikola Ljubešić and Darja Fišer and Tomaž Erjavec},
37
- year={2019},
38
- eprint={1906.02045},
39
- archivePrefix={arXiv},
40
- primaryClass={cs.CL},
41
- url={https://arxiv.org/abs/1906.02045}
42
- }
43
- ```
44
-
45
 
46
  ## Fine-tuning hyperparameters
47
 
@@ -108,4 +80,34 @@ predictions, logit_output = model.predict(['Ne odbacujem da će RH primiti još
108
  predictions
109
  ### Output:
110
  ### array([0, 0])
111
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
 
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ## Fine-tuning hyperparameters
19
 
 
80
  predictions
81
  ### Output:
82
  ### array([0, 0])
83
+ ```
84
+
85
+ ## Citation
86
+
87
+ If you use the model, please cite the following paper on which the original model is based:
88
+ ```
89
+ @inproceedings{ljubesic-lauc-2021-bertic,
90
+ title = "{BERT}i{\'c} - The Transformer Language Model for {B}osnian, {C}roatian, {M}ontenegrin and {S}erbian",
91
+ author = "Ljube{\v{s}}i{\'c}, Nikola and Lauc, Davor",
92
+ booktitle = "Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing",
93
+ month = apr,
94
+ year = "2021",
95
+ address = "Kiyv, Ukraine",
96
+ publisher = "Association for Computational Linguistics",
97
+ url = "https://www.aclweb.org/anthology/2021.bsnlp-1.5",
98
+ pages = "37--42",
99
+ }
100
+ ```
101
+
102
+ and the dataset used for fine-tuning:
103
+ ```
104
+ @misc{ljubešić2019frenk,
105
+ title={The FRENK Datasets of Socially Unacceptable Discourse in Slovene and English},
106
+ author={Nikola Ljubešić and Darja Fišer and Tomaž Erjavec},
107
+ year={2019},
108
+ eprint={1906.02045},
109
+ archivePrefix={arXiv},
110
+ primaryClass={cs.CL},
111
+ url={https://arxiv.org/abs/1906.02045}
112
+ }
113
+ ```