dibsondivya
commited on
Commit
•
2287ad4
1
Parent(s):
3fa2f85
Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,15 @@ model-index:
|
|
18 |
metrics:
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
-
value: 0.
|
22 |
---
|
23 |
|
24 |
# distilbert-phmtweets-sutd
|
25 |
|
26 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased)
|
|
|
27 |
It achieves the following results on the evaluation set:
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Usage
|
31 |
|
|
|
18 |
metrics:
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
+
value: 0.877
|
22 |
---
|
23 |
|
24 |
# distilbert-phmtweets-sutd
|
25 |
|
26 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) for text classification to identify public health events through tweets. The dataset was used in an [Emory University Study on Detection of Personal Health Mentions in Social Media](https://arxiv.org/pdf/1802.09130v2.pdf), with this [custom dataset](https://github.com/emory-irlab/PHM2017).
|
27 |
+
|
28 |
It achieves the following results on the evaluation set:
|
29 |
+
- Accuracy: 0.877
|
30 |
|
31 |
## Usage
|
32 |
|