manueltonneau
commited on
Commit
•
8111594
1
Parent(s):
ae4915c
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 `DeepPavlov/bert-base-cased-conversational` finetuned to recognize English tweets where a user mentions that she is currently looking for a job. It was trained on English tweets from US-based users. The task is framed as a binary classification problem with:
|
17 |
- the positive class referring to tweets mentioning that a user is currently looking for a job (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 `DeepPavlov/bert-base-cased-conversational` finetuned by [@manueltonneau](https://huggingface.co/manueltonneau) to recognize English tweets where a user mentions that she is currently looking for a job. It was trained on English tweets from US-based users. The task is framed as a binary classification problem with:
|
17 |
- the positive class referring to tweets mentioning that a user is currently looking for a job (label=1)
|
18 |
- the negative class referring to all other tweets (label=0)
|
19 |
|