File size: 912 Bytes
dc80401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fa2f85
dc80401
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
tags:
- distilbert
- phm
datasets:
- custom-phm-tweets
metrics:
- accuracy
model-index:
- name: distilbert-phmtweets-sutd
  results:
  - task:
      name: Text Classification
      type: text-classification
    dataset:
      name: custom-phm-tweets
      type: labelled
    metrics:
    - name: Accuracy
      type: accuracy
      value: 0.87
---

# distilbert-phmtweets-sutd

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.
It achieves the following results on the evaluation set:
- Accuracy: 0.87

## Usage

`from transformers import AutoTokenizer, AutoModelForSequenceClassification`

`tokenizer = AutoTokenizer.from_pretrained("dibsondivya/distilbert-phmtweets-sutd")`

`model = AutoModelForSequenceClassification.from_pretrained("dibsondivya/distilbert-phmtweets-sutd")`