JTH commited on
Commit
b12516a
·
1 Parent(s): df5e915

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -11,6 +11,17 @@ model-index:
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
  # twitter_classification
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
 
 
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
  # twitter_classification
14
+ Label mapping:
15
+ ```
16
+ {
17
+ 'Business': 2,
18
+ 'Civil Society': 4,
19
+ 'Government': 5,
20
+ 'Individual': 0,
21
+ 'News & Info': 1,
22
+ 'Research & Academia': 3
23
+ }
24
+ ```
25
 
26
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
27