5roop commited on
Commit
f5f063c
1 Parent(s): 938806e

Add paper to model card.

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -14,6 +14,8 @@ Binary text classification model based on [`classla/bcms-bertic`](https://huggin
14
 
15
  This classifier classifies text into only two categories: Negative vs. Other. For the ternary classifier (Negative, Neutral, Positive) check [this model](https://huggingface.co/classla/bcms-bertic-parlasent-bcs-ter).
16
 
 
 
17
 
18
  ## Fine-tuning hyperparameters
19
 
@@ -70,3 +72,26 @@ If you use the model, please cite the following paper on which the original mode
70
  }
71
  ```
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  This classifier classifies text into only two categories: Negative vs. Other. For the ternary classifier (Negative, Neutral, Positive) check [this model](https://huggingface.co/classla/bcms-bertic-parlasent-bcs-ter).
16
 
17
+ For details on the dataset and the finetuning procedure, please see [this paper](https://arxiv.org/abs/2206.00929).
18
+
19
 
20
  ## Fine-tuning hyperparameters
21
 
72
  }
73
  ```
74
 
75
+ and the paper describing the dataset and methods for the current finetuning:
76
+
77
+ ```
78
+ @misc{https://doi.org/10.48550/arxiv.2206.00929,
79
+ doi = {10.48550/ARXIV.2206.00929},
80
+
81
+ url = {https://arxiv.org/abs/2206.00929},
82
+
83
+ author = {Mochtak, Michal and Rupnik, Peter and Ljubešič, Nikola},
84
+
85
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
86
+
87
+ title = {The ParlaSent-BCS dataset of sentiment-annotated parliamentary debates from Bosnia-Herzegovina, Croatia, and Serbia},
88
+
89
+ publisher = {arXiv},
90
+
91
+ year = {2022},
92
+
93
+ copyright = {Creative Commons Attribution Share Alike 4.0 International}
94
+ }
95
+ ```
96
+
97
+