Manuel Tonneau commited on
Commit
7d5476a
1 Parent(s): ce98526

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: pt # <-- my language
3
+ widget:
4
+ - text: "hoje perdi o meu trabalho.."
5
+ ---
6
+
7
+ # Detection of employment status disclosures on Twitter
8
+
9
+ ## Model main characteristics:
10
+ - class: Lost Job (1), else (0)
11
+ - country: BR
12
+ - language: Portuguese
13
+ - architecture: BERT base
14
+
15
+ ## Model description
16
+ This model is a version of `neuralmind/bert-base-portuguese-cased` finetuned to recognize Portuguese tweets where a user mentions that she lost her job in the past month. It was trained on Portuguese tweets from users based in Brazil. The task is framed as a binary classification problem with:
17
+ - the positive class referring to tweets mentioning that a user recently lost her job (label=1)
18
+ - the negative class referring to all other tweets (label=0)
19
+
20
+ ## Resources
21
+
22
+ The dataset of Portuguese tweets on which this classifier was trained is open-sourced [here](https://github.com/manueltonneau/twitter-unemployment).
23
+ Details on the performance can be found in our [ACL 2022 paper](https://arxiv.org/abs/2203.09178).
24
+
25
+ ## Citation
26
+
27
+ If you find this model useful, please cite our paper (citation to come soon).