Update README.md
Browse files
README.md
CHANGED
@@ -11,44 +11,27 @@ widget:
|
|
11 |
example_title: Twitter user profile
|
12 |
---
|
13 |
|
14 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
-
should probably proofread and complete it, then remove this comment. -->
|
16 |
-
|
17 |
-
# twitter-health-users
|
18 |
-
|
19 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
20 |
-
|
21 |
## Model description
|
22 |
|
23 |
-
Use this model to detect Twitter
|
24 |
|
25 |
-
|
26 |
|
|
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
-
|
31 |
|
32 |
-
##
|
33 |
|
34 |
More information needed
|
35 |
|
36 |
-
## Training procedure
|
37 |
-
|
38 |
-
### Training hyperparameters
|
39 |
-
|
40 |
-
The following hyperparameters were used during training:
|
41 |
-
- learning_rate: 2e-05
|
42 |
-
- train_batch_size: 16
|
43 |
-
- eval_batch_size: 16
|
44 |
-
- seed: 42
|
45 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
-
- lr_scheduler_type: linear
|
47 |
-
- num_epochs: 2
|
48 |
-
|
49 |
-
### Framework versions
|
50 |
|
51 |
-
- Transformers 4.26.0
|
52 |
-
- Pytorch 1.13.1+cu116
|
53 |
-
- Datasets 2.9.0
|
54 |
-
- Tokenizers 0.13.2
|
|
|
11 |
example_title: Twitter user profile
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
## Model description
|
15 |
|
16 |
+
Use this model to detect Twitter users' profiles related to healthcare.
|
17 |
|
18 |
+
User profile classification may be useful when searching for health information on Twitter. For a certain health topic, tweets from physicians or organizations may be more reliable than undefined profiles.
|
19 |
|
20 |
+
The receives a user description text as input and returns a descriptive label for each profile:
|
21 |
|
22 |
+
- `not-health-related`
|
23 |
+
- `health-related`
|
24 |
+
- `health-related/person`
|
25 |
+
- `health-related/organization`
|
26 |
+
- `health-related/publishing`
|
27 |
+
- `health-related/physician`
|
28 |
+
- `health-related/news`
|
29 |
+
- `health-related/academic`
|
30 |
|
31 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on a dataset of user description texts that were semi-automatically labeled using regex parsing.
|
32 |
|
33 |
+
## Evaluation
|
34 |
|
35 |
More information needed
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
|
|
|
|
|
|
|