dibsondivya commited on
Commit
2287ad4
1 Parent(s): 3fa2f85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -18,14 +18,15 @@ model-index:
18
  metrics:
19
  - name: Accuracy
20
  type: accuracy
21
- value: 0.87
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) on a custom tweet dataset that references public health mentions.
 
27
  It achieves the following results on the evaluation set:
28
- - Accuracy: 0.87
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