manueltonneau
commited on
Commit
•
41e33f2
1
Parent(s):
c064195
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ widget:
|
|
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 containing a job offer. 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 containing a job offer (label=1)
|
18 |
- the negative class referring to all other tweets (label=0)
|
19 |
|
|
|
13 |
- architecture: BERT base
|
14 |
|
15 |
## Model description
|
16 |
+
This model is a version of `neuralmind/bert-base-portuguese-cased` finetuned by [@manueltonneau](https://huggingface.co/manueltonneau) to recognize Portuguese tweets containing a job offer. 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 containing a job offer (label=1)
|
18 |
- the negative class referring to all other tweets (label=0)
|
19 |
|