eevvgg commited on
Commit
819cccd
1 Parent(s): ae19b65
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -56,6 +56,20 @@ labels = [i['label'] for i in result] # ['Negative', 'Positive']
56
  ```
57
 
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ## Intended uses & limitations
60
 
61
  Sentiment detection in Polish data (fine-tuned on tweets from political domain).
@@ -82,3 +96,9 @@ It achieves the following results on the test set (10%):
82
  2 0.923 0.960 0.941 25
83
 
84
 
 
 
 
 
 
 
 
56
  ```
57
 
58
 
59
+ ## Model Sources
60
+ - **BibTex citation:**
61
+ ```
62
+ @misc{SentimenTwPLGK2023,
63
+ author={Gajewska, Ewelina and Konat, Barbara},
64
+ title={PaReSTw: BERT for Sentiment Detection in Polish Language},
65
+ year={2023},
66
+ howpublished = {\url{https://huggingface.co/eevvgg/PaReS-sentimenTw-political-PL}},
67
+ }
68
+ ```
69
+
70
+
71
+
72
+
73
  ## Intended uses & limitations
74
 
75
  Sentiment detection in Polish data (fine-tuned on tweets from political domain).
 
96
  2 0.923 0.960 0.941 25
97
 
98
 
99
+
100
+
101
+
102
+
103
+
104
+